Skip to product information
1 of 1
Published:2024.06.10

An example of how to set up the Shopify theme "Dawn" so that users must register to add items to the cart and cannot purchase items after one purchase.

An example of how to set up the Shopify theme "Dawn" so that users must register to add items to the cart and cannot purchase items after one purchase.

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • Javascript
View full details

By applying the feature of allowing members to purchase on Shopify product pages, you can also limit purchases to one per account. Here is an example of how to do this.


Setting example for the theme "Dawn" that requires membership registration to add items to the cart and prevents purchases after one purchase


[Setup Method 1] Add a customized Liquid section to your product template and insert the code


[Setting Method 2] Add tags to products that can only be purchased by members


[Setup Method 3] Create a Flow that tags customers who purchase a specific product with that product.


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add a customized Liquid section to your product template and insert the code

Related Post