Block a user
TIST-21: added static daily meals page
TIST-31: Favorites model and ajax endpoint
$result['success'] = 'You have successfully added recipe in your favorite list';
You have successfully added the recipe to your favorites list
TIST-31: Favorites model and ajax endpoint
else {
return get_ajax_error("This recipe in your favorite list is not exists", 400);
}
This recipe from your favorites list does not exist.
TIST-31: Favorites model and ajax endpoint
if(!$recipe)
return ['Recipe is not exists'];
return true;
Recipe does not exist
TIST-21: added static daily meals page
TIST-28: Create ajax endpoint to create new ingredient and search ingredients
TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design
TIST-30: fixed catalog anchor textt decorations and removed display grid from filters, removed images from categories in index and updated design