Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Can I remove "starting at:"

Can I remove "starting at:"

Locked

Views: 1,681

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Jun 2009, 12:26 AM
#1
vanettda avatar

vanettda

New Zenner

Join Date:
Jul 2005
Posts:
49
Plugin Contributions:
0

Can I remove "starting at:"

I have my pricing set up by attributes. I have been wrestling with dependent pricing issues and decided to just make it simple and include the wood species price in the separate sizes that are available. This means setting the base price to zero and then adding the price to the individual attributes. This is not the best solution but I think it will work over all as the wood species are limited to 3 and sizes are mostly limited to 4 at most. However, when I price by attribute it picks the lowest pricing in the attribute queue and displays this. My client would rather not display the price at all and just have the prices built into (showing) within the attributes. Is it possible to not show this "starting at" line? I am so close to getting this site done. (Or am I kidding myself?) I hope and pray for an easy answer. (Finger Crossing)

http://themedmillwork.com/storefront/index.php?main_page=product_info&cPath=8_11&products_id=19

Thanks in advance.

30 Jun 2009, 10:29 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Can I remove "starting at:"

You could try adding this to your stylesheet, but it looks like that id is used on the 'free shipping info' page, too, so you'll need to check that.

#productPrices {display:none;}

5 Aug 2009, 6:39 PM
#3
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
1

Re: Can I remove "starting at:"

edit
/includes/languages/english.php
Replace
define('TEXT_BASE_PRICE','Starting at: ');
with
define('TEXT_BASE_PRICE','     ');

15 Sep 2009, 6:58 PM
#4
dwardlow avatar

dwardlow

New Zenner

Join Date:
Sep 2009
Posts:
12
Plugin Contributions:
0

Re: Can I remove "starting at:"

Similar question. How would you add the "Starting at" text to the other listings such as new products, sale products or even just the product listing.

24 Sep 2009, 6:50 PM
#5
bpryor avatar

bpryor

New Zenner

Join Date:
Sep 2009
Posts:
48
Plugin Contributions:
0

Re: Can I remove "starting at:"

I know this is an old post, but in case someone is seaching for a solution to this, here is what I discovered:

In the shop admin click on "Catalog/Product types". Select the product type that you wish to hide "Starting at" for and you will see an option "Show Starting At text on Price". Just change to a "0" and you're done.

3 Dec 2010, 2:04 AM
#6
exquisitefavors avatar

exquisitefavors

New Zenner

Join Date:
Oct 2010
Posts:
4
Plugin Contributions:
0

Re: Can I remove "starting at:"

Just found this--thanks for posting!!! It was driving me crazy! :thumbsup: