Closed maofree closed 1 year ago
Hello,
I think the best thing would be to leave the js-code class in cart-voucher.tpl and just change the name of the JS selector in "falcon/_dev/js/theme/components/selectors.js" (line.58) :
discountCode: '.js-discount .code',
to discountCode: '.js-discount .js-code',
Hi,
Thank you for your feedback. This problem has been fixed in version 4.0.0 on develop brach we can close this issue.
Description
Hi it is necessary to replace "js-code" to "code" in this line like so
<a href="#" class="code font-weight-bold">{$discount.code}</a> - {$discount.name}
if not the click on the promo code doesn't copy the code on the cart summary
bye
Node.js version
v16
php version
8.1
OS and it's version
linux
Browsers
Chrome
Required module/theme
theme
Reproduction steps
Logs
No response