Jump to content

Recommended Posts

I am not sure if it works but try this out:

Go to back-end --> Modules --> Positions

Delete the cart module from homepage and place it (by pressing on the button "position a module" on top of page) in the cart section.

 

Let me know if it worked out.

Link to comment
Share on other sites

I have taken a look into your source:

<div id="shopping_cart">
<a href="http://www.mateforstyle.com/order.php" title="Your Shopping Cart">Cart:</a>
<span class="ajax_cart_quantity hidden">0</span>
<span class="ajax_cart_product_txt hidden">product</span>
<span class="ajax_cart_product_txt_s hidden">products</span>
<span class="ajax_cart_no_product">(empty)</span>
</div>
<!-- /Block user information module HEADER -->

 

It seems to be in your header, can you show me the coding of your "modules/block user information"

Please send coding of .tpl and .php file!

Link to comment
Share on other sites

Prestashop has built-in function for this. Go to modules >> Positions >> and find where your cart block is hooked in. Click the pen and paper and for exceptions add index.php and that sould work for keeping it off the main page.

Link to comment
Share on other sites

×
×
  • Create New...