You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I'd like to use an image as my "buy" button. How would I do this?
Offline
Make it's standard html, I use a css rule to get what I want, you just have to assign the class to the link code in either the form footer or quick form footer or both, depending on where you want the buttons.
John
Offline
Yes. Is this button going to be used for everything? If it's not and you place it into the quickform footer then you need to have some logic to control when it will be used as that script builds quite a few other buttons, product detail pages are form created by the script form footer, most other pages are created buy the quickform footer.
John
Offline
Thanks. Is it possible somewhere in the system to set a checkout button as a link, even if someone has to do it "programatically"?
Offline
In fact, I've got it working in the quickform somewhat (no idea where to change the wish list text for that thing). But, if anyone wants to take a look and can tell me how to set this up...
http://www.shopflytrap.com/ecom-prodshow/TEST001.html
I want that big buy button to be the clickable button at the top and the rest of the buttons are spot on, save the text.
Offline
Or if someone wants to be paid to tell me how to set this up. Just send a quote.
Offline
Do you want the page to look like it does? You big button is outside the form so it wouldn't work there without something like java to point back to the correct form.
What do you want to change about the wishlist, is it the text "Save" for the button?
Also in its present form it will not be HTML strict as you have two forms on the page with the same field names or id, if that matter to you.
John
Offline
More or less. Let me show you what the page should look like:
(Though it'll continuously change.)
http://www.shopflytrap.com/ecom-prodshow/TEST001.html
HTML strict? I figured out the text issue, actually. So no worries there. Thanks, though.
Offline