VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: ufopsi on March 20, 2014, 17:21:37 PM

Title: Guest access to product pages
Post by: ufopsi on March 20, 2014, 17:21:37 PM
VM 2.0.26d
J! 2.5.18
PHP  5.3.25

Hi guys. I've set up a shop at http://idromele.ch/negozio-idromele. Users must login/register for any purchase, that's what I want.

I'd like guests to browse a product page, such as http://idromele.ch/shop-prodotti-idromele/idromele-bottiglia-0-25-l-detail. At the moment, just to look at a product details, a login is requested. How can I change this behaviour?
Title: Re: Guest access to product pages
Post by: jenkinhill on March 20, 2014, 17:32:49 PM
That is showing the Joomla registration, not the VirtueMart form. Are elements on the product details page available to registered/logged in users only?

So you set Only registered users can checkout  in configuration/checkout, yes?

But did you set any Shopper Groups? Incorrect use of shopper groups can prevent access to products.
Title: Re: Guest access to product pages
Post by: ufopsi on March 21, 2014, 15:03:39 PM
Hi there.

QuoteSo you set Only registered users can checkout  in configuration/checkout, yes?
Yes, both options are selected.

QuoteBut did you set any Shopper Groups? Incorrect use of shopper groups can prevent access to products.
Each product can be accessed by all groups (default, anonymous, ...).

QuoteAre elements on the product details page available to registered/logged in users only?
I think not, I can access product images by direct link.

Update: disabling VM's SEO fixes my issue.