Jump to content

include a shopping-cart.tpl file in footer.tpl template file and display content


Recommended Posts

i am new to prestashop,i am including a template named "shopping-cart.tpl" in "footer.tpl" .I need to display its content on all pages in a popup ,but the content of "shopping-cart.tpl" is not displaying on any page except "index.php?controller=order-opc"

<div class="cart-block-area">
    <div id="step2" class="pannel">
	{include file="$tpl_dir./shopping-cart.tpl"}
    </div>
</div>
Link to comment
Share on other sites

×
×
  • Create New...