Questions tagged [configurable]
161 questions
2
votes
1 answer
Magento hide configurable product from catalog and search
I wish to use layered navigation to group products by similar colours using a custom attribute such as colour_group
Currently my simple products redirect to configurable product.
Example:I want to display SIMPLE PRODUCT Product A(red) / Product…

Utahashi
- 21
- 1
- 2
2
votes
2 answers
Magento: How to show configurable product options in product list page?
How to show configurable product options in product list page?
I want to show the configurable product options as a dropdown in product list page itself.After select the option price should be changed automatically.
Thanks in advance.

Reshu
- 67
- 1
- 2
- 4
2
votes
1 answer
Magento: After ordering configurable product, its canceled because its out of stock
my problem is:
i have a product with simple products as childs. (maybe tshirts whith size S-XL and some colors)
Now if i order one of this, it is canceled with the order-confirmation email.
I think its a problem with the stock but i dont know.…

Oliver Schörwerth
- 41
- 2
2
votes
0 answers
Good Ideas for Automating Common CRUD Operations in Rails
Short version: What are some good ways to allow the end user to define "processes" or sequentially executed CRUD operations in a fairly large project, so they can build templates for common processes (like creating 2 tickets for each new event…

Lance
- 75,200
- 93
- 289
- 503
2
votes
1 answer
Spring @Configurable in Spring singleton bean constructor
We have run into interesting issue regarding Spring @Configurable annotation. Everything in my project is set-up properly for Compile-time weaving (AspectJ) and the instrumentation works as expected.
But the problem follows. We are constructing some…

malejpavouk
- 4,297
- 6
- 41
- 67
2
votes
2 answers
Magento - configurable products not showing up when searching
When I search for a configurable product (by name, name fragment or SKU) the search does not return any configurable products. I can search for simple products.
The configurable products;
Are in stock
Are set to "catalogue / search" visibility
Are…

Markie
- 760
- 17
- 32
2
votes
1 answer
How do I make associated simple products inherit parent product categories?
My problem:
At one point, everything was working fine. Associated simple products for a configurable product inherited the configurable products' categories. Then we reorganized some categories and added a few new ones, and now all existing child…

user1609506
- 21
- 1
- 5
2
votes
3 answers
How to hide base price in category view (MAGENTO)?
I've setup a simple product with custom options but I would like to hide the base price from the category page (list or grid mode).
How can I do this ?
I highlighted the "price" I would like to remove :
https://i.stack.imgur.com/VBMzs.png
Here you…

eticha
- 23
- 1
- 4
2
votes
0 answers
How do I import configurable products in Magento?
I’m making a clothing webshop and need to create configurable products in the import process, to link the sizes together.
The import process is working perfectly and both the simple products and the configurable product is created as hoped.
My…

Hans Nielsen
- 31
- 1
- 3
2
votes
1 answer
REQ: Spring configured CXF ws client -- replacing hardcoded variables like 'address'
I have to contact a Web Service (WS). I'm using JDK 1.6, maven 3.04, Spring 3.20 and apache's CXF 2.7.2. Using maven I created stubs for the WS by feeding it the wsdl file. I have a spring config for the WS client and it looks something…

wolverine2710
- 21
- 2
2
votes
2 answers
Magento Configurable products and their quantity logic
Magento version - 1.7.0.2
How works quantity for configurable products (CP)
For example, i have an attribute "size" with values from 20 to 32
So, i created 12 simple products with sizes 20, 21, 22, et**c (with **quantity = 1 for each product)
Then i…

johnode
- 720
- 3
- 12
- 31
2
votes
1 answer
Magento, class to switch configurable product image
I trying to use baobaz class and magentowiki code to implement magento store and switch image when user select a different product attribute, however with baobaz class i can change image only once and cant back with others products images when the…

8lou
- 65
- 1
- 3
- 10
2
votes
1 answer
bundle product with configuration options magento
I want to create bundle product with configurable options in Magento. I can only add simple products in bundle of product.
Is there anyway to do so using extension or using Magento. I have searched but din't find any proper solution plz help.
I want…

Nayan Bagia
- 89
- 1
- 6
2
votes
1 answer
Magento CMS: Configurable Products - > Images
After research I have come to the conclusion that, despite the power of magento, there are a few problems with the cms. One of these is the ability to display a thumbnail instead of the options dropdown for configurable products on the view page…

Matthew Ciampa
- 31
- 5
2
votes
2 answers
Startup performance of Spring @Configurable with Compile Time Weaving
this is my first question on stack overflow, so please be kind.
i am running an app with
spring 2.5.x
Configurable Annotations
Compile time weaving (CTW)
maven
eclipse/ajdt
I use CTW and everything runs fine. But if i instantiate an annotated…

Janning Vygen
- 8,877
- 9
- 71
- 102