[ad_1]
Hello @heshamsalem ,
Thanks for using our food store plugin. To change add to cart text please use this code in your active theme or child theme functions.php file.
add_filter( 'wfs_modal_product_add_to_cart_text', 'custom_add_to_cart', 20);
function custom_add_to_cart( $add_to_cart_text) {
$add_to_cart_text = 'Add to basket';
return $add_to_cart_text;
}Let us know if you still face any issues.
Regards,
