Hi,
Does anyone know how to change the 'Confirm Order' text at the checkout stage from a text link to a custom graphic? I find that many users find it non obvious and would benefit from a more obvious graphic.
Any help/advice would be greatly appreciated.
Thanks
do a language override
http://forum.virtuemart.net/index.php?topic=92944.0
and do it in the language
COM_VIRTUEMART_CART_CHECKOUT_DONE_CONFIRM_ORDER="<img src="image-url">"
^^^ the " in the image url might give you problems, so test it first
Thanks for the respopnse. I've downloaded the e.-GB.override file and the following code is shown
COM_VIRTUEMART_PLUGIN_COST_DISPLAY="Fee: "
COM_VIRTUEMART_PRODUCT_SALESPRICE=""
Do I just add the line of code COM_VIRTUEMART_CART_CHECKOUT_DONE_CONFIRM_ORDER="<img src="image-url">" there also with the url to my image?
Many thanks
Quote from: partone on October 30, 2012, 20:53:11 PM
Thanks for the respopnse. I've downloaded the e.-GB.override file and the following code is shown
COM_VIRTUEMART_PLUGIN_COST_DISPLAY="Fee: "
COM_VIRTUEMART_PRODUCT_SALESPRICE=""
Do I just add the line of code COM_VIRTUEMART_CART_CHECKOUT_DONE_CONFIRM_ORDER="<img src="image-url">" there also with the url to my image?
Many thanks
yes, but test it like I said
That was worked perfectly!!! Many thanks for the help ;D