Tagged Questions
The configurable tag has no wiki summary.
5
votes
2answers
887 views
How to get the options of a configurable attribute in Magento?
we want to export/import configurable products through the Magento-API in another system. What is important for us, are the values of the configurable products like a T-Shirt which has 3 colors (red, ...
4
votes
2answers
1k views
configurable vs component with spring and aspectj
When using aspectj, why use @Component over @Configurable.
I've got spring and aspectj setup for @Transactional support, aspects on self-invocation, and injection into JPA entities. This works great. ...
3
votes
3answers
1k views
Magento - How to link the Configurable Product image to the Simple Product image?
This is the situation:
I have a configurable product with several simple products.
These simple products need to have the same product image as the configurable product.
Currently I have to upload ...
3
votes
2answers
133 views
.net configurable business error messages
I need to implement some kind of solution such that in our business logic layer when certain conditions are met an error message is returned.
That error message should be configurable either in a ...
3
votes
1answer
405 views
Best practices to build a highly configurable software product
I am working on a software product that can substantially change behavior based on the configuration & meta-data supplied.
I would like to know best practices to architect / build a highly ...
3
votes
3answers
509 views
Configurable processor implemented on FPGA board
For a university mid-term project I have to design a configurable processor, to write the code in VHDL and then synthesize it on a Spartan 3E FPGA board from Digilent. I'm a beginner so could you ...
2
votes
4answers
210 views
Change the text “Choose an option…” on Magento product page
I created a configurable product, it has three option: color, size and style.
Now in product page, each option has the default text "Choose an Option..." in dropdown, but I want the text should be ...
2
votes
1answer
216 views
Magento - Add configurable product option surcharge to tier pricing
When I set up configurable products and they have options that include surcharges (i.e. the 2XL costs +$2.00) and I select the option with the surcharge, the price itself updates, however, the tier ...
2
votes
3answers
810 views
Replace Price Difference with Actual Price in Magento Configurable Product Options
I have a configurable product with 3 options, see below:
I want to replace the +£24.00 and the +£75.00 with the actual prices of the products.
So instead it would say: £69.00 and £120.00
I have ...
2
votes
1answer
367 views
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 ...
2
votes
1answer
6k views
Magento, add Clothing size attribute without Configurable Product
I want a simple way to let my user pick there clothing size before buy
but Configurable Product seems like to much overkill. you have to make a product of every size
and then you have to make a ...
2
votes
2answers
1k views
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 ...
2
votes
1answer
362 views
How to implement user configurable web pages in a ASP.Net/AJAX web app
I need some advice to save me re-inventing the wheel.
Our windows app is being redesigned as a web app [ASP.Net/AJAX dot Net 3.5 - SQL Server 2005 DB] and we are at the begining of the process.
One ...
1
vote
2answers
48 views
Why doesn't just autowiring a field in a GWT servlet in Spring work?
Simply marking a field as @Autowired in a GWT servlet does not work as intended. The code will compile and the web application will start up - which means Spring was successfully able to autowire the ...
1
vote
1answer
65 views
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 ...
1
vote
2answers
144 views
Magento BestSeller Module - Summing Configurable Products And Adding Them Back In
This has been bugging me for quite a while. Basically, what we are trying to achieve is in the bestsellers on our front page, to have the products listed in the amount sold. For simple products this ...
1
vote
0answers
101 views
Configurable product import
I am using Magento 1.5.1. I am facing a problem in configurable product import process. I successfully imported all products. In admin associated products name are not displaying even if their ids and ...
1
vote
2answers
144 views
How do I modify the Magento Search to check child skus?
Currently, the site search will search all of the skus of the items marked as being visible in search. This is all well and good.
The problem arises when the customer knows a sku of the individual ...
1
vote
0answers
179 views
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 ...
1
vote
1answer
65 views
Using ConfigurableActiveDirectoryMembershipProvider in Spring.Net
I want to use ConfigurableActiveDirectoryMembershipProvider in my code. I have my current settings as
<add name="XXXXMembershipProvider"
type="System.Web.Security.ActiveDirectoryMembershi ...
1
vote
1answer
151 views
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. ...
1
vote
1answer
568 views
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 ...
1
vote
2answers
176 views
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 ...
1
vote
2answers
306 views
User configurable forms with php and mysql
An online application we are building (php & mysql) requires users to be able to create their own forms for data capture and record this data in a database, respecting the existing ORM's.
If the ...
0
votes
1answer
52 views
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'
...
0
votes
0answers
47 views
Magento configurable attributes - initialise with defaults?
I have a configurable product which is parent to 2 products (a blue one and a green one). Both child products are hidden and both have their own set of images. I have set up the frontend to show all ...
0
votes
3answers
94 views
PHP:Magento How to show configurable product's option like grid in place of default dropdown
I want to change the default behavior of the configurable products option. By default it shows options in a dropdown box; I want to show that on a grid in place of the dropdown.
0
votes
1answer
20 views
Android : how to keep data as configurable
In my application for every launch, i want to sync data in my DB only if the last sync had happened before "x" hours. I want this parameter as configurable. Like it should be possible to set as 24 ...
0
votes
0answers
62 views
Add to cart should take in-stock simple product, if there are multiple products for same color for a configurable product
We have multiple simple product with same options for a configurable product. as for example
Barcode -> Color -> Stock Status A -> Red -> Out stock
B -> Red -> In stock C -> Blue ...
0
votes
2answers
174 views
alfresco workflow configurable and barcodes
i have a couple of questions on Alfresco.
Is Alfresco workflow module, point and click configurable or is programming needed?
Can Visio diagrams be used to set workflow?
Can Alfresco process 1-D and ...
0
votes
0answers
362 views
Displaying configurable product options in category list page
I want to display product on homepage. For this I am using products that belong to some special category.
General principle is described here:
...
0
votes
0answers
99 views
Dump a subset of data from SQL Server to XML file
Looking for a utility to export some data from SQL Server to an XML (or other text based) file...
"Some data" being the current record from a main table plus a bunch of related data from other tables ...
0
votes
0answers
381 views
spring 3 @configurable and junit testing in maven
My code:
@Configurable
public class A {
@Autowired
private B b;
public void method() {}
}
public interface X {...}
@Component
public class B implements X {
...
}
I want to test ...
0
votes
3answers
1k views
how to create configurable product using magento api?
how to create configurable product using magento api?
0
votes
3answers
331 views
Magento product types
How do know which product type to use in Magento? Especially, when should I use simple and configurable products?
0
votes
0answers
498 views
Magento - Simple product's image based on the configurable product's image in list.phtml
This is the case:
I've got a configurable product with 30 related simple products.
The configurable product has got a product image and the 30 related simple products need to have the same product ...
0
votes
1answer
218 views
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 ...
0
votes
1answer
96 views
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 ...
0
votes
2answers
107 views
ASP.net configurable wizard pages
I am looking for possible approaches to the following task.
Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others ...
0
votes
1answer
106 views
Magento template question
I have a problem with Magento's configurable product template.
http://clientsupports.com/mind/index.php/clothing/bottoms/33.html
I would like to move color and size under the price $33.00. I tried ...
0
votes
1answer
1k views
front-end configurable products from simple products in magento?
a client has imported 1000 items to magento as simple products. many of these SHOULD be configurable products (ie, 4 yellow dresses of different sizes). the psuedo-configurable products all have the ...
0
votes
2answers
346 views
Architecture/Pattern for configurable application (web in my case)
i have already asked this question on asp.net forum, could not find any satisfactory answer.
you can visit it to get more details.
http://forums.asp.net/t/1420283.aspx
We have a product which can be ...