Questions tagged [configurable]
161 questions
36
votes
14 answers
Eclipse The hierarchy of the type ... is inconsistent with @Configurable annotation
I am developing a Spring/Vaadin/Hibernate application.
Everything works but I still have the following error markers in Eclipse STS 2.8.1:
The hierarchy of the type BankView is inconsistent
The hierarchy of the type AbstractEntityView is…

c4k
- 4,270
- 4
- 40
- 65
17
votes
8 answers
Replace Price Difference with Actual Price
I have a configurable product with 3 options, see below:
I want to replace the +£24.00 and the +£75.00 with the actual prices of the products.
So instead it would say: £69.00 and £120.00
I have located the code being in js/varien/product.js
I've…

Adam Moss
- 5,582
- 13
- 46
- 64
12
votes
3 answers
Configurable vs Component with Spring and AspectJ
When using AspectJ, why use @Component over @Configurable.
I've got Spring and AspectJ setup for @Transactional support, aspects on self-invocation, and injection into JPA entities. This works great.
I'm using @Component for most classes that need…

DragonFax
- 4,625
- 2
- 32
- 35
12
votes
9 answers
Change the text "Choose an option..." on Magento product page
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…

Kiutisuperking
- 139
- 1
- 1
- 5
10
votes
4 answers
Magento - How to link the Configurable Product image to the Simple Product image?
This is the situation:
I have a configurable product with several simple products.
These simple products need to have the same product image as the configurable product.
Currently I have to upload the same image to each simple product over and over…

Niels
- 103
- 1
- 1
- 5
7
votes
2 answers
How to get the options of a configurable attribute in Magento?
we want to export/import configurable products through the Magento-API in another system. What is important for us, are the values of the configurable products like a T-Shirt which has 3 colors (red, green and blue).
We receive the configurable…

Tim
- 5,893
- 3
- 35
- 64
7
votes
1 answer
Attach simple products to a configurable product programmatically
I am trying to join some existing simple products programmatically to an existing configurable product.
I hardly found any hints / documentation on this. I examined the MAGMI Magento Mass Importer Plugin (in particular the…

Olli Bolli
- 347
- 5
- 15
5
votes
1 answer
Best practices to build a highly configurable software product
I am working on a software product that can substantially change behavior based on the configuration & meta-data supplied.
I would like to know best practices to architect / build a highly configurable software product. Considering that there are…

Kabeer
- 4,138
- 7
- 40
- 62
5
votes
1 answer
Magento changing the dropdown configurable product options for divs
I need to show the options of a configurable product as divs with an "a" inside that let the user perform a click in the option and select it, instead of a dropdown list. Like a menu (the goal is to show shoe sizes).
As many of you know, Magento…

Ricardo M
- 393
- 5
- 17
4
votes
3 answers
Why doesn't just autowiring a field in a GWT servlet in Spring work?
Simply marking a field as @Autowired in a GWT servlet does not work as intended. The code will compile and the web application will start up - which means Spring was successfully able to autowire the field, but when the servlet is actually hit by…

icfantv
- 4,523
- 7
- 36
- 53
4
votes
2 answers
How do I modify the Magento Search to check child skus?
Currently, the site search will search all of the skus of the items marked as being visible in search. This is all well and good.
The problem arises when the customer knows a sku of the individual child item. So, let's say a product comes in both…

mattbryanswan
- 217
- 5
- 22
4
votes
3 answers
Configurable processor implemented on FPGA board
For a university mid-term project I have to design a configurable processor, to write the code in VHDL and then synthesize it on a Spartan 3E FPGA board from Digilent. I'm a beginner so could you point me to some information about configurable…

kjv
- 11,047
- 34
- 101
- 140
4
votes
2 answers
User configurable forms with php and mysql
An online application we are building (php & mysql) requires users to be able to create their own forms for data capture and record this data in a database, respecting the existing ORM's.
If the forms where "hard coded" then we would simply set the…

Ian
- 51
- 3
4
votes
1 answer
Magento, add Clothing size attribute without Configurable Product
I want a simple way to let my user pick there clothing size before buy
but Configurable Product seems like to much overkill. you have to make a product of every size
and then you have to make a configurable product.
the shop is for my dad and if i…

Andy Jacobs
- 15,187
- 13
- 60
- 91
3
votes
2 answers
Magento BestSeller Module - Summing Configurable Products And Adding Them Back In
This has been bugging me for quite a while. Basically, what we are trying to achieve is in the bestsellers on our front page, to have the products listed in the amount sold. For simple products this works fine, however for configurable products they…

user994319
- 253
- 1
- 7
- 22