Questions tagged [configurable]

161 questions
0
votes
1 answer

Programmatically adding configurable product and specifying size in Magento

I've written some code in magento which will add a product to the cart if the total is above a certain amount. At the moment, it's only working for Simple Products. I want to add a configurable product, and just tell it which simple product (which…
themartin
  • 87
  • 11
0
votes
2 answers

How do I import configurable products with attributes (color,size), attribute sets, categories and images with magmi?

How do I import configurable products with attributes (color,size), attribute sets, categories and images with magmi? If someone can provide a CSV file with a format that actually works that I could use to import products I would be more than happy…
wfninpa
  • 1
  • 3
0
votes
0 answers

Updating prices configurable products with Magmi

I'm trying to use Magmi for updating the prices of my products. The price column is updated very fast and easy, but for the configurable products i also have to update the super attribute pricing. The Configurable Item processor should do the trick…
Burney
  • 41
  • 3
0
votes
1 answer

Configurable Option going berserk on Product Page in Magento

I am a novice in Magento and kinda stuck badly here. My Theme is ready in Magento and I needed a Size selection on my Product Page. So I searched and found out that it is done by having Configurable Product. I did all the steps mentioned here…
Steve
  • 2,546
  • 8
  • 49
  • 94
0
votes
1 answer

How to import configurable products and associate simple products by csv

I need to import some configurable products and I already tried to use many types of tables and try to follow different methods as these: Link 1, Link 2, Link 3, Link 4, Link 5 It works just for import configurable products but don't associate…
0
votes
1 answer

make configurable product options independent on product view page --Magento

I am working on a Magento project and I need to know if there is a way to make a product's options independent to each other or unrequired. I need to use one of several at a time (I have 6 dropdowns). I have tried add to cart by query string but all…
Irphan
  • 41
  • 1
  • 9
0
votes
1 answer

Magento: Wrong price when adding configurable product to cart

we’ve been trying to solve this problem without any success so far. We have configurable products by size, and as they get bigger, they get more expensive. The problem is that no matter what size the customer chooses, when he adds it to the cart,…
alxh28
  • 43
  • 1
  • 10
0
votes
1 answer

Magento Stock (Configurable, Bundle)

I have a website made with Magento, and a theme by me. The problem is: The simple product with low stock is associated to a configurable product, and when i try to add a higher quantity of that simple product, it allows, and then, after the checkout…
0
votes
2 answers

Using @Configurable to inject spring bean in JPA entity-listener

I try to use @Configurable to inject spring bean in @PostPersist listener. @Configurable @EnableSpringConfigured public class BankAccountAuditListener { @PersistenceContext private EntityManager em; @PostPersist public void…
vdshb
  • 1,949
  • 2
  • 28
  • 40
0
votes
1 answer

Alternative to Spring's @Configurable for performance reasons?

I am using @Configurable beans for non-managed spring instances in a section of code that must be highly performant. We are using a lot of non-managed beans with the new operator, and in our profiling we have noticed that the use of the…
ant-depalma
  • 2,006
  • 4
  • 26
  • 34
0
votes
1 answer

Dynamic SKU change with "Simple Configurable Products" Magento

I have the free extension "Simple Configurable Products" installed but unfortunately, any updates/responses to it over on github are slow or nonexistant. What I need the cart to do is to dynamically update the SKU when simple products are selected…
0
votes
1 answer

IBM Message Broker: Trace Nodes File Path Configurable

I'm trying to make several trace nodes, each with a configurable file path. I prefer if it were through a configurable service in the message broker, though is it possible? If not, are there other ways to make them configurable?
Mickey Espiritu
  • 101
  • 1
  • 4
  • 8
0
votes
1 answer

Compile Time Weaving Null Pointer Exception

Edit 7: The problem seems to be how to get @Configurable working with HttpSessionListener, a workaround is suggested, but I'dd prefer not to to interact with the WebApplicationContext directly: @Configurable(autowire = Autowire.BY_TYPE,…
Vjeetje
  • 5,314
  • 5
  • 35
  • 57
0
votes
1 answer

Declaring class variables on as needed basis

I'd like to make my class object dynamically configurable by allowing user to specify a list of parameter strings and for each of those parameter strings, I'd like my class object to have a separate variable. The user can specify any number of…
Mindstorm
  • 443
  • 1
  • 5
  • 12
0
votes
1 answer

product grid column filter not working in magento

I am going to display only configurable products in my grid. and added one column to display number of simple configurable products under this product. for this i wrote like this. it is working fine. displaying number of simple products of…
krishna
  • 923
  • 3
  • 15
  • 42
1 2 3
10
11