Jump to content

HOW TO MAKE CHANGES TO POPUP THAT COMES AFTER ADDING PRODUCT TO CART ?


GTR

Recommended Posts

HOW TO MAKE CHANGES TO POPUP THAT COMES AFTER ADDING PRODUCT TO CART ???

 

I can figure out how to change the language and remove tax on this popup,

is there anyone that knows how to change/customize the things displayed on that screen?

 

post-800176-0-81600500-1401025656_thumb.jpg

Link to comment
Share on other sites

Hello

 

If you want to change the language go to:

Back office > Localization > Translations > Installed module translations > Your theme > Your language > Modify Scroll down to: Module: blockcart

http://screencast.com/t/EFyw8VZmMIx6

 

Not Sure about the taxes But I assume this information will come from your normal Product information.

 

PS. Also not sure why you use Capitals, it's like shouting

 

Paul

  • Like 1
Link to comment
Share on other sites

Hello

 

If you want to change the language go to:

Back office > Localization > Translations > Installed module translations > Your theme > Your language > Modify Scroll down to: Module: blockcart

http://screencast.com/t/EFyw8VZmMIx6

 

Not Sure about the taxes But I assume this information will come from your normal Product information.

 

PS. Also not sure why you use Capitals, it's like shouting

 

Paul

 

Thanks Paul,

 

I found it, changed it to Dutch language,

Couldn't find anything to hide tax tho but I changed " tax " into " : " in translations which worked fine.

I will not shout anymore :D

 

Thanks again!

Link to comment
Share on other sites

Hello

 

If you want to change the language go to:

Back office > Localization > Translations > Installed module translations > Your theme > Your language > Modify Scroll down to: Module: blockcart

http://screencast.com/t/EFyw8VZmMIx6

 

Not Sure about the taxes But I assume this information will come from your normal Product information.

 

PS. Also not sure why you use Capitals, it's like shouting

 

Paul

I found out about hiding the taxes if you want to know:

 

You can remove by hiding code:

 

Go to ftp map /webspace/siteapps/Prestashop-188755/htdocs/themes/default-bootstrap/modules/blockcart

 

All 3 taxes can be hidden inside this file like so:

 

Total products: Ctrl F search for> "total products" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}

                        {else}

                            {*{l s='(tax incl.)' mod='blockcart'}*}

 

Total shipping: Ctrl F search for> "total shipping" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}

 

Total: Ctrl F search for> "total" and {*hide*} code like this:

 

{*{l s='(tax excl.)' mod='blockcart'}*}

                        {else}

                            {*{l s='(tax incl.)' mod='blockcart'}*}

 

Now all 3 tax should be gone after you saved en refreshed a few times

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...