Merchant fields in a product template
Merchant fields in a product template
Where do they get stored? I did some testing and they aren't getting added along with the other user entries in ac_OrderItemInputs.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
We're all flying blind until we get some docs, but there is a table ac_ProductTemplateFields
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
yeah that table holds the template definition. Once a product is displayed, the assigned template definition is rendered to the product page and the customer can populate the fields.
Once the item is written as an order, the values entered by the customer are written to ac_OrderItemInputs and tied back to the line item of the order via the field OrderItemID.
But that merchant part of the template is the mystery because it's not getting stored where the customer-supplied values are getting recorded.
Once the item is written as an order, the values entered by the customer are written to ac_OrderItemInputs and tied back to the line item of the order via the field OrderItemID.
But that merchant part of the template is the mystery because it's not getting stored where the customer-supplied values are getting recorded.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Still no answer on this one...Logan, Mike, anyone?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Hello,
There are two tables 'ac_InputFields' and 'ac_InputChoices'.
Input Choices are linked to Input Fields (should be obvious)
Now product template fields are defined in 'ac_ProductTemplateFields'... and they are linked with ac_InputFields. (InputFieldId is FK in 'ac_ProductTemplateFields')
Hope this makes some sense...
Thanks,
Sohaib
There are two tables 'ac_InputFields' and 'ac_InputChoices'.
Input Choices are linked to Input Fields (should be obvious)
Now product template fields are defined in 'ac_ProductTemplateFields'... and they are linked with ac_InputFields. (InputFieldId is FK in 'ac_ProductTemplateFields')
Hope this makes some sense...
Thanks,
Sohaib
ok, so the values entered by the merchant in the Merchant template fields of a product template are stored in ac_InputFields?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Cool, thanks.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com