Hi,
I am trying to place a product footer into a product page I am making but for some reason can't get it to show up. The product header displays correctly using:
<mvt:item name="prod_ctgy_hdft" param="prod_header" />
I was using this for the footer below without any luck.
<mvt:item name="prod_ctgy_hdft" param="prod_footer" />
Since the footer is the same for all of our product pages maybe it would be easier to use the global header with a conditional that would look for the prefix I use of "PROD". I've never tried that before so not sure of the code for that one.
TIA!
Mike
I am trying to place a product footer into a product page I am making but for some reason can't get it to show up. The product header displays correctly using:
<mvt:item name="prod_ctgy_hdft" param="prod_header" />
I was using this for the footer below without any luck.
<mvt:item name="prod_ctgy_hdft" param="prod_footer" />
Since the footer is the same for all of our product pages maybe it would be easier to use the global header with a conditional that would look for the prefix I use of "PROD". I've never tried that before so not sure of the code for that one.
TIA!
Mike
Comment