neue Hooks in PrestaShop für EU-Legal-Modul

Um dem europaweiten Verlangen nach einer einheitlichen Umsetzung der Verbraucherrechterichtlinie nachzukommen, wurden im Standardtheme von PrestaShop 1.6.0.7 neue Hooks eingeführt.

Im original default-bootstrap wurden die Kommentare entfernt. Zur besseren Dokumentation haben wir diese hier stehen gelassen.

Changes new Hooks in PrestaShop 1.6.1 for EU-legal-Modul

product.tpl

{* eu-legal: Product DeliveryTime *}

{hook h=“displayProductDeliveryTime“ product=$product}

{* eu-legal: Additional Price Information – Tax/Shipping *}

{hook h=“displayProductPriceBlock“ product=$product type=“price“}

{* eu-legal: Additional Price Information – Old price *}

{hook h=“displayProductPriceBlock“ product=$product type=“old_price“}

{* eu-legal: Additional Price Information – Unit price *}

{hook h=“displayProductPriceBlock“ product=$product type=“unit_price“}

{* eu-legal: Product Weight *}
{hook h=“displayProductPriceBlock“ product=$product type=“weight“}

product-list.tpl

=> left-block:

{* eu-legal: Additional Price Information – Old price *}

{hook h=“displayProductPriceBlock“ product=$product type=“old_price“}

{* eu-legal: Additional Price Information – Tax/Shipping *}

{hook h=“displayProductPriceBlock“ product=$product type=“price“}

{* eu-legal: Additional Price Information – Unit price *}

{hook h=“displayProductPriceBlock“ product=$product type=“unit_price“}

{* eu-legal: Product DeliveryTime *}

{hook h=“displayProductDeliveryTime“ product=$product}

{* eu-legal: Product Weight *}

{hook h=“displayProductPriceBlock“ product=$product type=“weight“}

=> right-block:

{* eu-legal: Additional Price Information – Old price *}

{hook h=“displayProductPriceBlock“ product=$product type=“old_price“}

{* eu-legal: Additional Price Information – Tax/Shipping *}

{hook h=“displayProductPriceBlock“ product=$product type=“price“}

{* eu-legal: Additional Price Information – Unit price *}

{hook h=“displayProductPriceBlock“ product=$product type=“unit_price“}

products-comparison.tpl

{* eu-legal: Additional Price Information – Old price *}

{hook h=“displayProductPriceBlock“ product=$product type=“old_price“}

{* eu-legal: Additional Price Information – Tax/Shipping *}

{hook h=“displayProductPriceBlock“ product=$product type=“price“}

{* eu-legal: Additional Price Information – Unit price *}

{hook h=“displayProductPriceBlock“ product=$product type=“unit_price“}

{* eu-legal: Product DeliveryTime *}

{hook h=“displayProductDeliveryTime“ product=$product}

{* eu-legal: Price Addons *}

{hook h=“displayProductPriceBlock“ product=$product type=“weight“}

shopping-cart.tpl

{* eu-legal: Text before Shopping Cart Block *}

{hook h=“displayBeforeShoppingCartBlock“}

shopping-cart-product-line.tpl

{* eu-legal: Product DeliveryTime *}

{hook h=“displayProductDeliveryTime“ product=$product}

Weitere Template-Dateien

Weitere Template-Dateien und Hooks waren für das Juni-2014-Release von PrestaShop vorgesehen. PrestaShop-intern wurde aber entschieden, dass die neue Version 1.6.1 auf August/September 2014 verschoben wurde. Das betreuende Gruppe des EU-Legal-Moduls hatte auf diesen Umstand reagiert und vorerst einige notwendige Templateänderungen und die EU-Payment-API direkt in das Modul aufgenommen.

Filed under: — @

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert