WPSlash

Blog

Stay updated with our latest news, tutorials, and insights

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

Add Discount on WooCommerce Checkout when Pickup is selected using WooFood

Here is small snippet you can add a discount on total cart contents . On the following example we are adding a 20% discount when Pickup is selected. You can change the variable $percentage to the number of percentage discount you want. Here is a second sample if you want to add discount on pickup […]
April 9, 2020
Tutorials WooFood

WooFood Popup Compatibility with Shortcodes Ultimate

In case you are using WooFood with and using also Shortcode Ultimate Plugin you will have noticed that styles are not loaded inside the popup. By using the following code on your functions.php on your child theme you will be able to load normally the css and js assets inside popup
April 8, 2020
Tutorials WooFood

How to Integrate YITH Social Login with WooFood Theme

If you want to use Social Login by YITH and you are using WooFood theme ,copy and paste the following snippet inside functions.php on your child theme. The above code will make social login buttons appearing both on Login and Register section inside popup
March 31, 2020
Tutorials WooFood

How to Change Postal Code Checking to Prefix Only Checking on WooFood for WooCommerce

The below hook will work for users using Postal Code Restrictions under Distance Restrictions on WooFood . After using the below hook under postal codes must be added only the postal codes prefixes are available for delivery instead from the whole postal code. Copy to your child theme functions.php to change the postal code checking […]
March 27, 2020
1 2 5 6 7