Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hooks to cart modal - crosseling and promotion #770

Merged
merged 2 commits into from Oct 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/1.7/modules/concepts/hooks/list-of-hooks.md
Expand Up @@ -1762,7 +1762,24 @@ This hook adds extra buttons to the product lines, in the shopping cart

Located in: /themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl

displayCartModalContent
:
Available since: {{< minver v="1.7.8" >}}

Content of Add-to-cart modal
This hook displays content in the middle of the window that appears after adding product to cart

Located in: /themes/classic/modules/ps_shoppingcart/modal.tpl

displayCartModalFooter
:
Available since: {{< minver v="1.7.8" >}}

Bottom of Add-to-cart modal
This hook displays content in the bottom of window that appears after adding product to cart

Located in: /themes/classic/modules/ps_shoppingcart/modal.tpl

displayCheckoutSubtotalDetails
:
Located in: /themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl
Expand Down