Print

Hide the Shopper Information Fields in VirtueMart

Open the file:
components/com_virtuemart/views/user/tmpl/edit_shopper.php

or corresponding override file location at template/[your template]/html/com_virtuemart/user/edit_shopper.php

Comment out the following line at around line 32:
  1. echo $this->loadTemplate('vmshopper');
echo $this->loadTemplate('vmshopper');
  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

VirtueMart Admin Menu Not Showing After Update

After running a Joomla and VirtueMart update in place the admin menu dissappears, and this is a...

VirtueMart Show Cart Links not going to SSL

Recently updated a site to VirtueMart 3.0.18.  Had SSL for sensitive areas turned on in the...

Adding Shopper Group Based Discount in VirtueMart 2

Calculation rules can be added using the instructional located here:...

Setting Payment Module Order

This can be done via the Joomla plugins section on the admin side.  Adjust the order there.

Setting product order in VirtueMart 2

Basics of product ordering in VirtueMart can be found here:...