swhitley Posted November 29, 2009 Share Posted November 29, 2009 Hi, I have developed a custom server provisioning module. The module is functioning perfectly when the order only contains one product. If the customer selects two or more products, the $params variable in the module only contains information for one product. Shouldn't $params contain information for each product in the order? If not, shouldn't the module be called multiple times? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
swhitley Posted November 29, 2009 Author Share Posted November 29, 2009 A little more information on this problem: The first item has an "Active" status, but the second item has a "Pending" status. I assume that is why the module isn't running for the second item. Is it possibly related to fraud prevention? If so, is there an option to allow all items to save with an "Active" status? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted November 29, 2009 Share Posted November 29, 2009 The module is called multiple times. Check your productsfor the auto setup options eg.. Automatically setup the product as soon as an order is placed Automatically setup the product as soon as the first payment is received Automatically setup the product when you manually accept a pending order Do not automatically setup this product 0 Quote Link to comment Share on other sites More sharing options...
swhitley Posted November 29, 2009 Author Share Posted November 29, 2009 Thanks. Yes, I have this selected: - Automatically setup the product as soon as an order is placed. Is it possible that I'm missing a return value to make sure that the module is called after the first item? It looks like it just stops at the first item and places the second item in a pending status. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.