Skip to Content Skip to Menu

inventory

  • tofraser
  • tofraser
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 6 months ago #196649 by tofraser
inventory was created by tofraser
Is there a suggested way to keep track of inventory in CBSubs?

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 6 months ago #196653 by nant
Replied by nant on topic Re: inventory

tofraser wrote: Is there a suggested way to keep track of inventory in CBSubs?


Please clarify - I have no idea what you are asking.

Please Log in or Create an account to join the conversation.

  • tofraser
  • tofraser
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 6 months ago #196715 by tofraser
Replied by tofraser on topic Re: inventory
For instance, using the merchandise plan type, I have 20 widgets in stock and don't want to sell more than I have in stock. Can I enter the quantity of items in my inventory into the plan so that the system won't sell more items than I have in stock?

Thanks,
Tim

Please Log in or Create an account to join the conversation.

  • tofraser
  • tofraser
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 6 months ago #197068 by tofraser
Replied by tofraser on topic Re: inventory
Hi Nick,

Bumping this one to see if you have an answer.

Thanks,
Tim

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 6 months ago #197077 by nant
Replied by nant on topic Re: inventory

tofraser wrote: For instance, using the merchandise plan type, I have 20 widgets in stock and don't want to sell more than I have in stock. Can I enter the quantity of items in my inventory into the plan so that the system won't sell more items than I have in stock?

Thanks,
Tim


Nothing out of the box.

Only thing I can suggest is to create a table in your database that contains the inventory amounts of the merchandise items. table could have columns like: id, merchid, stockamount

Then use the CB SQL integration to decrement the relevant merchandise row stockamount in this table everytime a merchandise item is purchased

Then use the CB Query field (available to Professional members) to grab the current stockamount value.

Finally configure the merchandise plan in CBSubs to conditionally appear only if stoclamount is > 0.

This could work - at least for existing (already registered) users trying to purchase.
I don't think its possible for registration process though.

Please Log in or Create an account to join the conversation.

  • tofraser
  • tofraser
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 6 months ago #197103 by tofraser
Replied by tofraser on topic Re: inventory
Thanks, Nick. I think it would be necessary for the system to work for people who were not registered, so hopefully it won't be a deal breaker... I'll let the client decide... hopefully, they'll be able to develop a manual process for now and just refund people if the stock runs out.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum