VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: cyng on June 05, 2012, 17:16:55 PM

Title: Paypal doesn't work if remove user registration
Post by: cyng on June 05, 2012, 17:16:55 PM
Need help. I was having issues removing user registration, so I followed the instructions on another thread where it said to edit the edit_address.php by removing the lines: 
<?php
echo shopFunctionsF::getLoginForm(false);
?>

So that was successful in removing the user registration, but now paypal won't work unless I switch back.

User registration allows employee access on my site. I don't want shoppers to be able to login. Please advise.

C
Title: Re: Paypal doesn't work if remove user registration
Post by: cyng on June 05, 2012, 18:15:22 PM
Solved it myself

Follow the above instructions to remove the login at the top but make sure in joomla's backend in the virtuemart extension configuration you DO check: on checkout, ask for registration in the Checkout tab, because that allows the shopper the option to CHECK OUT AS A GUEST.

It would be a nice feature if we could just preselect that as a default option.

C