Page 1 of 1

Cart

PostPosted: Thu Jun 07, 2012 6:07 am
by adil_iqbal@.....com
I had commented out the Tax Total code from the shopping cart's files but after installing this component it has reappeared. Can you guide me where I should look for this code?

Re: Cart

PostPosted: Fri Jun 08, 2012 2:06 pm
by admin
Hello Adil, if you are using OPC1 for VM1, you can also try to hide the taxes with the tax tab of the OPC.

If you only want to hide the display, you can wrap the section within
<div style="display: none;">
... content ...
</div>

I wrote you email as well:

Hello Adil, i am sorry for late response, you can hide the tax display
with CSS, but i need to know which template you are using. The file
which generates the top totals is
/components/com_onepage/themes/YOURTHEME/overrides/basket.html.php

and the file which shows the bottom totots is
/components/com_onepage/themes/YOURTHEME/onepage.unlogged (and logged).tpl.php

you can wrap the section which shows the taxes with
<div style="display: none;">
... content
</div>

or hide it directly with onepage.css. Please don't remove any section
which includes an id=... because it would break the javascript.


Best Regards,
Stan

Re: Cart

PostPosted: Fri Jun 08, 2012 3:18 pm
by adil_iqbal@.....com
Hi Stan,

Thanks for your reply.

I am using Icetheme thestore. I had to Css- display none the tax total line in :
/public_html/components/com_virtuemart/themes/default/templates/onepage/icetheme_thestore/overrides/basket_b2c.html.php

It is solved now!!! :-)