WPSlash

WooFood

Tutorials WooFood

Add Custom Message on Availability Checker Response

January 8, 2021
Tutorials WooFood

Disable Same Day Orders on WooFood

Copy and paste the following snippet to your functions.php on your child theme to disable Same Day Orders . On the following code you will notice that we are using 2 different filters. One for Delivery and one for Pickup . You can use both of theme or only the one of them if you […]
January 5, 2021
Tutorials WooFood

Enable Product Add-ons Ultimate on WooFood Autoprint Software

The following code snippet will enable also to print adding from Product Add-ons Ultimate . Copy and paste the following code snippet into your child theme functions.php
December 23, 2020
Tutorials WooFood

Block Specific Days by date from Ordering

December 13, 2020
Tutorials WooFood

Use Availability Checker on All Pages

User Availability Checker on All Pages
December 8, 2020
Tutorials WooFood

Disable Cash On Delivery for Delivery Orders on WooFood

Here is a small code snippet you can add on your site to disable COD for Delivery Orders . You can still able to use COD on Pickup Orders. Just copy and paste the following snippet to your functions.php inside your child theme
December 4, 2020
Tutorials WooFood

Trigger your custom JS when Extra Options changing

You copy and paste the following snippet to your functions.php on your child theme. The following code will give an alert() to user when an extra option is checked. Adjust the code to your needs
November 19, 2020
Tutorials WooFood

Increase Maximum Number of Orders on Automatic Printing Software for WooFood

The below code snippet is for increasing the default 10 as maximum number of orders the Automatic Printing Software will fetch . Copy and paste the following snippet inside your functions.php on your child theme and this will increase the maximum number of orders to fetch to each sync to 20 (You can change 20 […]
November 17, 2020
Tutorials WooCommerce

How to Change the “Return to Shop” Link in WooCommerce

By default, WooCommerce includes a “Return to Shop” button on the empty cart page, directing customers back to the shop page. However, many store owners prefer redirecting users to a custom page, such as the homepage, a promotions page, or a restaurant menu. With a simple WooCommerce filter, you can customize this button’s destination to match your store’s needs. Why Customize the “Return […]
November 13, 2020
1 2 3 4 7 8