Rollaen Posted May 17, 2017 Share Posted May 17, 2017 Hello everyone, I would like to ask how to call a hook on shopping-cart page. The same hook that is called on the product page (product.tpl): {$HOOK_PRODUCT_FOOTER} If I add the following code to shopping-cart.tpl it does not call anything. Where do I make a mistake? Is required to attach the hook to a specific .tpl file? {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} I also tried to use {include file...} unfortunately with no effect. Thanks in advance for your time Rob Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now