Code Difference between vqmod and ocmod in Opencart

  1.    Vqmod Necessary Code Tags are:-
        <id>Extension Name</id>
   <version>1.0.0</version>
   <vqmver>2.1.5</vqmver>
   <author>Ravi</author>

  2.  Ocmod Necessary Code Tags are:-
        <name>Extension Name</name>
   <version>1.0.0</version>
   <link>http://opencart.devinlabs.com</link>
   <author>Ravi</author>
   <code>extension_uniq_code_name</code>

******** Major Differences between Vqmod and Ocmod ***********

  1. In Vqmod we Use  "Name" for the file full path but for Ocmod we Use "Path"                            i.e:- Vqmod =     <file name="catalog/controller/common/seo_url.php" error="skip">                         Ocmod =   <file path="admin/view/template/catalog/product_form.tpl">                                       in Ocmod and Vqmod for multiple files in same directory we would use like this:-                       <file path="catalog/view/theme/journal2/template/" name="product/search.tpl,product/category.tpl,product/manufacturer_info.tpl">
  2. In Vqmod "Position" we use in "search" tag but in Ocmod we use "Position" in "add" tag      i.e. Vqmod = <search position="after">                                                                                               Ocmod = <add position="before">                                                                         

Popular posts from this blog

Cant use dump() function in twig files or how to enable debug in opencart twig or print_r alternate use dump() in opencart 3.0

maximum execution time error when importing sql data file since php.ini has been already set max execution time 3000

SEO Custom URL in Opencart