Questions tagged [configurable]
161 questions
1
vote
2 answers
WPF and WCF User Configurable Fields
I have a requirement whereby a user can specify a variable number of user-defined fields, for example in an xml file. These fields have a user-friendly name which is displayed in the GUI, and a code which is used to persist and retrieve the value of…

cjroebuck
- 2,273
- 4
- 30
- 46
1
vote
2 answers
Remove a Magento attribute from configurables and associated simple products
I have some configurable products that have many associated simple products, each with many custom options. The configurables use three attributes. My client has now decided that they want to remove one of the attributes. I have used the SQL method…

Nick
- 11
- 2
1
vote
0 answers
how to convert image button in css configurable button
How can I convert this image button so it willl be a css configurable button?
In the underneath code both image submit button and css submit button are present. The image send button is the original button and working. My goal is to convert this…

david oors
- 11
- 1
1
vote
2 answers
Magento does not show configurable product options
I have created some configurable products and simple products associated by using the attribute created 'size'. However, on the product view page, the dropdown menu of the size attribute only has the option of 'Choose an Option...' and my required…

oodalgic
- 43
- 1
- 2
- 5
1
vote
0 answers
Update configurable products in Magento via CSV
I'm making a Magento webshop which uses dataflow import of CSV to create products automatically from our seperate stock management system.
When the products is imported for the first time, there is no errors and the import process is working…

Hans Nielsen
- 31
- 1
- 3
1
vote
2 answers
CXF and Spring @Configurable issue
I am currently fronting issues mixing a CXF web service with Spring @Configurable annotation.
From one side I have my CXF web service fully working and configured like this :

Ugo
- 81
- 5
- 13
1
vote
2 answers
hide configurable product when there are no options are instock
In my case configurable simple products are outof stock it is not displaying under configurable product options list. it is working fine for me. But How can i hide configurable product when all options are outofstock....? In this case configurable…

krishna
- 923
- 3
- 15
- 42
1
vote
1 answer
Apply price rule to variants of a configurable product?
Our apparel store is built with configurable products. We'd like to create a Catalog Price Rule that targets only specific variants of a configurable product. For example, all 'Guys' shirts.
It doesn't appear that this is possible out of the box…

Wilson Sheldon
- 255
- 4
- 18
1
vote
1 answer
Automatically select configurable attributes
I'm configuring a magento webshop for one of our clients. They've got colorcodes and due to that I have to set up configurable products. However, before the configurable products are being shown on the webshop I need to select an attribute to assign…

Joren Mbp Lauryssen
- 11
- 2
0
votes
2 answers
@Configurable with unit test causes error
Classes are compile time weaved. I read in the documentation that weaved classes would warn on classes constructed outside the container context but not outright error, yet I get the following test error in the maven…

MikePatel
- 2,593
- 2
- 24
- 38
0
votes
2 answers
Configurable (e.g. XML) Java Bean to Bean Mapping Framework
I'm looking for a Bean to Bean Mapping Java Framework that their mapping rules could be defined outside/not in java code. The source and target beans has n subBeans so the mapping rules could be a little bit complex (not a simple one-to-one…

jny
- 1
0
votes
2 answers
Creating Configurable product on import csv
When a new simple product is added (via CSV or manually) we need to check if the appropriate configurable product has been added (where SKU = "item_number-item_colour_code" e.g. BLEA2606B-BK001). If the configurable product exists then associate the…

Hum
- 531
- 2
- 12
- 30
0
votes
1 answer
How do I setup the Builder and Decorator patterns for configurable software?
I am working on a piece of software designed to create a book like document. I have implemented it using using decorators to add various features. Here is an example of the initialization'
$this->chapter[i] = new ChapDecorator1(new…

Hath995
- 821
- 6
- 12
0
votes
0 answers
Configurable Joint targetRotation Unity c#
I have a ragdoll type setup. I want the arm of the ragdoll (long rigidbody) to point at a transform.position (in world space). On the arm is a configurable joint. The connected body of the configurable joint is the body (rigidbody).
I guess I need…
0
votes
1 answer
Cannot access jakarta.ws.rs.core.Configurable
I'm getting an in-IDE error regarding the conf.register() call.
Cannot access jakarta.ws.rs.core.Configurable
I can't figure out how to fix it. I looked all over the internet and I think I have the right dependencies, so I'm not sure what might be…

Micu Bogdan
- 19
- 4