magento-configurable-simple icon indicating copy to clipboard operation
magento-configurable-simple copied to clipboard

Enhancement to Magento to allow simple product prices to be used instead of the default special-case configurable product prices

Results 100 magento-configurable-simple issues
Sort by recently updated
recently updated
newest added

Not an issue as such more of support... How would I add a product to the cart programmatically ensure that the price is coming from the simple product and not...

I got Fatal Error in protected function getConfigurableProductParentId() ``` protected function getConfigurableProductParentId() { if ($this->getItem()->getOptionByCode('cpid')) { return $this->getItem()->getOptionByCode('cpid')->getValue(); } #No idea why in 1.5 the stuff in buyRequest isn't auto-decoded...

Hello, I would like to display the options of the configurable products on invoices from magento. How to display it is option?

Fixed the problem with wrong price of configurable product option being added to cart from the wishlist. https://github.com/organicinternet/magento-configurable-simple/issues/132

A client of ours is experiencing the same issue. It is impossible to predict when it will happen because if I do a test order, the issue doesn`t happen. Magento...

I've got another extension installed which allows for simple products to be priced by varying custom options and attributes. Example, you can set the price formula to {price} + {length}...

I have the latest magento version and using the SCP extension for configurable products. when I leave the associated products price fields empty then on the frontend no price is...

This is a pretty trivial change but makes this block of code easier to read and parallel with the next block. Previously it was indented to look like an if...

When you try to create an order in the admin (order by phone), it seems there is no possibility to have access to the customs options of the simple product....

Hello Team, 1.Module is not working with the re-Order from old Order data.It is adding Configurable product in to cart instead of its simple. 2.It is also not working with...