Make sure to read the Usage page after setting up the requirements!
Description
With this perk you are able to lock access to specific products or all products from a specific collection for customers that have not purchase a membership.
Requirements
Make sure the theme.liquid file of the current active theme for your store has the following snippet of code.
{% comment %}SubscribfyLockHeadBegin{% endcomment %}
{% render 'subscribfy-lock' %}
{% comment %}SubscribfyLockHeadEnd{% endcomment %}
Follow these instructions to check:
Login to your store https://admin.shopify.com/
In the left sidebar click the Online Store button
Click the 3 points button that is on the left side of Customize for your active theme and then click Edit code
From the left sidebar select theme.liquid
Look for the
<head>
tag in this file and check if the snippet of code above is there.If you can’t find the snippet of code copy it from this document and paste it right after the
<head>
tag and click Save
Here’s an example video of the process:
Make sure you have a customized Product template file for your locked products. Follow these instructions to check:
Login to your store https://admin.shopify.com/
In the left sidebar click the Online Store button
Click the Customize button for your active theme
Click the Home page button at the top of the page, middle and select Products then click Create template
Give it the name vip and click Create template
Customize this template to your liking, this is the template that will be shown to the customers when they try to view a product that is locked for them.
When done click the Save button from top right
Here is an example video of the process: