skip to Main Content

Inside the folder structure of Magento, which is the file that I must edit to change the shop window:

enter image description here

I am editing the file list.phtml in the following path:

app/design/frontend/MEU_TEMA/default/template/catalog/product/list.phtml
  • But no changes take effect …

** I need to add an HTML block below the price.

2

Answers


  1. Go to admin panel – system – design , check theme path.
    If you using rwd theme , go to folder -design/frontend/rwd/default/template.

    Or you can change your default theme in admin panel to your custom -MEU_TEMA

    Login or Signup to reply.
  2. Next idea..
    Go to design/frontend/YOUR_THEME/default/template/catalog/product/view.phtml

    And make changes.

    And another way declare new block and input it ,into view.phtml like : getChildBlock(yours_block_path);

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search