Questions tagged [configurable]

161 questions
0
votes
2 answers

Magento - Configurable product switch to simple product by color attribute

Can anybady help me with something like this one has here : http://www.lahalleauxchaussures.com/chaussures-de-sport-converse-60884.html ? When you select the color for a configurable product to bring you the simple product for that color. Thanks…
user1925741
  • 23
  • 2
  • 6
0
votes
2 answers

get attribute text on simple product and hide on configurable in product view magento

How can i get the Attribute Text just on simple products? and hide on configurable? in Product View Magento. Thanks
Dar
  • 159
  • 1
  • 4
  • 15
0
votes
3 answers

@Autowired issue with @Configurable servlet

I am trying to autowire a class into a WebSocketServlet in the following way: @Configurable(autowire=Autowire.BY_TYPE) public class MyServlet extends WebSocketServlet { @Autowired public MyClass field; // etc... } Here's what my…
JohnIdol
  • 48,899
  • 61
  • 158
  • 242
0
votes
1 answer

front-end configurable products from simple products in magento?

a client has imported 1000 items to magento as simple products. many of these SHOULD be configurable products (ie, 4 yellow dresses of different sizes). the psuedo-configurable products all have the same "Style" number, so our 4 yellow dresses…
dama_do_bling
  • 244
  • 5
  • 17
0
votes
1 answer

What XML Transformation is suitable here

I am trying to narrow down on a suitable XML Transformation language/utility which would allow me to do some pretty heavy XML transformation ( file sizes i expect to be around 100 kb) . The source and target files consist of nearly 280 unique…
0
votes
2 answers

Magento Color Attributes

Color Attribute Explanation Attribute understanding / explanation I have read a lot about attributes but I am struggling with a bit of understanding in how they will work with my particular setup. I have a product database with 10 configurable…
0
votes
2 answers

Architecture/Pattern for configurable application (web in my case)

i have already asked this question on asp.net forum, could not find any satisfactory answer. you can visit it to get more details. http://forums.asp.net/t/1420283.aspx We have a product which can be configured for each client. The configuration…
krprasad
  • 359
  • 1
  • 4
  • 17
0
votes
2 answers

how to check if charCodeAt() is configurable

Here it is described how to check if innerHTML property is configurable and enumerable using Firebug/FF Web Console. How can I check the same for charCodeAt function? Object.getOwnPropertyDescriptor(HTMLElement.prototype,"charCodeAt") return…
tic
  • 4,009
  • 15
  • 45
  • 86
0
votes
2 answers

Android and configurable application, reusable activities

I am working on a project, which at that stage will have to be customized for different customers. Application consists of some business logic and 15 different activities for the UI. Lets assume that activity A starts B, and B starts activity C. A…
0
votes
1 answer

Magento: Fully Configurable Products from Category View

Essentially, I am trying to get the product detail view in the list of products for a category. I have successfully been able to pull only the configurable options into the products list, courtesy of Catgento and Inchoo. The only issue with this…
marcus
  • 151
  • 1
  • 8
-1
votes
2 answers

Configurable product images not working

Would anyone know how i can get the images from associated products in a configurable product to show on the frontend of a magento website. I've tried numerous ideas but none of them work.
1 2 3
10
11