We are looking into Vendr for an upcoming project and have some questions about functionality.
The shop is a butcher/caterer and will only need a pickup option (no delivery).
1) For several products a warranty/cost needs to be calculated in the order price.
Example: you can buy a plate with all sorts of food. There is an extra warranty/cost (order line?) added to the order for the plate itself. When the customer returns this plate to the store, the warranty will be paid back. The pay back does not need any functionality in the backend. Just needs to be visible.
2) A pickup date needs to be selected when placing the order. Sometimes this date needs to be limited depending on the products.
Example: during the holidays they will prepare special products, it should not be possible to select a pickup date later than then holiday itself.
I suppose these functionalities are doable?
What would be the best approach for a solution?
For number 1 I'd maybe concider using bundles for this https://vendr.net/docs/core/3.0.0/key-concepts/product-bundles/. So when a product that requires a warranty is added, make that a bundle order line and add the waranty as a child order line to that bundle. This way wach one is managed independantly.
Vendr extra costs and pickup dates
Hi,
We are looking into Vendr for an upcoming project and have some questions about functionality.
The shop is a butcher/caterer and will only need a pickup option (no delivery).
1) For several products a warranty/cost needs to be calculated in the order price.
2) A pickup date needs to be selected when placing the order. Sometimes this date needs to be limited depending on the products.
I suppose these functionalities are doable? What would be the best approach for a solution?
Thanks for any advice.
Hey Billy,
For number 1 I'd maybe concider using bundles for this https://vendr.net/docs/core/3.0.0/key-concepts/product-bundles/. So when a product that requires a warranty is added, make that a bundle order line and add the waranty as a child order line to that bundle. This way wach one is managed independantly.
You could also maybe look at using price adjustments to add an additional fee https://vendr.net/docs/core/3.0.0/key-concepts/price-amount-adjustments/
For the pickup date, I'd store this as an order property https://vendr.net/docs/core/3.0.0/key-concepts/properties/ and then look at modifying the order editor config to display it in the back office https://vendr.net/docs/core/3.0.0/key-concepts/ui-config-files/
Hope this helps
Matt
is working on a reply...