Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I change the Buy Now to a Radio Button

How do I change the Buy Now to a Radio Button

Locked

Views: 1,304

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
13 Jun 2007, 7:09 PM
#1
robvox avatar

robvox

New Zenner

Join Date:
Jun 2007
Posts:
33
Plugin Contributions:
0

How do I change the Buy Now to a Radio Button

Is it possible to change the Buy Now (on my site select) button to a radio button, and if so, how?

Thanks in advance for the help!

https://www.kirkhammotorsports.com/cart

15 Jun 2007, 2:59 PM
#2
robvox avatar

robvox

New Zenner

Join Date:
Jun 2007
Posts:
33
Plugin Contributions:
0

Re: How do I change the Buy Now to a Radio Button

Anyone???

Thanks!

Rob

15 Jun 2007, 3:08 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How do I change the Buy Now to a Radio Button

You can change the appearance to look like a radiobutton by making a new button image in Photoshop, and replacing the existing one.

If you want it to actually be a radiobutton, that would be considerably more involved and may not be practical. How are you wanting this to act? Any different from present?

15 Jun 2007, 6:05 PM
#4
robvox avatar

robvox

New Zenner

Join Date:
Jun 2007
Posts:
33
Plugin Contributions:
0

Re: How do I change the Buy Now to a Radio Button

I need the item to look selected once the customer has picked that item. I guess I could do something with two images, I could leave the current button, and then if there is a way to replace that image once the item has been selected, that would work.

Any ideas??

Thanks again!

15 Jun 2007, 6:55 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How do I change the Buy Now to a Radio Button

I think you would need code in product_listing.php to check if the "product" display being built is in the cart, and alter the display accordingly.

If you have this feature, you know that customers are going to expect to be able to toggle each feature on or off from the listing page. This means you would need to get some code from the shopping cart files to do a "delete", and put that into product_listing.php also.

15 Jun 2007, 7:54 PM
#6
robvox avatar

robvox

New Zenner

Join Date:
Jun 2007
Posts:
33
Plugin Contributions:
0

Re: How do I change the Buy Now to a Radio Button

That sounds fine, but are you able to walk me through, or at least give me a "heads-up" on what files, what sections of code I need to look at.

Thanks!