If you want your checkout page to look like this:
First, you can edit the text for you button in:
/administrator/components/com_virtuemart/languages/common/english.php
Search for: BUTTON_SEND_REG
Whatever you put in for that value, will change the value of the button. For example, put in "Next" instead of "Send Registration" (the default value):
Now, to remove the empty "Next" box as seen in the above example, it will just require a simple edit from within your Virtuemart administration page.
Log into your Joomla administration page.
Enter your Virtuemart administration page.
Under Admin, select Manage User Fields.
Find delimiter_sendregistration:
Then click on the green check mark in the Published field to unpublish the field
Finally, for a little bit of housekeeping, edit the following file and add some blank space before the BUTTON_SEND_REG button.
/admin/components/com_virtuemart/checkout_register_form.php
First, you can edit the text for you button in:
/administrator/components/com_virtuemart/languages/common/english.php
Search for: BUTTON_SEND_REG
Whatever you put in for that value, will change the value of the button. For example, put in "Next" instead of "Send Registration" (the default value):
Now, to remove the empty "Next" box as seen in the above example, it will just require a simple edit from within your Virtuemart administration page.
Log into your Joomla administration page.
Enter your Virtuemart administration page.
Under Admin, select Manage User Fields.
Find delimiter_sendregistration:
Then click on the green check mark in the Published field to unpublish the field
Finally, for a little bit of housekeeping, edit the following file and add some blank space before the BUTTON_SEND_REG button.
/admin/components/com_virtuemart/checkout_register_form.php
Comments
Post a Comment