VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: J3DI13 on November 29, 2013, 12:59:03 PM

Title: Custom Message by checkout button
Post by: J3DI13 on November 29, 2013, 12:59:03 PM
Hi

J2.5 and VM2.0.24c

How would i add a custom message stating to the buyer that they are going to be charged in our local currency.

Thanks
Title: Re: Custom Message by checkout button
Post by: jenkinhill on November 29, 2013, 23:22:29 PM
Make a copy of components/com_virtuemart/views/cart/tmpl/default.php and edit it using standard HTML to include your message, either immediately before
<?php // Continue and Checkout Button ?>  or immediately after <?php // Continue and Checkout Button END ?>

Use the edited template as an override. If you already have template overrides then it is the existing cart/default.php override file that you should edit.
Title: Re: Custom Message by checkout button
Post by: J3DI13 on December 02, 2013, 06:30:42 AM
Great stuff Jenkinhill i will give it a go now.

Thanks.

Worked perfectly...  :)
Title: Re: Custom Message by checkout button
Post by: J3DI13 on December 03, 2013, 06:25:04 AM
Mod's please can you make this post "Solved"...
Title: Re: Custom Message by checkout button
Post by: jenkinhill on December 04, 2013, 12:32:07 PM
You edit (modify) your first post here to change the Subject or the Message icon
Title: Re: Custom Message by checkout button
Post by: J3DI13 on December 05, 2013, 06:30:27 AM
Thanks Jenkinhill, no idea how i could have missed that lol.