Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing 'Please Choose:'

Removing 'Please Choose:'

Locked

Views: 2,608

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
28 Jul 2006, 9:00 AM
#1
leaddogspock avatar

leaddogspock

New Zenner

Join Date:
Jul 2006
Posts:
48
Plugin Contributions:
0

Removing 'Please Choose:'

This may be a question with a easy answer... :ohmy:

Im trying to remove the 'Please Choose:' text from my products page and Ive done a search in the Developers tool kit but when I change all the files it showed me the text was in it there was no change.

I cant figure out where the heck this text is cause Ive customized all the other text on the page so easily by using the tool kit but for some reason I cant seem to find where these words exist without changing all the phrases on all the pages it shows up on and regreting it later.

Website page example: http://www.leaddoggraphics.com/store/index.php?main_page=product_info&cPath=1_8_3&products_id=2

28 Jul 2006, 9:32 AM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,685
Plugin Contributions:
56

Re: Removing 'Please Choose:'

Customize the file
./includes/templates/template_default/templates/tpl_modules_attributes.php

Delete:

<h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3>
28 Jul 2006, 5:48 PM
#3
leaddogspock avatar

leaddogspock

New Zenner

Join Date:
Jul 2006
Posts:
48
Plugin Contributions:
0

Re: Removing 'Please Choose:'

Yea!! Thank you soooo much!! Ive spent hours on this with no luck! Worked like a charm! :lol:

28 Jul 2006, 6:14 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Removing 'Please Choose:'

Question ...

You are using Attributes where the customer has to physically set the price for the quantity they are buying ...

Wouldn't it be better to set the price at $2.95 and then set the Discount Qty on the Product Price Manager to manage the discount so that the customer doesn't have to "think" and you do not end up with a lot of confused customers or result in a lot of refunds?

28 Jul 2006, 6:30 PM
#5
leaddogspock avatar

leaddogspock

New Zenner

Join Date:
Jul 2006
Posts:
48
Plugin Contributions:
0

Re: Removing 'Please Choose:'

Yes that does sound much better...

Ive been trying to learn all I can about ZenCart since I started working with this program but have been limited on time to learn about all the cool things I can tweek to my store.

I will have to look into that and see if I cant figure it out. Thanks! :thumbsup:

28 Jul 2006, 6:43 PM
#6
leaddogspock avatar

leaddogspock

New Zenner

Join Date:
Jul 2006
Posts:
48
Plugin Contributions:
0

Re: Removing 'Please Choose:'

Figured out how to discount by quantity but Im wondering if there is a setting for discount by quantity for this whole group. I dont want someone to have to purchase 15 of one item, Id rather they mix and match and still get the discount. Is that possible?

28 Jul 2006, 6:45 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Removing 'Please Choose:'

Not at this time ... Discounts are based on a per Product basis and not a combination ...

28 Jul 2006, 6:51 PM
#8
leaddogspock avatar

leaddogspock

New Zenner

Join Date:
Jul 2006
Posts:
48
Plugin Contributions:
0

Re: Removing 'Please Choose:'

Thank you for that info... It saves me tons of time knowing that its not possible rather than trying to figure out if its not possible... :P

I will have to change it back to what I had and hope for the best... Not getting too much on-line business right now so I dont suppose it will cause too many problems... at least not yet!

28 Jul 2006, 7:12 PM
#9
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Removing 'Please Choose:'

[edited] - simpler by template.

31 Jul 2006, 12:51 AM
#10
seamstobesew avatar

seamstobesew

Zen Follower

Join Date:
Nov 2005
Location:
Germany
Posts:
110
Plugin Contributions:
0

Re: Removing 'Please Choose:'

I didn't want to "remove" this per say, but, because I was having it show twice on my page, I definitely wanted one of them removed, so I removed the line from the file swguy mentioned above, but I used my overrides and copied the file to my overrides folder:

catalog/includes/templates/purpleshades/templates/tpl_modules_attributes.php

instead of changing the original file. (purpleshades is my overrides folder name, but you would replace that for yours)

I just thought it might help you to know you can use the overrides to fix this problem. (I realize you are new, but I've placed this message here for the next person to come along with the same problem).

Marian