WPSlash

WooFood

Tutorials WooFood

Set a Minimum Order amount per Zip Code

Here is a small snippet on how to set a minimum amount for for delivery per zip code Just copy and paste the following code snippet your functions.php on your child theme.
July 10, 2020
Tutorials WooFood

Add WooFood postal code validation on Multistep Checkout Pro

Here is a small snippet to make WooFood compatible with Multistep Checkout Pro. Just copy and and paste the following code to your functions.php on your child theme.
July 9, 2020
Tutorials WooFood

Delivery Time based on Product Preparation Time

Here is a code snippet to copy to your functions.php inside your child theme if you want the average delivery time based on products preparation time you will specify + Average Deliver/Pickup time you specify under Settings on WooFood. Note: Copy the second snippet only if you want to calculate only the longest preparation time […]
June 22, 2020
Tutorials WooCommerce

Remove Fields from Checkout Page on WooCommerce

Here is a small code snippet to remove the fields you want from the Checkout page on WooCommerce. Just copy and paste the following snippet inside your functions.php on your child theme . Note: The below code will actually remove all billing and shipping checkout fields from WooCommerce . Keep only the lines with unset […]
June 19, 2020
Tutorials WooFood

Integrate Twilio for WooCommerce with WooFood

Here is small code snippet to be able to use WooFood custom variables like Order Type (Delivery or Pickup), Date To Deliver and Time To Deliver .
June 15, 2020
WooFood

Change WooFood Quickview Image Size Thumbnail

With code you will be able to change the default thumbnail of WooFood QuickView . Copy and paste the following code snippet to your functions.php on your child theme.
June 2, 2020
WooFood

Hide Login/Register from Header Menu on WooFood Theme

Here is a small code snippet you must paste to your functions.php on your child theme if you want to hide Login/Register from header menu
June 2, 2020
WooFood

How to Change “Select” Prefix on Extra Options of WooFood

You can use the following filter to change the default “Select” prefix of WooFood Extra options. Change only the “Your Own Prefix” to the one you want to use or you can remove it at all , without removing the quotes. Note: Copy the snippet inside your functions.php on your child theme.
June 1, 2020
Tutorials WooFood

Set a Minimum Order amount for Pickup(Takeaway) Orders

Here is a small snippet on how to set a minimum amount for Pickup (Takeaway) Orders on WooFood . Just copy and paste the following code snippet your functions.php on your child theme.
May 26, 2020
1 2 5 6 7 8