WPSlash

<span class="vcard">wpslash</span>

Tutorials WooFood

Disable WooFood Accordion Transients

If you are using a translation plugin its suggested to disable transients WooFood using for displaying mode Here is a small code snippet you can paste inside your functions.php on your child theme
October 5, 2020
Tutorials WooFood

Change Bacs Default Payment Status to processing

With the following snippet all Orders with Bacs Payment will automatically get the status “Processing” Copy the following snippet inside your functions.php on your child theme
September 14, 2020
Tutorials WooFood

Show Product Category Description inside Accordion on WooFood

Following If you want to show the product description of the category you have added inside description under Products > Categories on WooCommerce inside the accordion of WooFood before products you can use the following snippet on your functions.php inside your child theme
September 14, 2020
Tutorials WooCommerce

Add Continue Shopping Button on WooCommerce Cart Page

If you think that a continue shopping button missing from Cart Page on WooCommerce you can easily add a “Continue Shopping” button by following the below instructions. Instructions A small code snippet to add inside functions.php on your child theme if you want to add a continue shopping button on Cart Page
September 10, 2020
Tutorials WooFood

WooFood AJAX Popup Compatibility Mode

In case you are having issues with any third party plugins when using WooFood you can add the following snippet to your functions.php on your child theme to turn on the old way of the quickview and enable possible support with other third party WooCommerce Plugins
September 9, 2020
Tutorials WooFood

Direct AJAX add to Cart on Simple Products without Extras

You can use the following snippet to your functions.php on your child theme to disable the popup on simple products without extra options
August 27, 2020
Tutorials WooFood

How to Use WooFood for Table Ordering

If you are thinking to use WooFood for in-table ordering here is a small code snippet that will get automatically get the table number . The below code can be added on functions.php of your child theme. With the below code you can set the parameter table to the table number like https://www.yoursite.com/?table=45
August 12, 2020
Tutorials WooFood

Add Custom Text before Products inside WooFood menu

Here is a small guide on how to add custom text or html before the Product loop inside WooFood menu. The following code will add “Your custom text goes here” when the Product Category Slug is burger-meals
August 6, 2020
Tutorials WooFood

Disable default WooFood Accordion Caching

The following code snippet will disable the default caching with transient of WooFood accordion shortcode
July 28, 2020
1 2 5 6 7 8 9