Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to hide shop and cart for non logged users on the website

Avatar
odoo
Avatar
Discard
4 Answers
0
Avatar
odoo
Best Answer

You can add a rule in the HTML so that only internal users and logged in users can see the page.

To do that:

1. Specify that only members of the Internal User and Portal groups should have access to the Shop Menu, by adding the groups to the Menu like this:


You would get to this screen by navigating to the Website App, then Configuration --> Menus


2)  Then go  here:

 Shop page --> customise Theme --> HTML/CSS/JS Editor and click on it

In the  Products  section  of  the  XML add a base group at the end of the path t name = products etc

Should look like this:



2) For the shopping cart in the XML look for Header Cart Link and add the same base group  at the  end  of  the  path  starting with t-set show_cart as per above picture.

1 Comment
Avatar
Discard
Avatar
odoo
-

Hi Raluca Maria,
This works great, with the exception that it brings up a completely blank page which is a bit misleading.
Would you know how they could rather view the sign-in page? To make the solution intuitive and complete the process.

Many thanks in advance!

Best

0
Avatar
odoo
Best Answer

This video describes and illustrates concepts around visibility in ecommerce, useful resource 

https://www.youtube.com/watch?v=m4PyXEw95Tw&list=PLunu6O54ScvzsE3msF7ui3wdtyTkNz3-d&index=4

Avatar
Discard
0
Avatar
odoo
Best Answer

Hello !


Yes This works great, with the exception that it brings up a completely blank page which is a bit misleading.

How can redirect to the web/login page??


thanks 

Avatar
Discard
0
Avatar
odoo
Best Answer

Hi Jaideep! 

Have you found a solution to your problem? Would be interested to know that too!

1 Comment
Avatar
Discard
Avatar
odoo
-

Hi Floriane,

We had set the visibility for the button “Process Checkout” to groups internal users and portal users.

And also added the “Sign In” button and set visibility to public users.

We applied the concept as described in this post of limiting visibility by adding groups in XML, with the difference being we applied to the button rather than the page.

This worked for our scenario as we had wanted to ensure the check out process was available only to logged in users while shopping was available to all users.

In V16, this option is available to be set from settings > website

Hope this helps your case