VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: partone on October 29, 2012, 21:09:19 PM

Title: Changing Confirm Order text to a graphic
Post by: partone on October 29, 2012, 21:09:19 PM
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
Title: Re: Changing Confirm Order text to a graphic
Post by: PRO on October 29, 2012, 21:54:04 PM
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
Title: Re: Changing Confirm Order text to a graphic
Post by: 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
Title: Re: Changing Confirm Order text to a graphic
Post by: PRO on October 30, 2012, 22:39:52 PM
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
Title: Re: Changing Confirm Order text to a graphic
Post by: partone on October 31, 2012, 15:53:24 PM
That was worked perfectly!!! Many thanks for the help  ;D