-
Notifications
You must be signed in to change notification settings - Fork 263
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
Merging some forks to be compatible with magento 1.8 #195
base: master
Are you sure you want to change the base?
Conversation
…the price indexing error in Magento 1.7.x
… be pi.group_price
…in 1.7/1.12 and move to same location as in 1.7/1.12
…roduct/view/type/options/configurable.phtml has the attribute "size".
update overriden code to reflect changes made in parent 1.7/1.12 code
…in 1.7/1.12 and move to same location as in 1.7/1.12
…ate the display based on child product selected
Fixed an issue with the stock status js and also included the "Add to Cart" button dynamic switching. Signed-off-by: Lyndon Hook <[email protected]> Signed-off-by: Jonathan <[email protected]>
@lizmcruz Before install this module, did you use configurable product ? |
Sorry, are you saying that I can't create or use configurable products before install this module? Should I install it in a fresh magento first and then create the products? |
Yes, it's writent on the documentation : SCP does not allow you to have some configurable products using the SCP logic and some others using the default Magento logic on the same site. |
I have read the documentation before install the module, but I didn't understand that sentence like that. I'll try it again and I'll let you know if I succeed. |
Please try the module on a fresh install and let me know if you encounter the bug again. |
Hi I'm developing a store in Magento 1.7.0.2 . The products of the store are configurable with different simple products associated, the logic of price we have is that every simple product associated with a configurable product is who has the price, I know that that does not work in Magento. Also the prices of simple products that we are not unit prices, ie prices would lot of products, for this I use the tier price. As in Magento this does not work that way, find a module called "magento-configurable-simple-master", which makes Magento work with the prices of simple products associated with configurable product instead of working with configurable product prices. But that did not solve the problem completely because module operation Price: $ 11 TierPrices: qty price When we add 56 units to the shopping cart, the price takes is $11, if we add 160 units also takes the price of $11 is say always take the lower price of the product.As no interest in this store tried to put the unit price unit price excessively large to see if you take that value never, then what happens is that always takes the lowest price within the tier prices, ie $ 545. What could do in order to solve this problem and do not take more Magento the lowest price at the time of purchase? Is say if a customer decides to buy 160 units of this product then take the $1428. Thank you very much in advance. |
@yoannafrondon the tier price it's not the overall tier price, it's the price for each product. That why magento for you select all time the lower price $11. Exemple (see above comment): You define tier price inside all simple product of your configurable product. Did I answer to your question ? |
@obigroup thank you so much for your time. It works like a charm when I install a fresh magento and start all over again. I have an odd question now, I have to assign tier prices, but they can't be descending which should be the most logical behavior. I need, as @yoannafrondon needs too, they became larger with mayor products quantity. I'm been clear with my explanation? I need, according to your example: Z have tier prices, like : I know it's crazy, but it's what my client needs. Can you guide me about where should I modify any code with the usual behavior of tier prices to achieve this one? Thanks a lot again. |
Oh I forgot!! @obigroup I ask you about this, because tier prices only works for me if I follow the descending logic with the prices. So, I need to change that. If I set prices like I just did above, it doesn't work at all, always take the lowest value. Thanks. |
Would you please add the german localisation to the modman file? app/locale/de_DE/OrganicInternet_SimpleConfigurableProducts.csv app/locale/de_DE/OrganicInternet_SimpleConfigurableProducts.csv Thanks! |
@jwittorf Yes but it will be on my fork at : https://github.com/obigroup/magento-configurable-simple @lizmcruz I now understand your question, but this feature is not supported by this module. |
@obigroup my initial intension was to comment on your fork, but I'm not that 100% familiar with Github, that's why I didn't find a way to comment directly on your fork. |
@jwittorf Yes i saw that it's impossible to open issues on my fork I don't know why... But I will add your recommendation on my fork ;) |
@cheaplaptops Hello, go to your Backoffice : system => configuration => SCP Config And set "Yes" to : Show Configurable Product Image in Cart and set "NO" to : Dynamically update displayed product picture |
IMPORTANT : NOTE THAT NOW I DON'T GIVE ANSWER HERE. THANK YOU. |
[HOTFIX] Remove alertHtml from config, close isAvailable bug
tested with Magento 1.9.2
handle configurable product in Wishlist
To get translated labels on multi-language stores
Use getStoreLabel()
…ct-exception added exception handling for getIterator method
…t-exception added exception handling for getIterator method
Fixed Update cart "Cannot configure product" error
…em to the dropdown
…imple-products-still-selectable Disabled simple products still selectable
No description provided.