-
Dashboard & Reports
-
Getting Started with AIOD - All Automatic Discount
-
App Configuration
- How to install AIOD – All Automatic Discount Manually?
- Configuration Discount Code with Ajax Cart
- Display Discount on Each Line Item of the Cart Page.
- Steps for Customer Accounts Required on Checkout Settings.
- Discount Applied on Cart Page but not on Checkout
- How to Change the Position of the Volume Table?
-
How to Create Discount Offers?
-
App Settings
-
Plans & Pricing
-
Other
-
Callback
CallBack After discount apply on the Cart Page
function cs_discount_applied_Cart() {
[YOUR JAVASCRIPT CODE HERE]
}
You can use this javascript function to init something after the discount is applied on the Cart Page.
If you want to init javascript function on the cart page after the discount is applied. Use the above jquery callback function.