Dynamic SKU change with "Simple Configurable Products" Magento - magento

I have the free extension "Simple Configurable Products" installed but unfortunately, any updates/responses to it over on github are slow or nonexistant.
What I need the cart to do is to dynamically update the SKU when simple products are selected within the configurable product page.
I am able to get the cart to show the configurable product SKU, but it does not dynamically update when I select any of the simple products via the dropdown menu.
How can I get around this? Thanks!

I ended up figuring this out using the steps at this URL:
http://ashpointlane.com/2011/03/magento-dynamic-sku-display-on-configurable-products/
However it wasn't totally accurate, so I also made the changes afterwards suggested here after placing in that code: Display Dynamic SKU on configurable product view Magento
It's a little more tricky also if you have a custom theme, you'll have to do some more work getting the dynamic SKU to show on the frontend, and place where you want it to display.

Related

Update installment price on product configuration change Product Page Magento2

I created a template to display the installments price of the product, on the product page. I need to update this price when the user clicks the configurable product option.
I created a preference for Magento\ConfigurableProduct\Block\Product\View\Type\Configurable to create a new price_type_code but debugging the product page does not pass through the getJsonConfig() method.
I also created a preference for Magento\Catalog\Block\Product\View\Options and debugging the product page also does not go through _getPriceConfiguration().
Where should I enter the values for each configurable product option?
Magento 2.2.3, PHP 7.0.28, Mysql5.6
Any help is welcome. Thanks
I solved it by creating a preference for Magento\Swatches\Block\Product\Renderer\Configurable
Thanks

Magento configurable product out of stock

I want to change configurable product to 'out of stock'(this is for a client requirement) when all its associated product stock become 'out of stock'. I think magento automatically doesn't do this. How Can i do this? Do i need to write any custom code?
I dont think you need to write any custom code for this.
This feature is already provided in magento, if an associated product is out of stock then it would disappear from product options and if all of the associated products are out of stock then the parent configurable product will also be displayed as out of stock. Tested in magento version 1.9 :)

Simple configurable product conflict with ajax add to cart (Magento)

I have a problem with my site being once you click on add to cart and select a custom option this sets the price to 0.00 it will add the product with the options but uses the lowest priced product instead of the one selected i have browsed for the last few days and think I’ve narrowed it down to another plugin AJAX Excellence i think conflicting with SCP i got my info from this link but have no idea what I’m looking for.
This problem doesnt happen if you go through the product description page only on the product listing pages which brings up a pop up of options to add to cart
Your help will be appreciated.
Magento ver. 1.7.0.2

Can not view products in admin of magento

I am new to magento and i need little help....
Actually I added simple products in magento and was trying to add some configurable products,The simple products were working fine.
While working on configurable products something happened and I can not see any products in manage products area.
I have checked the database and products exists there.
What should I do to fix this issue.....Kindly help
you can see associated product
just click on that
then you can see yoursimple product list ,,if not then click on reset filter
Go to catalog manage products and check if the fields are blank and click search
The simple products will not show if you do not have the attribute set that links the simples to the configurable. What is the attribute you are using? Check in the simples if this is set to be a value. Then go back to the Configurable, go to the associated products and click on 'Reset'. They should now show.

Display Custom options of simple associated products in Configurable products of Magento

I have a few simple products with custom options defined for them in a Magento online shop. On the product view page, the custom options of the simple products are displayed and the page works as expected. When I associate those simple products with custom options for a configurable product, I want the custom options of the selected simple product need to be displayed on the view page. on changing the simple product in the dropdown, the custom options also need to be changed, just like the product price changes. And when adding the product to the cart, the custom options properties of the selected simple product also need to be appended to the configurable product property.
This seems to be somewhat complex. Please help me in getting this task done.
Checkout out this extension Simple Configurable Products Extension For Magento by Organic.

Resources