Hi, can anyone tell me how I can exchange the text links "Checkout" and "Continue Shopping" in Virtuemart's shop_cart_tpl.php and shop_saved_cart_tpl.php with buttons I have created? The buttons include the text so I won't need the text links anymore. Have tried to use the button images as background images under the links but as soon as I disable the VM_LANG my buttons disappear too. It worked in Firefox but not in IE8. So I trashed the solution I found. I'm sure there was a better way of doing that, if you know how to. Please help because I have only very limited php programming skills. Have been trying to solve this issue for days now and can't get one step forwards. Thank You verdecove
Isn't there really anybody who knows Virtuemart and what I would like to do or who can tell me how to do it?
I have tried that. It worked fine for me when I tried to replace the addtocart button with my own button and didn't need the text link over the button image. But that was a form and now I have to deal with a text link. I have tried to take the text string for "continue shopping" or "checkout" out and hoped I could use my buttons as background images again but that didn't work. as soon as I comment out the text links or delete the string in the languages my buttons won't show either or only in the size of one key. I guess the only solution is to create a code with input type submit or input type button but unfortunately I don't have the programming skills to do that right. what stands $continue_link or $checkout_link for?