WPSlash

Blog

Stay updated with our latest news, tutorials, and insights

Tutorials WooFood

Add WooFood postal code validation on Multistep Checkout Pro

Here is a small snippet to make WooFood compatible with Multistep Checkout Pro. Just copy and and paste the following code to your functions.php on your child theme.
July 9, 2020
Tutorials WooFood

Delivery Time based on Product Preparation Time

Here is a code snippet to copy to your functions.php inside your child theme if you want the average delivery time based on products preparation time you will specify + Average Deliver/Pickup time you specify under Settings on WooFood. Note: Copy the second snippet only if you want to calculate only the longest preparation time […]
June 22, 2020
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
Tutorials WooFood

Choosing the Right Hosting for Your WordPress Website: Comparing Top Providers

In the ever-expanding digital landscape, creating a captivating online presence is essential. For those venturing into the world of WordPress, selecting the right hosting provider can be a game-changer. Imagine a hosting service that’s not just reliable but also optimized for WordPress, enhancing your website’s speed, security, and overall performance. This is where the quest […]
April 12, 2020
1 2 7 8 9