My question is simple. I basically have 2 attributes on which my simple products are attached to my config items. I want to display the 2 attributes which are COLOR and SIZE in the shopping cart which will be of simple items. How can I do that? I am using Magento 1.5 and Single Configurable [...]
Archive: configurable product
Posts Tagged ‘configurable product’
In a vanilla install of Magento 1.5.1.0 I have created simple products COLOR-RED, COLOR-BLUE and created a configurable product COLOR that has these products associated with it. This works all fine, except for the fact that the names of the associated products are not shown in the backend in the Configurable product’s ‘Super product attributes [...]
I’ve managed to add options to configurable products on my catalog pages using the code found here: http://www.magentocommerce.com/boards/viewthread/21039/P45/#t167724. What I’d like to do now is only show the options that are available according to the stock of the simple product that the option is coming from. For example, if I have a t-shirt (configurable product) [...]
I created a configurable product, it has three option: color, size and style. Now in product page, each option has the default text “Choose an Option…” in dropdown, but I want the text should be “Select color“, “Select size” and “Select style“. I edited function getJsonConfig() in app\code\core\Mage\Catalog\Block\View\Type\Configurable.php From: ‘chooseText’ => Mage::helper(‘catalog’)->__(‘Choose an Option…’), To: [...]
I have a configurable product which is parent to 2 products (a blue one and a green one). Both child products are hidden and both have their own set of images. I have set up the frontend to show all the correct images when you select from the different color options with help from here [...]
I did an upgrade from 1.4.2 to 1.5.0 and realized that the product association in a Configurable product didn’t work. After hours of rollbacks and testing I haven’t found a solution. Even though I did a rollback to the previous version and database I couldn’t get it back on track. I’ve tried to uninstall all [...]
Magento – Configurable product attribute option drop-down empty on product page – Technical Issues – eCommerce Software for Growth Possibly Related Posts: It’s not a bug. It’s a feature. Extension Magento : Filtre à Sélection Multiple « Eric Kranich News from Byte HQ » Multiple stores in one Magento install OnePica ImageCDN – Magento Connect [...]
Magento ver. 1.5.1.0 I have an attribute set “clothing” There are two attributes in the set: “size” and “colour” Size is required, colour is optional (i.e. not all products have any colour options). I have created some Simple Products where the Size is set but Colour just has the empty value. On the product page [...]
In Magento, I am using bundled products and I have a configurable product as an associated product of the bundled product. This configurable product has 4 simple product as associated products of the configurable product. The chain goes like: – bundle product – configurrable product (associated with bundled product) – simple products (associated with configurable [...]
we have here some problems with out Magento system. First the background. We have some products where we have boxes. Now we have created at startup an attribute “packaging_size” this attribute is a “dropdown” with some values like 10, 20, 25, 50 and so on. Now we want to give 3% to all articles with [...]