Jump to content

Recommended Posts

Hello!

 

I'm using version 1.5.0.17 of Prestashop and after a few hours of settings i stoped seen the "cart" in the corner of the page.

 

Already deleted the module, already installed again, tried to change the hooker (i don't know which should be right now. Please tell me one valid position).

 

Have tried adding products to cart but it's not possible, the button is not working, maybe because the stock it's 0 (right?).

 

 

 

How can i get my "car" back?

Link to comment
Share on other sites

Good Morning,

 

If you go to Back Office > Modules > Positions > On the left you will see Transplant a Module, Click > you will then see Module drop down box, scroll to find Cart Block, then in Hook into drop down scroll to find "Header of Pages" known as "Display Header" > Click save

 

Hope this helps

 

Paul

Link to comment
Share on other sites

Good Morning,

 

If you go to Back Office > Modules > Positions > On the left you will see Transplant a Module, Click > you will then see Module drop down box, scroll to find Cart Block, then in Hook into drop down scroll to find "Header of Pages" known as "Display Header" > Click save

 

Hope this helps

 

Paul

 

 

 

Hi

 

Thanks for your reply.

 

 

I've done what you said, but shows red error message "This module is already transplanted into this hook". And problem seems not resolved :(

Link to comment
Share on other sites

  • 2 months later...

I tried what you said but it says this module is already transplanted to this hook and I didn't add any expectations. My cart is working but I can't see the cart block on the page. Here is the orginal template that I download:

 

http://prestaddon.co...te=vp_beststore (you can see the cart block on top-right)

 

and here is my site: http://www.corbit.net

 

Cart block module is active and I reset it many times, reinstalled. Once I can see my cart block but this time it doesn't work properly. I transplanted it into right column. Text color turned white.

Edited by alper28072011 (see edit history)
Link to comment
Share on other sites

I have checked it briefly and... the layout is the same with minor css adjustment but it does not expand & collapse I think because the standard ajax cart is only for default theme, I need to check how this can be fixed but I am sure that one of the moderator can solve it quickly.

I will post the css changes in a bit

Link to comment
Share on other sites

Its seems like you need to edit 3 files & add 1 image file so make sure you backup those files before, also make sure in your blockcart module you have ajax cart enabled.

 

1) themes/vp_beststore/css/layouts.css - replace your file with this file (layouts.css)

2) modules/blockcart/blockcart.css - replace your file with this file (blockcart.css)

3) add this file to your themes/vp_beststore/img folder (vt_cart.png)

4) edit in modules/blockcart/blockcart.tpl -

switch between lines 140 & 141

switch between lines 154 & 155

change line 172 to:

<a href="{$link->getPageLink("$order_process.php", true)}" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_large{/if}" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}</a>

 

after you finish turn force compile on in your back office and turn cache off and also clear your browser cache (ctrl + f5 - 2 times)

Let me know whats the result.

  • Like 1
Link to comment
Share on other sites

  • 8 months later...
×
×
  • Create New...