Questions tagged [configurable]

161 questions
1
vote
1 answer

Configurable swatches swap image resize

I'm trying to implement configurable swatches in custom theme. So far everything is working fine but I cant find where to change default parameters of swapped image. In catalog product list (list.phtml) I am using custom settings applied to images…
Kaziko
  • 142
  • 10
1
vote
0 answers

Magento configurable product - update associated products?

So here's my scenario: I have a configurable product with ~50.000 associated products. This needs to be synced on a periodic basis with ERP. (So the ERP sends info about which simple products should be associated to configurable product) The…
1
vote
4 answers

how to autowire spring beans from a non-bean object created at runtime?

I have some Jpa repositories and several Entity class. I need to create a helper object for one of my Entity. Inside that helper I use @Autowire to access the Jpa repositories. @Entity class A { @Transient Helper helper; ... } class…
xing
  • 464
  • 9
  • 17
1
vote
1 answer

In Office Apps for Excel 2013 - Cannot redefine non-configurable property 'context'"

I have made an app in Office Apps for Excel 2013. It works fine, but at start up it gives a javascript exception. "Cannot redefine non-configurable property 'context'". After clicking 'continue' on that exception everything works just fine. This…
Rajdeep
  • 788
  • 7
  • 26
1
vote
1 answer

Magento Colour Swatches for simple products

I did search the site before I ask this question. But I really couldn't figure it out. I have some products which come with a few different colours. I know I could use configurable product feature but I do want each variation display in the catalog.…
nwmcwolf
  • 11
  • 2
1
vote
0 answers

Configurable product is not editable in backend after configurable p. upload with Magmi,

I uploaded configurable products in Magmi, now the configurable product is not editable in backend under Manage Products. It shows only the menu points over the entire screen but nothing else. The simple products can be edited I have been trying to…
Sky-Lens
  • 11
  • 1
1
vote
2 answers

How to make Shopping Cart Rule work with configurable product in Magento

The condition Shopping Cart Rule in Magento doesn't match with the custom attribute of product (configurable product). So how to make it work with configurable product ? (Size 8 , men,.. ). I searched some solution but they don't work. Thank you in…
1
vote
1 answer

Unable to create configurable product in Magento

I am struggling to create Configurable product using simple PHP script, I would appreciate if you can help me out, $sku_array = array(substr(sha1(mt_rand()), 0, 5), substr(sha1(mt_rand()), 0, 5), …
Pundit
  • 229
  • 2
  • 7
1
vote
1 answer

Configurable product options not showing the options on Frontend

I am having problems with the configurable products not showing the options on the frontend. If I use the default theme that came with magento (rwd), all the options are there and working great. But if I select my custom theme, the dropdown options…
Jovanni G
  • 322
  • 1
  • 7
  • 17
1
vote
1 answer

Add Configurable Products to Bundle

Is there any way to add configurable products to a bundle product in Magento? Either by way of extension or extra code. For example: We have a T-Shirt that is a part of a bundle. The T-Shirt is configurable by color and size. We would like to be…
1
vote
0 answers

How to create a product on the fly for woocommerce?

I want to create a woocommerce dependent plugin. The function of the plugin is to let visitor configure a product based on some complex field then they will click a "OK" button and the product will be added to the cart. That means I want to use…
1
vote
0 answers

Magento Configurable Product Gallery Switch

can somebody help me. i have configurable products from simple and have 2 questions: $galleryData = $_product->getData('media_gallery'); this way get all images from gallery for main product, how i can get all images for other options? with this…
EagleSBG
  • 35
  • 1
  • 7
1
vote
0 answers

Magento configurable product out of stock on page refresh

I have a configurable product with one simple product associated in our Magento EE 1.12 application. When I look at the product page, all is well. If I refresh the product page, the entire configurable product is listed as out of stock. It stays…
dbcn
  • 641
  • 1
  • 9
  • 20
1
vote
1 answer

Spring @Configurable with Maven

I'm using Spring in my current project, but the @Configurable annotation doesn't work. I've used the annotation in some of my classes (most of them JPA Entities): @Configurable @Entity public class Person{ ... @Inject private…
jfcorugedo
  • 9,793
  • 8
  • 39
  • 47
1
vote
0 answers

Suggested approach for a configurable mapper using C# 4.5

I am writing an application in C# that takes data from approximately 100 unique file sources and maps it into existing objects for analysis and storage to a database. These files are typically CSV or TAB. I'm currently using the Lumenworks library…
Angivare
  • 11
  • 1