WPSlash

Blog

Stay updated with our latest news, tutorials, and insights

Tutorials WooFood

How to Set Different Minimum Delivery Amounts Per City in WooCommerce

If you’re running a WooCommerce-powered restaurant ordering system, you may want to set different minimum order amounts for delivery based on the customer’s city. This ensures that delivery remains cost-effective for your business, especially when serving multiple locations. In this guide, we’ll show you how to use a custom PHP snippet to dynamically adjust the minimum delivery amount per city when using WooFood […]
July 3, 2021
Tutorials WooFood

How to Set Different Minimum Delivery Amounts for Each Location in WooFood

If you’re using WooFood – the WooCommerce food delivery plugin, you may want to set different minimum order amounts depending on the location. This is especially useful for restaurants with multiple branches or different delivery zones, ensuring that delivery costs are covered efficiently. In this guide, we’ll show you how to use a simple WooCommerce hook to set custom minimum delivery amounts per location using […]
June 14, 2021
Tutorials WooFood

How to Dynamically Change Delivery Time Based on the Day in WooCommerce

For restaurants and food delivery businesses, adjusting delivery and pickup times based on the day of the week is crucial for efficient order management. Some days may have higher order volumes, requiring longer preparation times, while others may allow for faster deliveries. With WooFood – the ultimate WooCommerce food ordering plugin, you can easily modify delivery times dynamically using a custom PHP snippet. In this […]
May 27, 2021
Tutorials WooFood

How to Conditionally Exclude Orders from Automatic Printing in WooCommerce

For restaurants and food delivery businesses using WooFood’s Automatic Order Printing Software, there may be situations where you don’t want certain orders to be printed automatically. For example, gift card purchases, digital products, or specific menu items may not require a printed order ticket. With a simple WooCommerce filter, you can dynamically exclude orders from being processed by the automatic printing software based on specific conditions. […]
April 6, 2021
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
Tipping for WooCommerce

Disable Tipping for Virtual Products

February 16, 2021
Uncategorized

Set None as Default to Delivery Time and Uncheck Default Order Type

February 15, 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
1 2 3 6 7