diff --git a/modules/concepts/hooks/list-of-hooks/actionProductOutOfStock.md b/modules/concepts/hooks/list-of-hooks/actionProductOutOfStock.md index f86a68b6ea..261ca8eda2 100644 --- a/modules/concepts/hooks/list-of-hooks/actionProductOutOfStock.md +++ b/modules/concepts/hooks/list-of-hooks/actionProductOutOfStock.md @@ -4,7 +4,7 @@ Title: actionProductOutOfStock hidden: true hookTitle: Out-of-stock product files: - - themes/classic/templates/catalog/_partials/product-details.tpl + - Classic Theme: templates/catalog/_partials/product-details.tpl locations: - front office type: action @@ -33,7 +33,7 @@ Hook locations: Hook type: action Located in: - - [themes/classic/templates/catalog/_partials/product-details.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/_partials/product-details.tpl) + - [Classic Theme: templates/catalog/_partials/product-details.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/_partials/product-details.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayAdditionalCustomerAddressFields.md b/modules/concepts/hooks/list-of-hooks/displayAdditionalCustomerAddressFields.md index 654211cf39..81418229f5 100644 --- a/modules/concepts/hooks/list-of-hooks/displayAdditionalCustomerAddressFields.md +++ b/modules/concepts/hooks/list-of-hooks/displayAdditionalCustomerAddressFields.md @@ -4,7 +4,7 @@ Title: displayAdditionalCustomerAddressFields hidden: true hookTitle: Display additional customer address fields files: - - themes/classic/templates/customer/_partials/block-address.tpl + - Classic Theme: templates/customer/_partials/block-address.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/customer/_partials/block-address.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/customer/_partials/block-address.tpl) + - [Classic Theme: templates/customer/_partials/block-address.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/customer/_partials/block-address.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayAddressSelectorBottom.md b/modules/concepts/hooks/list-of-hooks/displayAddressSelectorBottom.md index e381c933f0..b62c7bdbfe 100644 --- a/modules/concepts/hooks/list-of-hooks/displayAddressSelectorBottom.md +++ b/modules/concepts/hooks/list-of-hooks/displayAddressSelectorBottom.md @@ -4,7 +4,7 @@ Title: displayAddressSelectorBottom hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/steps/addresses.tpl + - Classic Theme: templates/checkout/_partials/steps/addresses.tpl locations: - front office type: display @@ -28,7 +28,7 @@ Hook locations: Hook type: display Located in: - - themes/classic/templates/checkout/_partials/steps/addresses.tpl + - [Classic Theme: templates/checkout/_partials/steps/addresses.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/steps/addresses.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayAfterBodyOpeningTag.md b/modules/concepts/hooks/list-of-hooks/displayAfterBodyOpeningTag.md index 6a89db419f..017b234fc9 100644 --- a/modules/concepts/hooks/list-of-hooks/displayAfterBodyOpeningTag.md +++ b/modules/concepts/hooks/list-of-hooks/displayAfterBodyOpeningTag.md @@ -4,7 +4,7 @@ Title: displayAfterBodyOpeningTag hidden: true hookTitle: Very top of pages files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayAfterProductThumbs.md b/modules/concepts/hooks/list-of-hooks/displayAfterProductThumbs.md index 33635a0d8b..599d870b63 100644 --- a/modules/concepts/hooks/list-of-hooks/displayAfterProductThumbs.md +++ b/modules/concepts/hooks/list-of-hooks/displayAfterProductThumbs.md @@ -4,7 +4,7 @@ Title: displayAfterProductThumbs hidden: true hookTitle: Display extra content below product thumbs files: - - themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl + - Classic Theme: templates/catalog/_partials/product-cover-thumbnails.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl) + - [Classic Theme: templates/catalog/_partials/product-cover-thumbnails.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/_partials/product-cover-thumbnails.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayAfterTitleTag.md b/modules/concepts/hooks/list-of-hooks/displayAfterTitleTag.md index abc81e08e8..89666b56bf 100644 --- a/modules/concepts/hooks/list-of-hooks/displayAfterTitleTag.md +++ b/modules/concepts/hooks/list-of-hooks/displayAfterTitleTag.md @@ -4,7 +4,7 @@ Title: displayAfterTitleTag hidden: true hookTitle: After title tag files: - - themes/classic/templates/_partials/head.tpl + - Classic Theme: templates/_partials/head.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/_partials/head.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/_partials/head.tpl) + - [Classic Theme: templates/_partials/head.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/head.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayBanner.md b/modules/concepts/hooks/list-of-hooks/displayBanner.md index b09b01b9e9..54b4ec8707 100644 --- a/modules/concepts/hooks/list-of-hooks/displayBanner.md +++ b/modules/concepts/hooks/list-of-hooks/displayBanner.md @@ -4,7 +4,7 @@ Title: displayBanner hidden: true hookTitle: Very top of pages files: - - themes/classic/templates/_partials/header.tpl + - Classic Theme: templates/_partials/header.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/_partials/header.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/_partials/header.tpl) + - [Classic Theme: templates/_partials/header.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/header.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayBeforeBodyClosingTag.md b/modules/concepts/hooks/list-of-hooks/displayBeforeBodyClosingTag.md index 2734add49e..aada50d825 100644 --- a/modules/concepts/hooks/list-of-hooks/displayBeforeBodyClosingTag.md +++ b/modules/concepts/hooks/list-of-hooks/displayBeforeBodyClosingTag.md @@ -4,7 +4,7 @@ Title: displayBeforeBodyClosingTag hidden: true hookTitle: Very bottom of pages files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCMSDisputeInformation.md b/modules/concepts/hooks/list-of-hooks/displayCMSDisputeInformation.md index 3007d79b88..682c995f3b 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCMSDisputeInformation.md +++ b/modules/concepts/hooks/list-of-hooks/displayCMSDisputeInformation.md @@ -4,7 +4,7 @@ Title: displayCMSDisputeInformation hidden: true hookTitle: files: - - themes/classic/templates/cms/page.tpl + - Classic Theme: templates/cms/page.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/cms/page.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/cms/page.tpl) + - [Classic Theme: templates/cms/page.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/cms/page.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCMSPrintButton.md b/modules/concepts/hooks/list-of-hooks/displayCMSPrintButton.md index 70db095099..d5e15b98b9 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCMSPrintButton.md +++ b/modules/concepts/hooks/list-of-hooks/displayCMSPrintButton.md @@ -4,7 +4,7 @@ Title: displayCMSPrintButton hidden: true hookTitle: files: - - themes/classic/templates/cms/page.tpl + - Classic Theme: templates/cms/page.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/cms/page.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/cms/page.tpl) + - [Classic Theme: templates/cms/page.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/cms/page.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCartExtraProductActions.md b/modules/concepts/hooks/list-of-hooks/displayCartExtraProductActions.md index c0d5ebc7d2..79f09b7676 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCartExtraProductActions.md +++ b/modules/concepts/hooks/list-of-hooks/displayCartExtraProductActions.md @@ -4,7 +4,7 @@ Title: displayCartExtraProductActions hidden: true hookTitle: Extra buttons in shopping cart files: - - themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl + - Classic Theme: templates/checkout/_partials/cart-detailed-product-line.tpl locations: - front office type: action @@ -27,7 +27,7 @@ Hook locations: Hook type: action Located in: - - [themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/cart-detailed-product-line.tpl) + - [Classic Theme: templates/checkout/_partials/cart-detailed-product-line.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/cart-detailed-product-line.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCartModalContent.md b/modules/concepts/hooks/list-of-hooks/displayCartModalContent.md index bfbb7c752e..630042402a 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCartModalContent.md +++ b/modules/concepts/hooks/list-of-hooks/displayCartModalContent.md @@ -4,7 +4,7 @@ Title: displayCartModalContent hidden: true hookTitle: Content of Add-to-cart modal files: - - themes/classic/modules/ps_shoppingcart/modal.tpl + - Classic Theme: modules/ps_shoppingcart/modal.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/modules/ps_shoppingcart/modal.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/modules/ps_shoppingcart/modal.tpl) + - [Classic Theme: modules/ps_shoppingcart/modal.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/modules/ps_shoppingcart/modal.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCartModalFooter.md b/modules/concepts/hooks/list-of-hooks/displayCartModalFooter.md index a248cc18f9..82b02769af 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCartModalFooter.md +++ b/modules/concepts/hooks/list-of-hooks/displayCartModalFooter.md @@ -4,7 +4,7 @@ Title: displayCartModalFooter hidden: true hookTitle: Bottom of Add-to-cart modal files: - - themes/classic/modules/ps_shoppingcart/modal.tpl + - Classic Theme: modules/ps_shoppingcart/modal.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/modules/ps_shoppingcart/modal.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/modules/ps_shoppingcart/modal.tpl) + - [Classic Theme: modules/ps_shoppingcart/modal.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/modules/ps_shoppingcart/modal.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCheckoutBeforeConfirmation.md b/modules/concepts/hooks/list-of-hooks/displayCheckoutBeforeConfirmation.md index a442a4c62d..6935130256 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCheckoutBeforeConfirmation.md +++ b/modules/concepts/hooks/list-of-hooks/displayCheckoutBeforeConfirmation.md @@ -4,7 +4,7 @@ Title: displayCheckoutBeforeConfirmation hidden: true hookTitle: Show custom content before checkout confirmation files: - - themes/classic/templates/checkout/_partials/steps/payment.tpl + - Classic Theme: templates/checkout/_partials/steps/payment.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/steps/payment.tpl) + - [Classic Theme: templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/steps/payment.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCheckoutSubtotalDetails.md b/modules/concepts/hooks/list-of-hooks/displayCheckoutSubtotalDetails.md index a6c87fe7bc..edccc579c1 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCheckoutSubtotalDetails.md +++ b/modules/concepts/hooks/list-of-hooks/displayCheckoutSubtotalDetails.md @@ -4,7 +4,7 @@ Title: displayCheckoutSubtotalDetails hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl + - Classic Theme: templates/checkout/_partials/cart-detailed-totals.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl) + - [Classic Theme: templates/checkout/_partials/cart-detailed-totals.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/cart-detailed-totals.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCheckoutSummaryTop.md b/modules/concepts/hooks/list-of-hooks/displayCheckoutSummaryTop.md index 98595e6aca..fa9832e675 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCheckoutSummaryTop.md +++ b/modules/concepts/hooks/list-of-hooks/displayCheckoutSummaryTop.md @@ -4,7 +4,7 @@ Title: displayCheckoutSummaryTop hidden: true hookTitle: Cart summary top files: - - themes/classic/templates/checkout/_partials/cart-summary-top.tpl + - Classic Theme: templates/checkout/_partials/cart-summary-top.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/cart-summary-top.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/cart-summary-top.tpl) + - [Classic Theme: templates/checkout/_partials/cart-summary-top.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/cart-summary-top.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayContactContent.md b/modules/concepts/hooks/list-of-hooks/displayContactContent.md index 4fc450ab31..69e1e33c2e 100644 --- a/modules/concepts/hooks/list-of-hooks/displayContactContent.md +++ b/modules/concepts/hooks/list-of-hooks/displayContactContent.md @@ -4,8 +4,8 @@ Title: displayContactContent hidden: true hookTitle: Content wrapper section of the contact page files: - - themes/hummingbird/templates/contact.tpl - - themes/classic/templates/contact.tpl + - Hummingbird Theme: templates/contact.tpl + - Classic Theme: templates/contact.tpl locations: - front office type: display @@ -29,8 +29,8 @@ Hook locations: Hook type: display Located in: - - [themes/hummingbird/templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) - - [themes/classic/templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) + - [Hummingbird Theme: templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) + - [Classic Theme: templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayContactLeftColumn.md b/modules/concepts/hooks/list-of-hooks/displayContactLeftColumn.md index 734c574e24..8e755947ba 100644 --- a/modules/concepts/hooks/list-of-hooks/displayContactLeftColumn.md +++ b/modules/concepts/hooks/list-of-hooks/displayContactLeftColumn.md @@ -4,8 +4,8 @@ Title: displayContactLeftColumn hidden: true hookTitle: Left column blocks on the contact page files: - - themes/hummingbird/templates/contact.tpl - - themes/classic/templates/contact.tpl + - Hummingbird Theme: templates/contact.tpl + - Classic Theme: templates/contact.tpl locations: - front office type: display @@ -29,8 +29,8 @@ Hook locations: Hook type: display Located in: - - [themes/hummingbird/templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) - - [themes/classic/templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) + - [Hummingbird Theme: templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) + - [Classic Theme: templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayContactRightColumn.md b/modules/concepts/hooks/list-of-hooks/displayContactRightColumn.md index 0c6ad1f76e..9adcfaea9a 100644 --- a/modules/concepts/hooks/list-of-hooks/displayContactRightColumn.md +++ b/modules/concepts/hooks/list-of-hooks/displayContactRightColumn.md @@ -4,8 +4,8 @@ Title: displayContactRightColumn hidden: true hookTitle: Right column blocks of the contact page files: - - themes/hummingbird/templates/contact.tpl - - themes/classic/templates/contact.tpl + - Hummingbird Theme: templates/contact.tpl + - Classic Theme: templates/contact.tpl locations: - front office type: display @@ -29,8 +29,8 @@ Hook locations: Hook type: display Located in: - - [themes/hummingbird/templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) - - [themes/classic/templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) + - [Hummingbird Theme: templates/contact.tpl](https://github.com/PrestaShop/hummingbird/blob/develop/templates/contact.tpl) + - [Classic Theme: templates/contact.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/contact.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCrossSellingShoppingCart.md b/modules/concepts/hooks/list-of-hooks/displayCrossSellingShoppingCart.md index e8172150ef..b06d940a15 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCrossSellingShoppingCart.md +++ b/modules/concepts/hooks/list-of-hooks/displayCrossSellingShoppingCart.md @@ -4,7 +4,7 @@ Title: displayCrossSellingShoppingCart hidden: true hookTitle: files: - - themes/classic/templates/checkout/cart.tpl + - Classic Theme: templates/checkout/cart.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/cart.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/cart.tpl) + - [Classic Theme: templates/checkout/cart.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/cart.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCustomerAccount.md b/modules/concepts/hooks/list-of-hooks/displayCustomerAccount.md index 5779b369e1..2237b9bb50 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCustomerAccount.md +++ b/modules/concepts/hooks/list-of-hooks/displayCustomerAccount.md @@ -4,7 +4,7 @@ Title: displayCustomerAccount hidden: true hookTitle: Customer account displayed in Front Office files: - - themes/classic/templates/customer/my-account.tpl + - Classic Theme: templates/customer/my-account.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/customer/my-account.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/customer/my-account.tpl) + - [Classic Theme: templates/customer/my-account.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/customer/my-account.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayCustomerLoginFormAfter.md b/modules/concepts/hooks/list-of-hooks/displayCustomerLoginFormAfter.md index 4bf8f05837..f8c62ffa48 100644 --- a/modules/concepts/hooks/list-of-hooks/displayCustomerLoginFormAfter.md +++ b/modules/concepts/hooks/list-of-hooks/displayCustomerLoginFormAfter.md @@ -4,7 +4,7 @@ Title: displayCustomerLoginFormAfter hidden: true hookTitle: Display elements after login form files: - - themes/classic/templates/customer/authentication.tpl + - Classic Theme: templates/customer/authentication.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/customer/authentication.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/customer/authentication.tpl) + - [Classic Theme: templates/customer/authentication.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/customer/authentication.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayExpressCheckout.md b/modules/concepts/hooks/list-of-hooks/displayExpressCheckout.md index 841a673613..46b6d53eaf 100644 --- a/modules/concepts/hooks/list-of-hooks/displayExpressCheckout.md +++ b/modules/concepts/hooks/list-of-hooks/displayExpressCheckout.md @@ -4,7 +4,7 @@ Title: displayExpressCheckout hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/cart-detailed-actions.tpl + - Classic Theme: templates/checkout/_partials/cart-detailed-actions.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/cart-detailed-actions.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/cart-detailed-actions.tpl) + - [Classic Theme: templates/checkout/_partials/cart-detailed-actions.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/cart-detailed-actions.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayFooter.md b/modules/concepts/hooks/list-of-hooks/displayFooter.md index d005751984..2155c94293 100644 --- a/modules/concepts/hooks/list-of-hooks/displayFooter.md +++ b/modules/concepts/hooks/list-of-hooks/displayFooter.md @@ -4,7 +4,7 @@ Title: displayFooter hidden: true hookTitle: Footer files: - - themes/classic/templates/_partials/footer.tpl + - Classic Theme: templates/_partials/footer.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/_partials/footer.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/_partials/footer.tpl) + - [Classic Theme: templates/_partials/footer.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/footer.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayFooterAfter.md b/modules/concepts/hooks/list-of-hooks/displayFooterAfter.md index fd15471554..9f0ecb46b9 100644 --- a/modules/concepts/hooks/list-of-hooks/displayFooterAfter.md +++ b/modules/concepts/hooks/list-of-hooks/displayFooterAfter.md @@ -4,7 +4,7 @@ Title: displayFooterAfter hidden: true hookTitle: files: - - themes/classic/templates/_partials/footer.tpl + - Classic Theme: templates/_partials/footer.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/_partials/footer.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/_partials/footer.tpl) + - [Classic Theme: templates/_partials/footer.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/footer.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayFooterBefore.md b/modules/concepts/hooks/list-of-hooks/displayFooterBefore.md index b33c37d5be..96f24a8d72 100644 --- a/modules/concepts/hooks/list-of-hooks/displayFooterBefore.md +++ b/modules/concepts/hooks/list-of-hooks/displayFooterBefore.md @@ -4,7 +4,7 @@ Title: displayFooterBefore hidden: true hookTitle: files: - - themes/classic/templates/_partials/footer.tpl + - Classic Theme: templates/_partials/footer.tpl locations: - front office type: display @@ -22,7 +22,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/_partials/footer.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/_partials/footer.tpl) + - [Classic Theme: templates/_partials/footer.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/footer.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayFooterCategory.md b/modules/concepts/hooks/list-of-hooks/displayFooterCategory.md index 904ecc8d5f..a727c3bab8 100644 --- a/modules/concepts/hooks/list-of-hooks/displayFooterCategory.md +++ b/modules/concepts/hooks/list-of-hooks/displayFooterCategory.md @@ -4,7 +4,7 @@ Title: displayFooterCategory hidden: true hookTitle: Footer at the bottom of the product list files: - - themes/classic/templates/catalog/listing/product-list.tpl + - Classic Theme: templates/catalog/listing/product-list.tpl locations: - front office type: display @@ -26,7 +26,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/catalog/listing/product-list.tpl](https://github.com/PrestaShop/classic-theme/blob/2.0.x/templates/catalog/listing/product-list.tpl) + - [Classic Theme: templates/catalog/listing/product-list.tpl](https://github.com/PrestaShop/classic-theme/blob/2.0.x/templates/catalog/listing/product-list.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayFooterProduct.md b/modules/concepts/hooks/list-of-hooks/displayFooterProduct.md index b35648461c..5c199e60f8 100644 --- a/modules/concepts/hooks/list-of-hooks/displayFooterProduct.md +++ b/modules/concepts/hooks/list-of-hooks/displayFooterProduct.md @@ -4,7 +4,7 @@ Title: displayFooterProduct hidden: true hookTitle: Product footer files: - - themes/classic/templates/catalog/product.tpl + - Classic Theme: templates/catalog/product.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/catalog/product.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/product.tpl) + - [Classic Theme: templates/catalog/product.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/product.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayGDPRConsent.md b/modules/concepts/hooks/list-of-hooks/displayGDPRConsent.md index 8a40e748e6..f8eeb97e50 100644 --- a/modules/concepts/hooks/list-of-hooks/displayGDPRConsent.md +++ b/modules/concepts/hooks/list-of-hooks/displayGDPRConsent.md @@ -4,7 +4,7 @@ Title: displayGDPRConsent hidden: true hookTitle: files: - - themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl + - Classic Theme: modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl) + - [Classic Theme: modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayLeftColumn.md b/modules/concepts/hooks/list-of-hooks/displayLeftColumn.md index 06fd6a85d1..02797f26c6 100644 --- a/modules/concepts/hooks/list-of-hooks/displayLeftColumn.md +++ b/modules/concepts/hooks/list-of-hooks/displayLeftColumn.md @@ -4,7 +4,7 @@ Title: displayLeftColumn hidden: true hookTitle: New elements on a page (left column) files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -35,7 +35,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayLeftColumnProduct.md b/modules/concepts/hooks/list-of-hooks/displayLeftColumnProduct.md index 008a43dc2b..db342628fb 100644 --- a/modules/concepts/hooks/list-of-hooks/displayLeftColumnProduct.md +++ b/modules/concepts/hooks/list-of-hooks/displayLeftColumnProduct.md @@ -4,7 +4,7 @@ Title: displayLeftColumnProduct hidden: true hookTitle: New elements on the product page (left column) files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayMyAccountBlock.md b/modules/concepts/hooks/list-of-hooks/displayMyAccountBlock.md index ec683ebb03..5471199c93 100644 --- a/modules/concepts/hooks/list-of-hooks/displayMyAccountBlock.md +++ b/modules/concepts/hooks/list-of-hooks/displayMyAccountBlock.md @@ -4,7 +4,7 @@ Title: displayMyAccountBlock hidden: true hookTitle: My account block files: - - themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl + - Classic Theme: modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl) + - [Classic Theme: modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayNav1.md b/modules/concepts/hooks/list-of-hooks/displayNav1.md index 4219dfba36..39d2f8ecda 100644 --- a/modules/concepts/hooks/list-of-hooks/displayNav1.md +++ b/modules/concepts/hooks/list-of-hooks/displayNav1.md @@ -4,7 +4,7 @@ Title: displayNav1 hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/header.tpl + - Classic Theme: templates/checkout/_partials/header.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/header.tpl) + - [Classic Theme: templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/header.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayNav2.md b/modules/concepts/hooks/list-of-hooks/displayNav2.md index 30488e8798..26e8a017ff 100644 --- a/modules/concepts/hooks/list-of-hooks/displayNav2.md +++ b/modules/concepts/hooks/list-of-hooks/displayNav2.md @@ -4,7 +4,7 @@ Title: displayNav2 hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/header.tpl + - Classic Theme: templates/checkout/_partials/header.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/header.tpl) + - [Classic Theme: templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/header.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayNavFullWidth.md b/modules/concepts/hooks/list-of-hooks/displayNavFullWidth.md index 7884f0a9bf..a38ab901e1 100644 --- a/modules/concepts/hooks/list-of-hooks/displayNavFullWidth.md +++ b/modules/concepts/hooks/list-of-hooks/displayNavFullWidth.md @@ -4,7 +4,7 @@ Title: displayNavFullWidth hidden: true hookTitle: Navigation files: - - themes/classic/templates/checkout/_partials/header.tpl + - Classic Theme: templates/checkout/_partials/header.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/header.tpl) + - [Classic Theme: templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/header.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayNewsletterRegistration.md b/modules/concepts/hooks/list-of-hooks/displayNewsletterRegistration.md index 7d4b8593cf..74838fd63d 100644 --- a/modules/concepts/hooks/list-of-hooks/displayNewsletterRegistration.md +++ b/modules/concepts/hooks/list-of-hooks/displayNewsletterRegistration.md @@ -4,7 +4,7 @@ Title: displayNewsletterRegistration hidden: true hookTitle: files: - - themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl + - Classic Theme: modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl) + - [Classic Theme: modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/modules/ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayNotFound.md b/modules/concepts/hooks/list-of-hooks/displayNotFound.md index 591753e4e7..cb3ef51d1b 100644 --- a/modules/concepts/hooks/list-of-hooks/displayNotFound.md +++ b/modules/concepts/hooks/list-of-hooks/displayNotFound.md @@ -4,7 +4,7 @@ Title: displayNotFound hidden: true hookTitle: files: - - themes/classic/templates/errors/not-found.tpl + - Classic Theme: templates/errors/not-found.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/errors/not-found.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/errors/not-found.tpl) + - [Classic Theme: templates/errors/not-found.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/errors/not-found.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation1.md b/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation1.md index bc1e0217c2..f34e998b4d 100644 --- a/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation1.md +++ b/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation1.md @@ -4,7 +4,7 @@ Title: displayOrderConfirmation1 hidden: true hookTitle: files: - - themes/classic/templates/checkout/order-confirmation.tpl + - Classic Theme: templates/checkout/order-confirmation.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/order-confirmation.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/order-confirmation.tpl) + - [Classic Theme: templates/checkout/order-confirmation.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/order-confirmation.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation2.md b/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation2.md index 79610b9a09..e3b5535615 100644 --- a/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation2.md +++ b/modules/concepts/hooks/list-of-hooks/displayOrderConfirmation2.md @@ -4,7 +4,7 @@ Title: displayOrderConfirmation2 hidden: true hookTitle: files: - - themes/classic/templates/checkout/order-confirmation.tpl + - Classic Theme: templates/checkout/order-confirmation.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/order-confirmation.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/order-confirmation.tpl) + - [Classic Theme: templates/checkout/order-confirmation.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/order-confirmation.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayPaymentByBinaries.md b/modules/concepts/hooks/list-of-hooks/displayPaymentByBinaries.md index 08e7eeae3e..f54d325aad 100644 --- a/modules/concepts/hooks/list-of-hooks/displayPaymentByBinaries.md +++ b/modules/concepts/hooks/list-of-hooks/displayPaymentByBinaries.md @@ -4,7 +4,7 @@ Title: displayPaymentByBinaries hidden: true hookTitle: Payment form generated by binaries files: - - themes/classic/templates/checkout/_partials/steps/payment.tpl + - Classic Theme: templates/checkout/_partials/steps/payment.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/steps/payment.tpl) + - [Classic Theme: templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/steps/payment.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayPaymentTop.md b/modules/concepts/hooks/list-of-hooks/displayPaymentTop.md index 8d2602f44e..9065fe3f43 100644 --- a/modules/concepts/hooks/list-of-hooks/displayPaymentTop.md +++ b/modules/concepts/hooks/list-of-hooks/displayPaymentTop.md @@ -4,7 +4,7 @@ Title: displayPaymentTop hidden: true hookTitle: Top of payment page files: - - themes/classic/templates/checkout/_partials/steps/payment.tpl + - Classic Theme: templates/checkout/_partials/steps/payment.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/steps/payment.tpl) + - [Classic Theme: templates/checkout/_partials/steps/payment.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/steps/payment.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayPersonalInformationTop.md b/modules/concepts/hooks/list-of-hooks/displayPersonalInformationTop.md index 44274db65e..fecb78339b 100644 --- a/modules/concepts/hooks/list-of-hooks/displayPersonalInformationTop.md +++ b/modules/concepts/hooks/list-of-hooks/displayPersonalInformationTop.md @@ -4,7 +4,7 @@ Title: displayPersonalInformationTop hidden: true hookTitle: Content in the checkout funnel, on top of the personal information panel files: - - themes/classic/templates/checkout/_partials/steps/personal-information.tpl + - Classic Theme: templates/checkout/_partials/steps/personal-information.tpl locations: - front office type: display @@ -27,7 +27,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/steps/personal-information.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/steps/personal-information.tpl) + - [Classic Theme: templates/checkout/_partials/steps/personal-information.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/steps/personal-information.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayProductActions.md b/modules/concepts/hooks/list-of-hooks/displayProductActions.md index 031c206a62..3cee6796f9 100644 --- a/modules/concepts/hooks/list-of-hooks/displayProductActions.md +++ b/modules/concepts/hooks/list-of-hooks/displayProductActions.md @@ -4,7 +4,7 @@ Title: displayProductActions hidden: true hookTitle: Display additional action button on the product page files: - - themes/classic/templates/catalog/_partials/product-add-to-cart.tpl + - Classic Theme: templates/catalog/_partials/product-add-to-cart.tpl locations: - front office type: action @@ -27,7 +27,7 @@ Hook locations: Hook type: action Located in: - - [themes/classic/templates/catalog/_partials/product-add-to-cart.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/_partials/product-add-to-cart.tpl) + - [Classic Theme: templates/catalog/_partials/product-add-to-cart.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/_partials/product-add-to-cart.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayProductAdditionalInfo.md b/modules/concepts/hooks/list-of-hooks/displayProductAdditionalInfo.md index cf901e5e54..8f5302fec9 100644 --- a/modules/concepts/hooks/list-of-hooks/displayProductAdditionalInfo.md +++ b/modules/concepts/hooks/list-of-hooks/displayProductAdditionalInfo.md @@ -4,7 +4,7 @@ Title: displayProductAdditionalInfo hidden: true hookTitle: Product page additional info files: - - themes/classic/templates/catalog/_partials/quickview.tpl + - Classic Theme: templates/catalog/_partials/quickview.tpl locations: - front office type: display @@ -35,7 +35,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/catalog/_partials/quickview.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/_partials/quickview.tpl) + - [Classic Theme: templates/catalog/_partials/quickview.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/_partials/quickview.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayProductListReviews.md b/modules/concepts/hooks/list-of-hooks/displayProductListReviews.md index a02318522e..103b77ab28 100644 --- a/modules/concepts/hooks/list-of-hooks/displayProductListReviews.md +++ b/modules/concepts/hooks/list-of-hooks/displayProductListReviews.md @@ -4,7 +4,7 @@ Title: displayProductListReviews hidden: true hookTitle: files: - - themes/classic/templates/catalog/_partials/miniatures/product.tpl + - Classic Theme: templates/catalog/_partials/miniatures/product.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/catalog/_partials/miniatures/product.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/catalog/_partials/miniatures/product.tpl) + - [Classic Theme: templates/catalog/_partials/miniatures/product.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/catalog/_partials/miniatures/product.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayProductPriceBlock.md b/modules/concepts/hooks/list-of-hooks/displayProductPriceBlock.md index 903510d916..ae6172de4d 100644 --- a/modules/concepts/hooks/list-of-hooks/displayProductPriceBlock.md +++ b/modules/concepts/hooks/list-of-hooks/displayProductPriceBlock.md @@ -4,7 +4,7 @@ Title: displayProductPriceBlock hidden: true hookTitle: files: - - themes/classic/templates/checkout/_partials/order-confirmation-table.tpl + - Classic Theme: templates/checkout/_partials/order-confirmation-table.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/order-confirmation-table.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/order-confirmation-table.tpl) + - [Classic Theme: templates/checkout/_partials/order-confirmation-table.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/order-confirmation-table.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayReassurance.md b/modules/concepts/hooks/list-of-hooks/displayReassurance.md index d07073cbcf..1e8c09f1d0 100644 --- a/modules/concepts/hooks/list-of-hooks/displayReassurance.md +++ b/modules/concepts/hooks/list-of-hooks/displayReassurance.md @@ -4,7 +4,7 @@ Title: displayReassurance hidden: true hookTitle: files: - - themes/classic/templates/checkout/checkout.tpl + - Classic Theme: templates/checkout/checkout.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/checkout.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/checkout.tpl) + - [Classic Theme: templates/checkout/checkout.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/checkout.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayRightColumn.md b/modules/concepts/hooks/list-of-hooks/displayRightColumn.md index 1ad72189f5..bb79aeab50 100644 --- a/modules/concepts/hooks/list-of-hooks/displayRightColumn.md +++ b/modules/concepts/hooks/list-of-hooks/displayRightColumn.md @@ -4,7 +4,7 @@ Title: displayRightColumn hidden: true hookTitle: New elements on a page (right column) files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -35,7 +35,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayRightColumnProduct.md b/modules/concepts/hooks/list-of-hooks/displayRightColumnProduct.md index 7b32b6a844..cdb2d212f1 100644 --- a/modules/concepts/hooks/list-of-hooks/displayRightColumnProduct.md +++ b/modules/concepts/hooks/list-of-hooks/displayRightColumnProduct.md @@ -4,7 +4,7 @@ Title: displayRightColumnProduct hidden: true hookTitle: New elements on the product page (right column) files: - - themes/classic/templates/layouts/layout-both-columns.tpl + - Classic Theme: templates/layouts/layout-both-columns.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/layouts/layout-both-columns.tpl) + - [Classic Theme: templates/layouts/layout-both-columns.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/layouts/layout-both-columns.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displaySearch.md b/modules/concepts/hooks/list-of-hooks/displaySearch.md index 62f6150ab7..f81fcf2453 100644 --- a/modules/concepts/hooks/list-of-hooks/displaySearch.md +++ b/modules/concepts/hooks/list-of-hooks/displaySearch.md @@ -4,7 +4,7 @@ Title: displaySearch hidden: true hookTitle: files: - - themes/classic/templates/errors/not-found.tpl + - Classic Theme: templates/errors/not-found.tpl locations: - front office type: display @@ -21,7 +21,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/errors/not-found.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/errors/not-found.tpl) + - [Classic Theme: templates/errors/not-found.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/errors/not-found.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayShoppingCart.md b/modules/concepts/hooks/list-of-hooks/displayShoppingCart.md index f51e82d2cc..bca9fab025 100644 --- a/modules/concepts/hooks/list-of-hooks/displayShoppingCart.md +++ b/modules/concepts/hooks/list-of-hooks/displayShoppingCart.md @@ -4,7 +4,7 @@ Title: displayShoppingCart hidden: true hookTitle: Shopping cart - Additional button files: - - themes/classic/templates/checkout/cart.tpl + - Classic Theme: templates/checkout/cart.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/cart.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/cart.tpl) + - [Classic Theme: templates/checkout/cart.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/cart.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayShoppingCartFooter.md b/modules/concepts/hooks/list-of-hooks/displayShoppingCartFooter.md index e2ee895797..686e1d9067 100644 --- a/modules/concepts/hooks/list-of-hooks/displayShoppingCartFooter.md +++ b/modules/concepts/hooks/list-of-hooks/displayShoppingCartFooter.md @@ -4,7 +4,7 @@ Title: displayShoppingCartFooter hidden: true hookTitle: Shopping cart footer files: - - themes/classic/templates/checkout/cart.tpl + - Classic Theme: templates/checkout/cart.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/cart.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/cart.tpl) + - [Classic Theme: templates/checkout/cart.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/cart.tpl) ## Call of the Hook in the origin file diff --git a/modules/concepts/hooks/list-of-hooks/displayTop.md b/modules/concepts/hooks/list-of-hooks/displayTop.md index 0e0de3667a..dcf8110951 100644 --- a/modules/concepts/hooks/list-of-hooks/displayTop.md +++ b/modules/concepts/hooks/list-of-hooks/displayTop.md @@ -4,7 +4,7 @@ Title: displayTop hidden: true hookTitle: Top of pages files: - - themes/classic/templates/checkout/_partials/header.tpl + - Classic Theme: templates/checkout/_partials/header.tpl locations: - front office type: display @@ -33,7 +33,7 @@ Hook locations: Hook type: display Located in: - - [themes/classic/templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/PrestaShop/blob/8.0.x/themes/classic/templates/checkout/_partials/header.tpl) + - [Classic Theme: templates/checkout/_partials/header.tpl](https://github.com/PrestaShop/classic-theme/blob/develop/templates/checkout/_partials/header.tpl) ## Call of the Hook in the origin file