WPSlash

WooFood

Tutorials WooFood

Set Free Delivery Fee on Order above a specific amount on for WooFood

Using the below action you can set free delivery above $25. You can copy and paste the following code to your functions.php child theme and adjust it to your needs .
April 5, 2021
Tutorials WooFood

Add Price on Add To Cart Button

The following snippet will copy the price automatically and add it inside the add to cart button
March 31, 2021
Tutorials WooFood

How to Integrate Nextend Social Login with WooFood Theme

March 29, 2021
Tutorials WooFood

How to Dynamically Adjust Delivery and Pickup Time in WooCommerce Based on Product Processing Time

For restaurants and food delivery services, estimating accurate pickup and delivery times is essential for customer satisfaction. Some menu items take longer to prepare than others, and having a fixed time for all orders can lead to inaccurate delivery expectations. With WooCommerce and WooFood, you can dynamically calculate the total preparation time based on the longest processing time in the cart. This ensures customers receive […]
February 1, 2021
Tutorials WooFood

How to Change the Minimum Delivery Amount in the WooCommerce Mini Cart Based on Postal Code

For restaurants and delivery-based businesses, setting different minimum order amounts based on postal codesensures fair pricing and efficient delivery coverage. Some areas may require higher minimum order values due to longer travel distances or operational costs. With WooCommerce and WooFood, you can dynamically update the minimum delivery message in the mini cartbased on the customer’s postal code using a simple PHP function. Why Adjust the Minimum […]
January 22, 2021
Tutorials WooFood

ByPass WooFood functionality on Checkout Page for specific products or category

The following example will exclude the products you will specify in $exluded_ids from WooFood functionality If you want to exclude a whole category from WooFood functionality you can use the following code snippet
January 20, 2021
Tutorials WooFood

Minimum Order Amount Based on Distance with WooFood

Copy and paste the following snippet inside your functions.php to be able set a minimum order amount based on Distance on Checkout using WooFood .
January 19, 2021
Tutorials WooFood

Dynamically Change Average Delivery/Pickup Time Based on Store

The following snippet will help you dynamically change the Average Delivery/Pickup time based on Store ID , so you will be able to set different delivery time for each location . Copy and paste the following snippet to your functions.php and adjust it to your needs You can use also the following snippet to adjust […]
January 18, 2021
Tutorials WooFood

Add Custom Message on Availability Checker Response

January 8, 2021
1 2 3 7 8