I\'m trying to add an EAV attribute called \"vendorping\" to the sales/order_shipment model. To accomplish this, I created the following file in my module:
I am doing new project in symfony1.4. Now this project requires users to log-in and browse, and as any project of this type requires a way of restricting users based on roles.
In the literature and on the forums people often say that EAV is evil and often sugest using Serialized LOB pattern as an alternative of EAV, but don\'t say something concrete how to use it.
I\'m new to Magento, and I want to add customer details to the customer_entity table of Magento. My question is, if I run the following query (via PHP):
Our database is designed based on EAV (Entity-Attribute-Value) model. Those who have worked with EAV models know all the crap that comes with for the purpose of flexibility.
I\'m am designing my database/domain for an eCommerce application and I\'m having a hard time figuring out how to store products.
I am creating an eCommerce site that needs to have a facet开发者_JAVA百科ed search tool so that customers can narrow down a product search via categories and classifications in the same style as ebuye
I\'ve been trying to answer a complex Mysql data structure problem for custom fields for an online app. I\'m fairly new to Mysql so any input is appreciated.
I\'m writing an import module to import configurable products into magento, which works quite fine. I\'ve tweaked the import so that it can create all necessary attribute sets, attributes and attribut
I\'ve got a SQL related question regarding a general database structure that seems to be somewhat common.I came up with it one day while trying to solve a problem and (later on) I\'ve seen other peopl