Page 1 of 1

[SOLVED] Event Handlers on Products Module CGEcommerce Suite

Posted: Thu Mar 20, 2014 8:32 pm
by fearmydesign
Hello everyone, I know (from searching the forum for a while) this has been discussed and asked about several times [ inventory management ], but I can't seem to find recent info.

Question

Basically I am trying to figure out a way to track inventory. Please take a look at my screen shot, I found this setting under the Products Module: " Set Ecommerce Event Handlers "
I can't figure out what this setting does or how it works, because it says below "This is useful if asking the items module to keep track of a quantity on hand". I can't find where I would insert quantity for products? Is there another module I have to install?

Research

I found several threads that were old but also didn't have any answers. It seems from what I read that maybe Calguys Ecommerce Suite doesn't yet support Inventory Management, but I can't tell for sure because these were older posts! Here are some of them:

http://forum.cmsmadesimple.org/viewtopi ... management

http://forum.cmsmadesimple.org/viewtopi ... management
This is an Inventory Management I found by DukeTown (DTInventory) BUT, I don't know if this can seamlessly integrate with Calguys Ecommerce Suite

http://forum.cmsmadesimple.org/viewtopi ... management

http://forum.cmsmadesimple.org/viewtopi ... management

http://forum.cmsmadesimple.org/viewtopi ... management

Project Details

USING LATEST CMSMS VERSION 1.11.10
CGEcommerceBase 1.4.3
Has Dependents (Cart2, CGPaymentGatewayBase, Orders)
CGExtensions 1.38.1
Has Dependents (FrontEndUsers, SelfRegistration, JQueryTools, Products, CGEcommerceBase, Cart2, CGPaymentGatewayBase, Orders, CGSmartImage, PaypalGateway)
CGPaymentGatewayBase 1.2.2
Has Dependents (Orders, PaypalGateway)
CGSimpleSmarty 1.7.1
Has Dependents (Products, Orders)
CGSmartImage 1.15
CMSMailer 5.2.2
Has Dependents (FrontEndUsers, Orders)
CMSPrinting 1.0.5
Cart2 1.1
CustomContent 1.9
FileManager 1.4.4
Has Dependents (MicroTiny)
FrontEndUsers 1.22.3
Has Dependents (SelfRegistration, CustomContent, Orders)
JQueryTools 1.2.5
Has Dependents (Products)
MenuManager 1.8.6
MicroTiny 1.2.6
ModuleManager 1.5.5
News 2.14.2
Orders 1.15.3
PaypalGateway 2.3.11
Products 2.20.1
Search 1.7.11
SelfRegistration 1.8.2
ThemeManager 1.1.8
TinyMCE 2.9.12


I would greatly appreciate any help/suggestions on this.

Re: Event Handlers on Products Module CGEcommerce Suite

Posted: Fri Mar 21, 2014 11:51 am
by Rolf
Hi Rod,

I don't have an answer to your question...
But I want to say if there was an award for forum members that did the best research and well explained forum posts you would definitely have my vote! Kudos!

Rolf :)

Re: Event Handlers on Products Module CGEcommerce Suite

Posted: Sat Mar 22, 2014 2:05 pm
by calguy1000
The products module has a custom field type for 'Quantity On Hand'

Create a new field of this type (you are allowed only one).
And then you should see when editing a product a field to edit quantity on hand.

Additionally, each option has a 'Quantity On Hand' field.

Now.... When the order is paid, the quantity on hand field should be reduced.

There is no mechanism to increase the QOH to be increased at this time.

Re: Event Handlers on Products Module CGEcommerce Suite

Posted: Sat Mar 22, 2014 3:59 pm
by fearmydesign
Rolf wrote:Hi Rod,

I don't have an answer to your question...
But I want to say if there was an award for forum members that did the best research and well explained forum posts you would definitely have my vote! Kudos!

Rolf :)
Rolf, why thank you! I try :)

Re: Event Handlers on Products Module CGEcommerce Suite

Posted: Sat Mar 22, 2014 4:00 pm
by fearmydesign
calguy1000 wrote:The products module has a custom field type for 'Quantity On Hand'

Create a new field of this type (you are allowed only one).
And then you should see when editing a product a field to edit quantity on hand.

Additionally, each option has a 'Quantity On Hand' field.

Now.... When the order is paid, the quantity on hand field should be reduced.

There is no mechanism to increase the QOH to be increased at this time.
Thank you! This is very helpful.