Author: Pramod Jodhani
How to Force Load Reservation Table Assets
By default, the assets needed (CSS, JS, etc) to make the reservation table work are automatically loaded on the page where the reservation table…
Disable Day Fee When Free Shipping Method is Selected
Add this code snippet to your site and it will disable the day fees when the user selects the Free Shipping method. You can…
How to Use the Delivery Slots REST API
REST API is an interface that provides a secure way for developers to read and modify the data of your WordPress website from outside…
How to Enable Delivery Slots for Selected Product Categories Only
WooCommerce Delivery Slots already gives you the option to exclude delivery slots for some selected product categories. But if you have ever-increasing categories and…
How to Import Custom Data From a CSV File Using WooCommerce Default Importer
If you’re looking to import your custom field data via a CSV file, this guide will show you how. By using Custom Fields for…
Add a Phone Number Column to the Deliveries Page
If you’re looking to add a phone number column to the deliveries page of your WooCommerce store ( WooCommerce > Delivery Slots > Deliveries),…
Shortcodes You Can Use With Custom Fields for Variations
Currently, Custom Fields for Variations has 1 shortcode iconic-variation-fields. This shortcode will display the variation’s custom fields on your site. [iconic-variation-fields] accepts 3 parameters: id…
Force add Variations to all Product queries
Show Single Variations (SSV) smartly adds variations to all WooCommerce queries like category pages, tag pages, WooCommerce product shortcodes, related products, etc. But if…
How to Add Custom Fields to Order Emails
By default custom fields don’t appear in invoices that are sent to customers. If you want the custom fields to appear beneath each variation…
Programatically assign variation visibility
If you’re looking to assign the variaton visibility in your store and don’t want to do it on a per-product basis, you can do…