我有一个网站,我在上面使用 Virtuemart。当用户结帐时,有一个登录表单(我已经是会员),但没有任何注册选项或按钮。如何在结帐页面上添加注册选项?该表格位于帐单和送货地址信息的上方。
谢谢
我有一个网站,我在上面使用 Virtuemart。当用户结帐时,有一个登录表单(我已经是会员),但没有任何注册选项或按钮。如何在结帐页面上添加注册选项?该表格位于帐单和送货地址信息的上方。
谢谢
YOUR_JOOMLA_FOLDER/components/com_virtuemart/views/cart/tmpl/default.php
The url is
index.php?option=com_users&view=registration
but you may want to create a menu item (in a hidden menu) pointing to it in order to get a proper SEF url.
Then you just insert a link in your code (template override of the login module would be the easiest, just lookup "Joomla template override" here on StackOverflow.