Product Custom Attribute SQL Issues
Permalink
Hey there,
I have a need to export all the product info related to a given product to a CSV file. Right now I'm trying to sort through the Concrete mySQL tables and find where the custom product attribute values are being stored. I somehow keep losing the chain of information in the database when I get to the AttributeValue itself. This table only seems to have other IDs in it pointing to different things, none of which I can seem to find a value from. I'm going to keep digging through the database and digging into the core eccomerce code, but any help you might be able to give me to nudge me in the right direction as the best way to go about exporting a products eccomerce built-in attributes and custom attributes, It would really appreciated.
Thanks.
Derek Newsom
I have a need to export all the product info related to a given product to a CSV file. Right now I'm trying to sort through the Concrete mySQL tables and find where the custom product attribute values are being stored. I somehow keep losing the chain of information in the database when I get to the AttributeValue itself. This table only seems to have other IDs in it pointing to different things, none of which I can seem to find a value from. I'm going to keep digging through the database and digging into the core eccomerce code, but any help you might be able to give me to nudge me in the right direction as the best way to go about exporting a products eccomerce built-in attributes and custom attributes, It would really appreciated.
Thanks.
Derek Newsom
http://www.concrete5.org/marketplace/addons/core-commerce-csv-mass-...