Article about Ingrid's plugin for WooCommerce
Overview
- A user guide for the plugin can be found here
Functionality
- Address form
- A/B testing
- Checkout delivery options folding
- Custom category naming
- Filter rules
- Post filtering rules
- Language localization
- Pricing rules
- Product/Cart availability check
- Delivery time logic
- Options for shipping date adjustment
- Optional data propagation of the following fields:
-
- External ID(WooCommerce's order number)
- Addons
- Delivery Tracking widget
- Tracking number registration
Installation guide
- To install Ingrid's Delivery Checkout, please visit the following link for detailed instructions
- To install Ingrid's Delivery tracking, follow this step by step guide
Plugin settings
A full list and explanation of each setting found in the plugin can be found here
FAQ
- Where can I find frequently asked questions that are plugin specific?
- You can find more information here
- How can I set shipping price to 0 if a free shipping coupon is used?
-
If a coupon is used by the customer that enables free shipping in WooCommerce,
free_shipping
is sent as a vouchers param to Ingrid.To match this free shipping coupon with the price rules in Ingrid you can do the following:
1. Add a new price rule.
2. Select Vouchers (Multiple) in the popup window.
3. Set the Carrier Product Price to 0.
4. Make sure that this rule is placed above/before other price rules (the first rule instance that matches the condition will be the price
5. Click Save to close the modal window.
6. You can now test your changes from the Test checkout widget in the left side menu.
7. When you want to publish your changes you click the Preview changes button in the top right corner. A modal window is now opened. Click the Publish button to push the changes to your store.
-