- Status: Closed
- Theme: Alysum
-
Assigned To:
Marek (marek)
- Priority: Medium
- Private: No
- Opened by: anon (anonym01)
- Open Date: 13.11.18, 06:53
- Closed by: Marek (marek)
- Closed on: 25.11.18, 09:58
- Reason: Closed
- Comment: Glad to help!
Ticket #13229 - hook DisplayProductPriceBlock
Hello,
I use a module for preorder.
This module use the hook ‘DisplayProductPriceBlock’ to display some information.
The dev told me:
We used prestashop hook ‘DisplayProductPriceBlock’ in our module to display preorder timer and data on product page.
But in your theme this hook is not used properly in the right place that’s why you are getting design issue.
And as per your issue in your Japan shop, we can see that prestashop hook ‘DisplayProductPriceBlock’ is not working that’s why you are not able to see preorder timer on Japan shop product.
Hi
If module developer know that the hook is located in the wrong place maybe he can advice where is correct place, and we will move it there
He replied:
According to price display in your theme, You must set your hook after this section -
<div class="tax-shipping-delivery-label">Tax excluded</div> (After div close) Currently you have set this inside this class 'tax-shipping-delivery-label' div container
I just moved those hooks, please check it out