Oksydan / falcon

Prestashop starter theme that provides great development experience.
GNU General Public License v3.0
263 stars 63 forks source link

🐛 [BUG] - [FIX] in the checkout page the promo code is not added by click to the cart summary in ajax mode #327

Closed maofree closed 1 year ago

maofree commented 1 year ago

Description

Hi in the checkout page the click on the promo code doesn't work (after the previous fix the click works on cart summary but not in the checkout page)

in the checkout/_partials/header.tpl it is necessary to add the displayTop hook

I have fixed using this code shown in the figure

1 2

bye

Node.js version

v16

php version

8.1

OS and it's version

linux

Browsers

Chrome

Required module/theme

theme

Reproduction steps

1. add a promo code with set Highligh option
2. go to the checkout and try to click on this code
3. nothing happens

Logs

No response

Oksydan commented 1 year ago

Hi @maofree

Problem has been fixed in develop reach with recent core.js changes. I am closing this issue.