We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Distributer store - allowing subdistributers to download product information?

Distributer store - allowing subdistributers to download product information?

Aleskies
Visitor
3 0 0

Hi there all,

I'm thinking about potentially moving a distribution store to shopify. One of the main features we need to retain is, currently, we have something called a digital warehouse. This allows users to download product information in a CSV as well as images and manuals associated so they can use this data in their store. We sell B2B, they sell B2C.

I'm wondering if theres a similar functionality in shopify, but I can't seem to find one as of yet.

Any help would be greatly appreciated!

Replies 4 (4)

ProtoMan44
Shopify Partner
772 60 115

@Aleskies  are you talking about this, there is a PDF downloader option, please check it out.

https://modabathware.com/products/freestanding-rasin-translucent-bath-c107




ProtoMan44_0-1706601032671.png

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
Aleskies
Visitor
3 0 0

Thanks for the response @ProtoMan44 
This isn't exactly what I'm looking for, unfortunately, our sub-distributors aren't the best with technology and aren't able to work with PDF files like the above.
I'm looking for either a separate area entirely that acts as a digital repository where they can select which products or files to download the information from.

In our current solution, it's a mirror of our website but adding items to a cart downloads all of the product information in one CSV file, and all of the images associated in a ZIP folder.
Such as the Product ID, description, features, details, RRP, VIN, short description, etc.
This allows them to upload a file to their CMS to create products with a simple upload.
Does Shopify have any similar function? Perhaps I should look at getting an app developed that could potentially access the product information from Shopify?

Ablestar_Daniel
Shopify Partner
157 28 59

Hello,

 

If you need to attach one or more files to a product listing I would take a look at file metafields. In your admin, if you go to Settings -> Custom Data you can create a metafield like this that will be available for products:

 

 

Screenshot 2024-01-30 at 9.23.46 AM.png

Then you should be able to upload files for the individual products from the product's page in the Shopify admin.

 

On the frontend, you'll need to update your theme to include a link to the file. If you just want a simple link to the file you can do the following:

<a href="{{ product.metafields.custom.pdf_manual.value.url }}">Download Manual</a>

 
If it's possible you'll have more than one file for a product (eg, you want a separate list of downloadable images) you can make the metafield into a list metafield by clicking the 'List of files' button in the screenshot above.

 

I hope this helps, if you have any other questions please let me know.


Best,

Daniel

Founder @ Ablestar ✦
Manage product data, spreadsheets, Google Shopping data, and metafields with Ablestar Bulk Product Editor. Use previews, undos, and automations to be confident your product data is correct.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Aleskies
Visitor
3 0 0

Thank you for the response.

This isn't exactly what I'm looking for but this will definitely help with manuals etc, thank you.

Do you know of any shopify app that can act as a digital file repository that the dealers can access in a separate area? Something like brand folder or sharefile?