How to lock content with Manual Locking
Create your own logics and install it to the theme yourself!
Last updated
Create your own logics and install it to the theme yourself!
Last updated
Manual Locking requires a manual install code into your theme to restrict content on the storefront.
To enable this feature, you should go to Manual Restrictions on admin navigation.
In this card, click the button Create rule, then follow the following steps to configure and install your own logics
Basic details
Select pages you want to lock "your thing". In this example, I lock "my thing" on all pages
Select customers whom you want to hide "your thing" from. In this example, I restrict "my thing" form guests that do not log in yet. You can also restrict "your thing" from the customers who are not tagged with the tag you want.
Configure your content to display to restricted customers. I configured "You are not allowed to be here."
You can configure the Market you want to restrict in "More settings" section.
Please follow the guide here
Wrap the content you want to hide with {% capture bss_ml_content %} and {% endcapture %}. The "<YOUR_CONTENT_HERE>" is exactly what you want to hide. In this example, I restrict all pages from guests
Contact us via Live Chat if you need any helps.