What's your biggest current challenge? Have your say in Community Polls along the right column.

How to create a customer-specific checkout block in Shopify Flow?

How to create a customer-specific checkout block in Shopify Flow?

Steve137
Visitor
1 0 0

Hey Everyone,

 

I am trying to put together a trigger or a account tag verification sequence in shopify flow app that would block a regular customer from completing checkout on certain expensive product either by price level or a tag in the product page. But the account tag would allow my B2B customers to continue with checkout. Also if possible that the flow would also automatically add to cart another product. I have contacted Shopify help and they dont have any partner developers or someone to help with their own app or even a recommendation. Any help would be great!

Thanks..

Reply 1 (1)

JimJong
New Member
56 0 0

You can create a customer specific checkout experience in Shopify by using the Cart Lock https://apps.shopify.com/cart-lock app more easily. Firstly assign a product tag like "Expensive" to all your related items and assign a customer tag like "B2B" to your wholesale customers. Then follow the steps below:

 

  1. Open the app and click on the "Add a new rule" button.
  2. Click "Add a new condition" and select the "Product tags" then add "Expensive".
  3. Click "Add a new condition" again and select the "Customer tags" then add "B2B" in the "Block if not found" field.
  4. In the "Error message" field, add an appropriate message which will be displayed in the checkout page.
  5. Save the rule.

checkout-specific.png

 

Now your B2B customers can purchase the expensive items only.