bigcommerce - Is it possible to show the number of pre-orders on the product page? -
my primary business pre-orders, , how works:
- i list item sale.
- my customers order item. credit card authorized not charged.
- once minimum number of orders placed, customers charged, , buy live.
- if, after specified amount of time, minimum not reached, orders cancelled.
what this:
- specify minimum number of orders needed particular item in backend. (not 100% needed, nice).
- display total number of pre-orders on product page, customers know how many left before buy live (it great show in following format: 23/50 ordered).
does know if possible? if so, can please explain me need in order make happen?
thanks!
p.s. - in case doesn't show up, i'm using bigcommerce
store minimum needed custom field & set initial inventory same number. you'll need allow inventory displayed pre-orders, though can hide display if you'd (we want present in dom).
as products pre-ordered, inventory decrement. use javascript subtract number left in inventory original number (the custom field) , display in productdetails.html panel.
Comments
Post a Comment