As the documentation of VirtueMart leaves a lot to be desired for the average code hacker I document here where to find the 2 files needed to add "Back" buttons to the Account Maintenance dialogues. For the Shipping Address update open in your editor the file - joomla_root/components/com_virtuemart\themes\default\templates\pages\account.shipto.tpl.php and go to line 74. Add after the submit button the following -
For the Billing Address update open in your editor the file -
joomla_root/components/com_virtuemart/themes/default/templates/pages/account.billing.tpl.php and to line 39.<a href="<?php $sess->purl('/ SECUREURL."index.php?page=$next_page" ') ?>" class="button"> <?php echo $VM_LANG->_('BACK') ?> </a>
<a href="<?php $sess->purl('/ SECUREURL."index.php?page=$next_page" ') ?>" class="button"> <?php echo $VM_LANG->_('BACK') ?> </a> Then you have some back buttons at the end of the page.... ![]() |
|
| LAST_UPDATED2 Read : 5223 times |
























