Pergunta

From the Magento , I can tell by folder name Module-bundle is for bundle products Module-configurable-product for configurable product

so what about the simple product? I can't find where it is, I want to make some change on it.

Thanks!

Foi útil?

Solução

This path is simple product module vendor\magento\module-catalog and you create the custom theme override you theme like :- Vendor_Name\Theme_Name\Magento_Catalog

After you override must be run this command :-

php bin/magento s:up
php bin/magento c:f

Hope this help you

Thanks ...

Outras dicas

You want module-catalog and in your custom theme Magento_Catalog

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top