WPSlash

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

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
Tutorials WooFood

How to Change Default WooFood Accordion Thumbnail Size

Hi, If you customised with CSS the style of product displayed within accordion of WooFood you will probably must also change the default thumbnail of 60px*60px in size to an other. For example to full or large to avoid stretching a 60*60 pixels image. Copy the following snippet to your functions.php on your child theme. […]
May 19, 2020
Tutorials WooFood

Disable REST API Caching when using WooFood

WooFood Automatic Printing software using WordPress REST API to fetch orders. If you using a caching plugin you must be sure that you have excluding caching on REST API. With other words, you should exclude URLs including wp-json , because caching REST API orders will make AutoPrint software getting the same data until the cache […]
April 29, 2020
Tutorials WooFood

How to Redirect to Specific Page based on Availability Checker on WooFood Multistore

Hi, Here are two small snippets allows you to redirect the customer to the page url you want after available stores has been found using Availability Checker . This snipper is useful if for example you have 4 locations and each location has independent menu and you want to use a different menu for each […]
April 13, 2020
1 2 8 9 10 11