WPSlash

Tutorials

Tipping for WooCommerce

Make Tipping Mandatory on Tipping for WooCommerce

December 22, 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
Tutorials WooCommerce

Enable Login/Register on WordPress General Settings

Navigate to Settings > General on your WordPress Dashboard and check the option “Anyone Can Register” . Be sure also that you have selected the Default Role as Customer
November 2, 2020
Tutorials WooFood

Replace Product Title with SKU on Automatic Printing Software

Copy and paste the below code to your functions.php on your child theme. In case you want to use also the product name and SKU you can use the following code
October 30, 2020
1 2 3 4 5 8 9