Vinai / groupscatalog2

Magento extension to enable you to hide categories and products from customers depending on their customer group. This is a Magento 1.6 and newer compatible version of the Netzarbeiter Customer Groups Catalog extension.
139 stars 59 forks source link

the extension disables guest checkout in magento 1.9.2 frontend. Guest checkout is selected in backend. Unable to rectify issue #121

Open mrv1198 opened 9 years ago

Vinai commented 9 years ago

Please provide more information on your groupscatalog information.

allanlaal commented 7 years ago

@Vinai this might be related:

using groupscatalog2 version 0.3.6 (tip of this repo) on a Magento 1.9.2.1

When an unregistered user submits an order, instead of a success page (checkout/onepage/success/) he is directed to checkout/cart/, which declares "There are no items in the cart.". The rest of the checkout process seems to unhindered (although I did not test payment options) However the order is accepted and visibile in backend.

This extension seems to cause general random havoc with routes. Wouldn't it be possible to restrict its actions only on search, catalog and product views?

@mrv1198 is this the same issue you were experiencing?