Hello,
I show the sku in the shopping card.
The problem is that if I use configurable products, it shows the sku of the configurable product and not the sku of the simple product. This doesn't make sense.
Does anyone has got a solution for that or any hints?
Hi @senders,
Are you saying to be able to show something like this?
After you add the product you can check the Product in the mini-cart.
If you click on "See Details" you'll get the extra information.
And checking the Cart you'll see the simple product data too.
Then, internally you'll
In which section or moment you see only the configurable data. Can you share more details?
Hello @Damian Culotta ,
I don't mean the mini card. I mean the main shopping card page: /checkout/cart/
Magento Version 2.2.9
Sku attribute:
Hello @Damian Culotta,
ok if searched for the field is_visible_on_checkout.
And I found out, that it was generated by the firegento/magesetup2 extension.
So is there anyway to show the sku of the selected simple product when it was chossen in a configurable product on the shopping card page?
Kind regards
Hi @senders,
I saw you have opened an issue into the module repository.
I guess that's the best wat to find the proper solution.
But, at the same time, if I search for SKU into the project, I can't see any reference into that module: https://github.com/firegento/firegento-magesetup2/search?q=sku&unscoped_q=sku
Can you check again if that is the module that introduces the option?
Hi @Damian Culotta,
yes it is this extenison.
But the function is not only for sku. It is for all attributes.