Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Price incl. __% VAT. plus shipping etc - please gone

Price incl. __% VAT. plus shipping etc - please gone

Locked

Views: 1,029

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 Jun 2009, 1:00 PM
#1
jami1955 avatar

jami1955

New Zenner

Join Date:
Feb 2008
Location:
Boulder, CO, Dec 2: India
Posts:
89
Plugin Contributions:
0

Price incl. __% VAT. plus shipping etc - please gone

How do I get on the main page where the products are listed, this tax line:

Price incl. 0% VAT.
plus shipping and handling

to go? Do I need to rewrite some code... happy to do that, but I cannot find where that code would be. The logical choice is the

tpl_index_product_list.php - which I have in the templates directory of my template, but this file makes no difference to the products listed on my main page. (shop: http://212.72.183.145 which is the bilingual German/English 1.3.8).

help?
thanks
JSCBoulder

16 Jun 2009, 3:20 PM
#2
diverpeter avatar

diverpeter

New Zenner

Join Date:
May 2008
Posts:
35
Plugin Contributions:
0

Re: Price incl. __% VAT. plus shipping etc - please gone

I was just helping the other guy out on the format of the tax issues. Do you install an addon to get that showing?

Anyway, without having to mess around with the code, you can simply "hide" the whole tax area. To do that you can add the following to your stylesheet.css file:

h2.taxAddon {display:none;}

I hope it will work for you and have fun with it.

16 Jun 2009, 4:05 PM
#3
jami1955 avatar

jami1955

New Zenner

Join Date:
Feb 2008
Location:
Boulder, CO, Dec 2: India
Posts:
89
Plugin Contributions:
0

Re: Price incl. __% VAT. plus shipping etc - please gone

I did alter the css for that text, but what I was wanting was a separate way of dealing with the product listing on the main page than on the product info page. Display none for the css for tax info also deletes it from the product info page. On that page it is still needed.

still looking.... also looking for a way for just the products to list on the main page without categories in the center column. Have not found that in admin either. see listing
https://www.zen-cart.com/forum/showthread.php?p=741621#post741621

thanks... :unsure: