Oksydan / falcon

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

🐛 [BUG] - [FIX] fixed a problem in product-cover-thumbnails.tpl to avoid contant duplications of displayAfterProductThumbs #362

Closed maofree closed 6 months ago

maofree commented 11 months ago

Description

Hi to avoid content duplications of modules that use displayAfterProductThumbs it is necessary to move {hook h='displayAfterProductThumbs' product=$product} inside the last closed div tag like below

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. open the the file product-cover-thumbnails.tpl and compare it with this of classic theme about 
displayAfterProductThumbs

Logs

No response

Oksydan commented 11 months ago

Hi @maofree,

thank you for creating an issue. I was able to reproduce the problem. I am adding it to Falcon 4 roadmap.

Oksydan commented 6 months ago

Hi @maofree,

this problem has been fixed in the develop branch. I am closing this issue. Thank you for your contribution.