PHP, Magento, issue with overriding file -


I want to override the core file (core / Maggie / catalog / product / Suchi.afpi) it app / code / In the local, the company name should look like / overlapping path. Name / extensionName / ?.

Let's say you are going to override the file - App \ code \ Core \ Dana \ Catalogs \ block \ Products \ List.php

or you can override it by copying it

  App \ code \ local \ Dana \ catalogs \ block \ Products \ List.php  

the path or you can override it using the rewrite in config.xml and it

  App \ code hope it is \ local \ COMPANYNAME \ EXTENSIONNAME \ block \ Products \ List.php  

helps.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -