News:

Looking for documentation? Take a look on our wiki

Main Menu

Changing Confirm Order text to a graphic

Started by partone, October 29, 2012, 21:09:19 PM

Previous topic - Next topic

partone

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

PRO

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

partone

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

PRO

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

partone

That was worked perfectly!!! Many thanks for the help  ;D