cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing templates

SOLVED

Customizing templates

Hello All,

I'm new on Magento, I'm following this tutorial https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/templates/template-sample.html to customize the shopping cart.

 

On the tutorial, they point to this address https://github.com/magento/magento2/blob/2.2/app/code/Magento/Checkout/view/frontend/web/template/mi... so I grabbed the cart HTML(content.html) and changed it in the way that I need.

 

If I do what I have explained, everything is working but I have the following question.

 

I can't find the file on my Magento installation folder, the path doesn't exist.. the is no "Code" folder inside the "app" folder.... Am I doing something wrong? on the tutorial is not clear If I should have the files, copy them to my theme folder and change them or If I should copy from the repository to my theme folder and change them

 

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Customizing templates

You can find your cntent.html file at below location,

Just go to Vendor folder in the root of your magento instance,

The full path is,

vendor/magento/module-checkout/view/frontend/web/template/minicart/content.html
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

1 REPLY 1

Re: Customizing templates

You can find your cntent.html file at below location,

Just go to Vendor folder in the root of your magento instance,

The full path is,

vendor/magento/module-checkout/view/frontend/web/template/minicart/content.html
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial