WPSlash

WooFood

Tutorials WooCommerce

Set Default Values to WooCommerce Checkout Fields and Hide Them

All of our customers asking us how to remove some fields from WooCommerce checkout form when using WooFood or even if you are not using it. Because WooFood need these fields (like City and Postal Code to be able to calculate the distance between the customer and the store) we decided to write this small […]
November 2, 2019
Tutorials WooFood

How to Create Distance Matrix API and Maps Javascript and Places API for WooFood

Before starting the setup process of API Keys you must first have Billing Enabled on your Google Console Account. Please go to the following url and select your project to enable billing https://console.cloud.google.com/project/_/billing/enable Go to the Google Cloud Platform Console. Click the Select a project button, then select your project you set up for the WooFood and click Open. *If you don’t have a project create a new on  […]
October 1, 2019
Tutorials WooFood

How to use WooFood Plugin Ajax feature with Flatsome Theme

Add the following code to your functions.php on your Flatsome Child Theme. The following code will replace the default title link on shop loop with the link to our Ajax Quick View Please also create a folder woocommerce inside your child theme and create a file with name content-product.php and paste the following code inside. If […]
September 23, 2019
Tutorials WooFood

How to set Pickup Only on WooFood

With these few lines of code you can disable Delivery Option on WooFood for WooCommerce and set the pickup option as default. Copy and paste the following two snippets to your functions.php inside your Theme or Child Theme folder You will have to use the woofood_order_types_filter filter to return an array including only the pickup option […]
September 5, 2019
1 2 7 8