bigcommerce - Is it possible to show the number of pre-orders on the product page? -


my primary business pre-orders, , how works:

  1. i list item sale.
  2. my customers order item. credit card authorized not charged.
  3. once minimum number of orders placed, customers charged, , buy live.
  4. if, after specified amount of time, minimum not reached, orders cancelled.

what this:

  1. specify minimum number of orders needed particular item in backend. (not 100% needed, nice).
  2. 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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -