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
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.
Great stuff Jenkinhill i will give it a go now.
Thanks.
Worked perfectly... :)
Mod's please can you make this post "Solved"...
You edit (modify) your first post here to change the Subject or the Message icon
Thanks Jenkinhill, no idea how i could have missed that lol.