comment out the price

buddyraymond

No avatar

2007-04-28 11:02

i've tried a few times to comment out the price, but it didnt work properly. Could someone please shown me how to do it properly? an example will be good. basically i just wanna get rid of the price from the page, because for some of the price, i cant put a fixed price.
Thank you very much for the help!!

» Quick.Cart v2.x

raymondmr2

merci

No avatar

2007-04-30 09:10

buddyraymond - I'm not sure if I understand you properly.
If you want to remove only price in products list and details without removing basket:
-----------
1)from file templates/products_list.tpl delete this:

<a href="?p=ordersBasket&amp;sOption=add&amp;iProduct=$aList[iProduct]&amp;iQuantity=1" class="price" title="$lang[Add_to_basket]"><em>$lang[Price]:</em><span>$aList[fPr ice]</span>$config[currency_symbol]</a>



2) from templates/products_details.tpl delete this:

<div class="price"><em>$lang[Price]:</em><span id="price">$aData[fPrice]</span>$config[currency_symbol]</div>


------------
If you want to remove price and basket, see :
http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=3887

Back to top
about us | contact