configurable-product

Please specify the product's option(s). configurable product magento

蓝咒 提交于 2019-12-25 12:08:24
问题 I am working with configurable product, I have created custom view for displaying configurable product. I am getting error (Please specify the product's option(s)) while adding configurable product to cart. This error occurs only with configurable product. I am using this code for add to cart $params = array( 'product' => $product->getId(), 'super_attribute' => array ( 133 => '3', 143 => '19', 142 => '18', 141 => '16', 140 => '14', 139 => '12', 138 => '10', 137 => '22', 136 => '9', 135 => '6'

Creating configurable products programmatically - pricing_value not saved

↘锁芯ラ 提交于 2019-12-25 05:34:11
问题 I have a custom xml file and I make a massive import of the products. I have some simples products under configurables ones. All is working well, configurable products are created with the simple products the "associated products" tab but one last thing still doesn't work : the price of each product. Actually, Each simple product has its own price and the correct value is well saved in its attribute but in the "super product attribute configuration" panel, the values are empty. When I fill

How to create configurable product using magento api?

主宰稳场 提交于 2019-12-20 09:45:08
问题 How can I create a configurable product using the Magento api? 回答1: Your question of creating a configurable product using the API - the answer is: You can't. It doesn't support it (yet at least.) 回答2: This is possible with the magento-improve-api plugin. If you need to control which attributes your configurable product is configurable across, you'll need one of the forks of that plugin in goodscloud/magento-improve-api jdurand/magento-improve-api dexteradeus/magento-improve-api 回答3: Here's a

Magento2 :Configurable product: Get swatch attributes in list.phtml takes too much time

邮差的信 提交于 2019-12-14 03:08:55
问题 Preconditions Magento CE 2.2.0 PHP 7.0.23-1 Database migrated from 1.9.2 to 2.2.0 Checked with different instances and various versions. Configured highest possible server configuration. -We have one 'classicrings' category, there are only 12 configurable products. Each configurable product containing minimum 1100 simple products, some of them have more than 1500 simple products and total more than 13k products (including with configurable and simple variations) under one 'classicrings'

Configurable product options not showing the options on Frontend

浪尽此生 提交于 2019-12-11 12:57:49
问题 I am having problems with the configurable products not showing the options on the frontend. If I use the default theme that came with magento (rwd), all the options are there and working great. But if I select my custom theme, the dropdown options shows nothing but the default "choose an option..." I have tried most of the troubleshooting but still the problem persist. Console errors. By the way, my custom theme is based on rwd built-in theme in magento. I only modified most of the styles

Price in Cart is not correct Magento 1.8

半腔热情 提交于 2019-12-11 06:46:29
问题 Today I've run into a new problem and can´t find a solution. I've added some simple products and configurable products via MagMI. Everything is fine. Products are shown in the front-end as I want it. But following happens: simple product 1 has a price of 49€, simple product 2 has a price of 90€. Both are part of the same configurable product which has a price of 49€. Now, in cart, the single-price of both simples is 49€. (If I print out $_item->getSku() I get the right skus of the simple

Magento2 Out of Stock Assosiated Products not showing in the dropdown options for Configurable Products

对着背影说爱祢 提交于 2019-12-11 02:25:50
问题 I am facing an issue with Magento2 and I am not sure whether it's a bug or not. I want to show Out of Stock Assosiated Products in the Configurable Product Dropdown. In the admin settings, Stores -> Configuration -> Catalog -> Inventory -> Display out of stock products, this is already set to "Yes" but no luck. I have tried several modules with integrating plugins and did a lot of research on this but could not find any solution for this. Lets take an example - I have a Configurable Product

How to Have a Bundled Configurable Product in Magento?

ε祈祈猫儿з 提交于 2019-12-11 01:21:41
问题 I've been searching about this topic on Magento forum and Google but can't find a definite answer for the question. Hope I find it here. Is it possible to have a bundled configurable products in Magento? Take for example I want to sell a set of t-shirt and short on a product page where the customer can choose the number of quantity, the color and the size for the t-shirt and short respectively. Maybe like this : T-Shirt [A configurable Product] Color : [combobox to select color] Size :

Magento Configurable Product - Drop Down Menu Select Option and Keep Other Drop Down Selections Unchanged

与世无争的帅哥 提交于 2019-12-10 10:27:04
问题 I have the following javascript on my configurable products page which removes the "Choose an Option..." default from Drop Down menus. When I change one of the selections, the other drop down menus default to "Choose an Option...". I want the drop down menus to remain unchanged when making selections. Example: If I change the selection in the color drop down, I want the type and other options to keep their previously selected options. I've included images below to show the end goal. <?php $

Magento: Different products in the different store views under the same store?

自闭症网瘾萝莉.ら 提交于 2019-12-09 23:57:27
问题 I have multi website, multi stored Magento shop, and I have a need to make some products available in one store_view, but not available in the other, where both store_views are part of the same store and website. All my products are configurable with simple products attached to them. Only way I could think of solving this is registering a new product attribute through which I control where each product goes. That works great for the catalog and lists of products, but I have huge problems with