Cart

Cart

Postby adil_iqbal@.....com » Thu Jun 07, 2012 6:07 am

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?
adil_iqbal@.....com
 
Posts: 2
Joined: Thu Jun 07, 2012 6:04 am

Re: Cart

Postby admin » Fri Jun 08, 2012 2:06 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Cart

Postby adil_iqbal@.....com » Fri Jun 08, 2012 3:18 pm

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!!! :-)
adil_iqbal@.....com
 
Posts: 2
Joined: Thu Jun 07, 2012 6:04 am


Return to One Page Checkout for Virtuemart 1.1.x

cron