![]() |
Removal.
Hello all,
I was hoping someone could assist me with how to remove price from some or all items from the xcart store. I want to use it more for my employees internal ordering of items they can just request and a few items I want to have a price for. Any and all help is greatly appreciated.\ |
Re: Removal.
To remove from the price from all product pages, look in skin1\customer\main\product.tpl
Find this: Code:
<td class="property-name product-price">{$lng.lbl_price}:</td> Remove it. To remove prices from the category, look in skin1\customer\products_list.tpl Find this: Code:
<div class="price-row{if $active_modules.Special_Offers ne "" && $product.use_special_price ne ""} special-price-row{/if}"> Remove it. Alternatively, you can set all 'free' items to cost $0.00 and they set their own price. For that, just tell them to enter $0 for price and select however much they want. For items that cost, set the price to whatever you wish. |
All times are GMT -8. The time now is 06:40 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.