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!
www.kirkhammotorsports.com/cart
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!
www.kirkhammotorsports.com/cart
Anyone???
Thanks!
Rob
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?
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!
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.
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!