Shopify themes, liquid, logos, and UX
Dear All,
we are making Wholesale website and I am looking for List View / Quick Order Form, so that customers can buy more quickly.
So can we do this inside Shopify, or do we need to have some plugin? As website is B2B we would need the following criteria:
- Prices are hidden for non-customer (we would like to have only hidden prices and NOT hidden entire page).
- We would need to have Minimum order quantity to work with it.
What are the options?
Thank you.
Best regards,
Hellow @Justme1
You can achieve the functionality you're looking for on a Shopify-based wholesale website by using a combination of built-in Shopify features and third-party apps. Here's a breakdown of how you can implement the required features:
Using a Shopify App:
There are several Shopify apps specifically designed to create a quick order form or list view for wholesale customers. Here are a few popular ones:
Wholesale Order Form & ReOrder by Wholesale Helper: This app allows you to create a quick order form where customers can add multiple products to their cart from a single page.
Quick Order by SolverCircle: Provides a fast and efficient way for customers to place orders by listing all products in a grid or list format.
To hide prices for non-customers, you can use either a Shopify app or some custom code:
Using a Shopify App:
Custom Code Approach:
You can also modify your theme's code to conditionally hide prices for non-customers. Here's a basic example:
{% if customer %}
<!-- Show the price for logged-in customers -->
{{ product.price | money }}
{% else %}
<!-- Show a message or hide the price for non-logged-in customers -->
<p>Login to see prices</p>
{% endif %}
To enforce a minimum order quantity, you can use an app like:
Hey !! If you're running a B2B or wholesale store on Shopify and need a Quick Order Form for faster ordering, you might want to check out our Quick Order app! Our app is designed for B2B eCommerce and wholesale businesses to enable bulk buying and quick orders through customizable product tables.
Hey !! If you're running a B2B or wholesale store on Shopify and need a Quick Order Form for faster ordering, you might want to check out our Quick Order app! Our app is designed for B2B eCommerce and wholesale businesses to enable bulk buying and quick orders through customizable product tables.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025