Forum OpenACS Q&A: ecommerce add product error

Collapse
Posted by thomas brightbill on
I'm running into an error when I try to add a product in the 3.2.4 ecommerce module. After filling out /admin/ecommerce/products/add.tcl and hitting "submit" I get the following from add-2.tcl:


Request Error

"email_on_purchase_list" required but not supplied
"no_shipping_avail_p" required but not supplied
"available_date" required but not supplied

I'm guessing that something's not configured properly. I edited parameters/(myservername).tcl as described in doc/ecommerce-setup.html and looked at the data model in doc/sql/ecommerce but I'm still missing something.

Any hints would be greatly appreciated!

Thanks,

Thomas

I've been trying the ecommerce module and I have encountered the same error. A friend of mine is helping me to solve the problem, but I'm also interested in any hint.
In any case, we expect to have an answer in a week.
Collapse
Posted by Rob Wright on
What was the resolution to this problem?  I'm experiencing the same behavior.
Collapse
Posted by Dan Wickstrom on
Have you tried the latest version in CVS?  We've had several patches submitted for ecommerce, and the add-2.tcl file in particular has been patched, so this problem might have been fixed already.
Collapse
Posted by Rob Wright on
Yes, I see now that the bug has been fixed in the 3.2.5 release
(details here https://openacs.org/sdm/one-baf.tcl?baf_id=789)

Thanks.