View Single Post
  #4  
Old 07-26-2006, 05:39 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default

Maybe (I'm still learning this, so my logic may be fuzzy):

1. duplicate your products.tpl template, i.e. "products-main.tpl"
2. in /customer/main/featured.tpl, change:

{include file="customer/main/products.tpl" products=$f_products featured="Y"}

to

{include file="customer/main/products-main.tpl" products=$f_products featured="Y"}


3. Edit products-main.tpl to not display prices

Could this work? Will this get in the way of anything? I am only a week into this journey, so there are many things (most things?) that I don't fully understand - but I am getting the hang of template editing and the 4D chess game that we're playing....

OR -- is this only a 4.0.x thing -- I just realized that you are using 4.1 -- hmm... sorry.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote