Questions tagged [configurable]

161 questions
0
votes
0 answers

Modify SKU Syntax in Magneto Using Automatic Simple Products Generator

I am working in Magento and I am using an extension called wp_simple_products_generator. Now I want to change the syntax of SKU of my products to "sku-colorcode". Supposing if SKU is DM45 and my black color code is '1' then I would like my SKU…
Aj Zafar
  • 1
  • 1
0
votes
0 answers

Magento Configurable Products and Custom Options

I have a configurable product with two options associated to it. I added a custom option to the same product to allow a user to upload a file for +£50. However, choosing configurable options on the page always over-rides the custom option and they…
Max Atkins
  • 97
  • 11
0
votes
0 answers

Spring load time weaving

After 12 hours of trying I don't seem to be able to get Spring load time weaving working on Tomcat. Spring 4.2.1 Hibernate 4.3.11 Tomcat 8.09 I am trying to get an @Entity autowired. The weaver output always says: not weaving…
Doahh
  • 590
  • 1
  • 8
  • 20
0
votes
1 answer

Magento - Can you show stock levels when a configurable product selection has been made

When a variation has been selected I want it to then display how many of that selection is in stock. For example for a t-shirt i select colour red and size large it would then say 4 in stock in this variation. I don't mind whether its editing code…
jord49
  • 542
  • 2
  • 17
  • 37
0
votes
1 answer

Using Object.defineProperty on elem.dataset, but property is still changable

I am trying to set an unchangeable property on the dataset of a canvas element using Object.defineProperty. On a normal object this works fine. But when I try to do it on a dataset object, the property is still changeable.
Greg Hornby
  • 7,443
  • 1
  • 18
  • 17
0
votes
1 answer

Magento, how to show only configurable products in main category, simple products in sub-category

I know someone asked similar question before. But my question is a bit different. I know if I set the main category to Anchor. And set simple products' category only to the sub-categories. I could have what I needed. But, big but, I would lose the…
0
votes
2 answers

ASP.net configurable wizard pages

I am looking for possible approaches to the following task. Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others do not. this is because initially a number of…
Somedeveloper
  • 817
  • 2
  • 14
  • 31
0
votes
1 answer

Magento Configurable Swatches Product Attributes showing "Yes" and "No"

In my admin configuration for Configurable Swatches, under product attributes it is listed only "Yes" and "No" as option. I would expect it will list at least "Color" attribute as I have set it up via Manage Attributes. Please have a look at below…
0
votes
1 answer

Configurable Color swatch with custom theme in Magento

I am trying to use the Configurable color swatch functionality with the custom template, I have copied all the files i.e. catalog.xml,configurableswatches.xml and other template files but I can not see the color icons on the product listing page as…
Pawan_oCodewire
  • 216
  • 2
  • 5
  • 15
0
votes
0 answers

Complex, configurable logic or rules

This is one of those wishy-washy questions but hopefully will lead to some good answers as I think the issues comes up often. I am building a subscription based platform/site where people are able to setup their own services with unique rules. There…
cmptrwizard
  • 338
  • 4
  • 9
0
votes
1 answer

Configurable products Design App for Magento

We are planning development of a jewellery design tool for a magento site. Something like gem vara has.We are looking towards some pointers as to what will be the best approach. We can use configurable products but the problem is with product…
0
votes
1 answer

Can 2 or more attribute sets be applied to a magento configurable product?

I'm trying to set up some products on our new magento store. I need to have both colour and size as a choice for a lot of the products although these differ depending on the products e.g. T-shirt in blue, red and yellow in sizes from 2yrs to…
0
votes
2 answers

how can we show associated simple product information of configurable product in product view page in magento

how can we show associated simple product information of configurable product in product view page in magento.like sku number of simple product should be shown when we select an option from the drop down of configurable product in product view…
Mohit Sahu
  • 177
  • 2
  • 17
0
votes
1 answer

Magento simple product with custom options and different stocks

I have a problem in finding a solution for our store. We are selling shoes with different colors and sizes. Each product has a different sku based on color and size and different stock. Until now all is simple, I can use configurable products but I…
Stefan
  • 3
  • 3
0
votes
1 answer

How to make required option optional in configurable product in magento

I have a cake store built in magento where I have 4 categories and the price is calculated based on weight(half kg,1 kg,1.5 kg...........5kg) 1.Cake with egg 2. Cake without egg 3. Cake with sugar 4 Cake without sugar Now, I want only 1 category as…