1 Read First Description Shopify Supplier Stock App
1 Read First Description Shopify Supplier Stock App
Func ons:
Update stock from suppliers. Done via .csv files (They will be delivered via FTP)
Display the supplier-stock-QTY on webshop for each product (both categories and product-pages)
o This will help customers to es mate if they want to place an order
o Note: A product can both be on stock locally but also on stock a supplier.
E-mail and informa on:
It is very important that customers receive informa on if he/she adds a product which have extra delivery-
days. This needs to be clear both in the webshop but also in the follow-up e-mails. Its to avoid customer
contac ng me over and over.
o Display added delivery- me on products in category-lis ngs and product-pages and in cart and
possibly also in checkout. (I do not have Shopify-plus)
o Customer will receive the usual order-confirma on along with added informa on about extra
delivery-days. Clearly marked with example color.
o If a delivery- me is above x-defined days then a second e-mail will be sent a er x-defined days
informing the customer that the order is being processed and that he/she is not forgo en. This can
also be done if we change status on the order. A sugges on on how to handle this is welcomed.
Allow a product to have more supplier.
o Product A can be supplied by mul ple suppliers.
Supplier-A, Supplier-B and Supplier-C and all can have different delivery- mes for the same SKU.
Logic: If Supplier-A does not have stock then show Supplier-B´s stock instead.
o Suppliers will simply be priori zed on a supplier-level (not on product-level).
Supplier SKU´s and internal SKU are not the same.
Supplier(s) can/will most likely have a different SKU than my internal SKU. Example: Supplier SKU = 123SKU
where I can have SKU123 for the same product. This needs to be taken into account.
Currently in Prestashop this is controlled in the database.
Note: This is not a drop shipping solu on as almost all goods will arrive to my loca on first and be shipped out.
LIVE: I have a similar module/app live in Prestashop which to some degree can be used as reference.
It will be used in the a ached for examples.
Currently my budget is not the biggest as I´m star ng over – I however value quality.
Basic logic:
3. Local stock is 1 AND supplier stock 1+ = Enable “allow backorder”. This enables customer to buy more than
the 1 on stock locally.
Example jpg: h ps:// ernstyret.dk/traxxas-reservedele/trx8153-shock-spings-long-029-rate-for-long-arm-li -
kit-trx-4-2.html
4. Local stock is 0 AND supplier stock is 0 BUT supplier have a “FUTURE RESTOCK DATE” = Allow backorder.
Example product: h ps:// ernstyret.dk/traxxas/traxxas-trx8298-hardware-kit-stainless-steel-trx-4.html
Note: We setup a “buffer” with xx days for each supplier. This as there can be some uncertainty with these
dates. A Buffer can be example 10 days. Which then will output a date with 2024.08.05->2024.08.15.
In the current live example these extra days are simply already added into the date, I would like the above
instead with xxxx -> xxxx date.
5. Local stock = 0 And supplier stock = 0 and no future resupply date = set “Con nue selling when out of stock”
to false.
o Note that an automa c system/cron job only shall set this status to false if the product is “hooked
up” with this supplier-app, as some products might manually have a “preorder” op on or similar.
NOTIFICATIONS:
No fica ons and informa on to the customer is a vital part of this app as we do not want them to contact us each
every day about delivery of their order – so we need to keep them clearly informed and follow-up pr auto if the
delivery- me is extended beyond a given margin.
On both category lis ngs and product lis ngs then if a product is not on local stock, but at stock at
supplier, then mark with “on stock at supplier, place your order”. And enabled for order.
A product will be marked with clear color and text that its available for order.
Here will also be displayed the added delivery me.
On product page If a product is on stock at a supplier (or mul ple) then add stock-count on product page,
inspira on like this (current live solu on in Prestashop):
Notes/informa on: