We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there is a case when the voucher is added automatically on the cart, and it happens when the voucher is without the code
in this case it is useful to see the Discount value in the pop shown after adding a product to your cart
can you add this code in modal-success.tpl ? I think it is useful for everyone
{if !empty($cart.subtotals.discounts.value)} <div class="cart-summary-line mb-2"> <span class="label">{$cart.subtotals.discounts.label}</span> <span class="value">{$cart.subtotals.discounts.value}</span> </div> {/if}
thanks bye
v16
8.1
linux
Chrome
is_shoppingcart 3.0.1
1. Go to modal-success.tpl
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hi
there is a case when the voucher is added automatically on the cart, and it happens when the voucher is without the code
in this case it is useful to see the Discount value in the pop shown after adding a product to your cart
can you add this code in modal-success.tpl ? I think it is useful for everyone
{if !empty($cart.subtotals.discounts.value)} <div class="cart-summary-line mb-2"> <span class="label">{$cart.subtotals.discounts.label}</span> <span class="value">{$cart.subtotals.discounts.value}</span> </div> {/if}
thanks
bye
Node.js version
v16
php version
8.1
OS and it's version
linux
Browsers
Chrome
Required module/theme
is_shoppingcart 3.0.1
Reproduction steps
Logs
No response
The text was updated successfully, but these errors were encountered: