-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Simple Configurable Products #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are changes in the product editing interface that should simplify entering configurable information but i'm not sure yet if this new price functionality will be implemented. It is not on our short term roadmap at least. |
It would be great if this feature could be implemented since every of our customers asks for this feature. |
Some of our customers also asked for this. Also, if they have to define prices for the associated simple products they don't want to calculate some kind of price difference but just want to enter the price directly. Enabling them to enter the price directly (and not enter the difference) may enhance the usability. |
If you have a configurable product with several simple product (visible on "Catalog, Search") : Size 1 : 150 You must set Configurable product price : 150 If you want increase $10 for the product "size 1", all prices must be changed on configurable product and also the price of simple product "size 1" => If You want add a product Size 4 for 100$, all prices must be changed on configurable product => If you want set a special price on product simple Size 3 you must change the price of Size 3 on the configurable product and the special price is not display like a special price on the configurable product. It's very Complicated for customers. |
I agree with sverdier for configurables with only one level of Consider a product with sizes A B and colors X Y Z. The following table is impossible to reproduce for what I understand A - X $100
|
This is an interesting case where it's effectively a global configuration setting for Magento - either you want to use magento-style pricing, or SCP-style pricing, and you will be deciding that on an installation-by-installation basis. Roughly half of our installations use SCP-style pricing so far. |
See this stackexchange for more examples of multiple attributes causing an impossible situation. Also it mentions that simple-configurable-products is not being updated, making the matter more urgent. |
Now that this has been brought up, I think this is worth some serious consideration on Magento's part. This may not come up often in client interviews for feature requests, but that's probably because their implementation partner is already using SimpleConfigurableProducts. On nearly every Magento implementation I've worked on, if Configurable Products were being used SimpleConfigurableProducts was installed. As mentioned above, there are pricing scenarios that are simply impossible to express natively in Magento, and these pricing scenarios are not at all uncommon, especially in the apparel space where items are often configurable by two or more attributes. Additionally, many clients import pricing from external systems (ERPs, 3PLs, etc), and those systems nearly universally have pricing set on the simple SKU. Trying to build an integration based on attribute-based pricing increases is unmanageable for those clients, which again, are a substantial majority of large scale Magento implementations. If the pricing of Configurable Products isn't modified in Core Magento 2, the first thing we'll have to do is write our own module to deal with that because of the fact that the native system is only useful for smaller retailers who manage their pricing directly in the admin panel. |
Let's not fail to lose sight on what I believe to be widespread experience that SCP has multiple knock-on effects (and with good reason, as there are assumptions regarding parent-child relationships (esp in Sales module), as well as the view integrations which assume relationships. These issues are multiplied in an EE instance. That said, @sverdier and @barbazul have salient points. Simple, single-option façades should be intuitive for admins and developers, and matrix pricing scenarios are not uncommon, and should be achievable without massive customization or extension wizardry. I would like to see composite/façade product pricing receive some manner of re-engineering. However, I'm not sure how effective arguing/advocating domain issues is/will be on this forum. Would be great to hear from @piotrekkaminski or others Magento team on this. |
For sure, SCP is by no means perfect. If I re-wrote it I'd probably simplify it greatly to simply carry over the pricing model. So, to clarify, it's only really a similar model I'd like to see worked into the core. Not so much the other behavioral modifications SCP brings to the party. |
@tanya-soroka Are there any updates on this? (Asking you since you're assigned.) |
Hello |
Hi Guys |
Hello @shayW, |
We have created a ticket in our internal tracker for this improvement. We will review and handle it according to the priorities. Thank you for this request! |
@shayW I would like to clarify one use-case which you posted on your comment: "the attribute prices (either entered manually under custom options) CANNOT be associated to the product price". |
Magento- How to config a Product with different sizes, materials and prices?? Briefly this is how it should look: Product Sign 1 - the default material, size and price is Silver Sign, 10x10, and it's 5.00. (These are simple/associated products) Product Sign 1 Material Size Price |
Nevparmar Just to be certain are you asking how to do this in Magento 2 ? You will need a 3rd party magento extension like Organic Internet's Simple Configurable Products (SCP) which overrides the weird default configurable product behavior of Magento. With SCP or one of the various similar extension each simple product is a unique SKU capable of having its own unique pricing and inventory and you can have near unlimited configurable options. This thread is requesting that SCP functionality be added by default to the currently under development Magento 2 . If you are using Magento 1 in a I suggest you find a supported extension similar to SCP from Organic Internet, becuase as of now the original is no longer maintained by the developer. I personally am currently looking for a working opensource alternative for SCP. |
👍 |
Supper happy to hear this @tanya-soroka This alone will move up our adoption of M2 |
😌 |
[MPI] Bugfixes & Feature Parity + Simplification of Payment Configuration
Anyone know the status of this? |
It is in progress right now. You will see this changes soon ( please check our following releases) |
👍 |
1 similar comment
👍 |
Internal ticket is closed. @tanya-soroka, can you confirm that it is fixed and available for community? |
The recommendation of using simple product price for the configurable has been implemented. |
Yes, where is the like or +1 Button here !! ahh here 👍 |
Great news! Thanks, guys! |
The only disadvantage of this solution is that the prices are now only available if the product is fully configured or will it be like today in Magento1 that the Price could be shown on a per option base, like you select one option of a multi attribute configurable and only that one is price-differing than you could see the differences directly after selecting that attribute. |
@tanya-soroka I've removed the price of the attributes from the configurable product but Magento doesn't pick the single product price of the associated products. Instead, magento only shows the price of the configurable product (that I must put for create a configurable product) The dropdown let me change the attributes of the product but it doesn't change de prices: it shows and calculates at the shopping cart the configurable product price instead of the simple and associated products price. |
Hello @miinervagg, this fix only related to Magento 2 versions, it is not applied to Magento 1. |
@nhp, by default we use less simple price to show on the category page. To get the final price for your product you will need to select the correct options. |
@sverdier the features has been implemented. Do you agree to close this ticket? |
yes From: Tanya Soroka [mailto:[email protected]] @sverdier https://github.com/sverdier the features has been implemented. Do you agree to close this ticket? — Detta e-postmeddelande har sökts igenom efter virus med antivirusprogram från Avast. |
Closing this ticket since this feature has been implemented and is now available in Magento 2. |
[EAST] MAGETWO-57726 [GitHub] Exception is created but not thrown #6320
from where I can download latest version of SCP for magento2. Please share link or give me details. |
@mitesh-toptal judging from the screenshot @amresh13500 uploaded in this thread, he is talking about Magento 1. |
Is it planned to add this natively?
http://www.magentocommerce.com/magento-connect/simple-configurable-products.html
With Simple Configurable Products, the price for configurable products is taken directly from the associated simple products rather than the configurable product itself.
Otherwise it is necessary to calculate the difference of price and enter it to the configurable product and this is a very complex management for customers using Magento without ERP.
The text was updated successfully, but these errors were encountered: