Questions tagged [configurable]

161 questions
2
votes
2 answers

Magento 1.6.2 Adding Configurable Product in Wishlist : How to check whether or not all required fields are filled before adding to wishlist

6.2 community edition to develop an apparel site where each product is available in various sizes, hence all products are added as configurable products. Tshirt size is a required attribute and is set as a dropdown with its first value as Select A…
Moody
  • 235
  • 1
  • 7
  • 21
2
votes
2 answers

Magento 1.5.0.1 configurable products attributes not showing in front end

We have a Magento store on 1.5.0.1 Community Edition which uses configurable products with attribute sets to allow customers to select their preferred size and colour for a specific item (e.g., a shirt). Each clothing range has its own attribute…
Shaun Brown
  • 123
  • 2
  • 3
  • 11
1
vote
1 answer

Altering the price of configurable product

I'm looking for a way to add a value to price of configurable product after all required options are selected. I need to match against full SKU of selected simple product so per option prices are not suitable I've built an JSON with SKU - price…
Zifius
  • 1,650
  • 1
  • 16
  • 27
1
vote
1 answer

How to get configurable products added in cart using getQuoteItem() in Magento

I want to set custom price for all types of products. I am listening to the observer checkout_cart_product_add_after. In it's function I am using the following code to set custom price for products. $newPrice = $_POST["txtprice"]; $event =…
jdhaar
  • 155
  • 1
  • 7
  • 21
1
vote
1 answer

Hadoop 0.20.205.0 WritableComparator doesn't respect Configurable keys

I've been trying to run a hadoop 0.20.205.0 MapReduce job (single-thread, locally) which is exhibiting all kinds of weird and unexpected behavior. I finally figured out why. This looks to me like a bug in hadoop, but maybe there's something I…
dspyz
  • 5,280
  • 2
  • 25
  • 63
1
vote
1 answer

Nbextension not displaying full list

I am setting up the nbextensions on a new desktop. My previous one on the old desktop (pic1) has a lot more extensions then this new one (pic2). Tried to search from the filter, won't display either. Anyone have a clue of what's going on here? I…
1
vote
1 answer

Magento2 REST API - POST configurable product options : What is the value_index field?

I have to create a configurable product, then simple products to finally link them together. I followed the steps of the documentation, ie post the configurable, then post the simple products. The next step defined in the doc is to set the…
1
vote
0 answers

How to add configurable attributes to flat product table

I was wondering how to add configurable attributes to the flat product table. I have attributes of size and color with "Use To Create Configurable Product" = Yes, and when I change "Used in Product Listing" to Yes and reindex, I get size, size_value…
Tara
  • 11
  • 2
1
vote
1 answer

Using ConfigurableActiveDirectoryMembershipProvider in Spring.Net

I want to use ConfigurableActiveDirectoryMembershipProvider in my code. I have my current settings as
Kiru
  • 3,489
  • 1
  • 25
  • 46
1
vote
1 answer

Magento configure a product while comparing

I'd like to add some functionality to the comparing feature Magento offers. When comparing products, users are presented with an 'Add to cart' button. This feature only works well for simple products. When pressing the add to cart button on a…
Knudson
  • 51
  • 4
1
vote
1 answer

Does assigning a JSON object to the style attribute in ReactJS make the object non-configurable

I am trying to dynamically change css styles in my ReactJS application using the "style" attribute. Typically, I assign the attribute to a JSON object, and when I want modify the style attribute based off of a state change in my component. I…
1
vote
1 answer

How do you dependency inject beans marked @Configurable after deserialized by Tomcat from SESSIONS.ser?

Note: this won't make any sense unless you're very familiar with Java, Spring AOP, and Tomcat. The problem is that beans marked @Configurable are not injected when deserialized by Tomcat SESSIONS.ser. I noticed this behavior on a Struts 1.2.9 based…
les2
  • 14,093
  • 16
  • 59
  • 76
1
vote
1 answer

How to create a variable product using the WC_Product Class of WooCommerce?

I was trying to create the variable product in WooCommerce using WC_Product class. We are successful to create an simple product but not able to create a variable product with the following code: $products = new WC_Product();//$wcProductID …
Nidhi
  • 63
  • 1
  • 7
1
vote
0 answers

Magento 2 configurable product Dropdown sort options

I want to ask how I can sort options in dropdown on magento 2 configurable product I add products with Import csv file. example: First option is SIZE, second is COLOR How I can sort options to make first COLOR, second SIZE. I use Import csv for add…
1
vote
1 answer

Configurable rate and pattern when implement tcp ping in C

i am trying to implement a tcp ping function. And I hope to make the rate and pattern of sending messages configurable. For example, send 5000 msg in 5 seconds, burst 2000 at first then 3 msg/ms for 1000ms. Any idea how to make it happen? Thanks in…
leo
  • 53
  • 2
  • 4