Posts

Showing posts with the label ecommerce

OCMOD Modification System opencart 2.3 example for Show all products module ecommerce

Image
Things to take care while making OCMOD file: File extension must be either .ocmod.zip or .ocmod.xml. Upload from admin section, Admin>>Extensions >> Extension Installer, Upload the .xomod.zip or .ocmod.xml file from here. Now go to following link and download "Display all Products" module Download show all products module You will find following ocmod example which shows how to show "All Products" links at the top menu bar. For example: <modification> <version>OpenCart Version 2.2</version> <vqmver>2.0.0</vqmver> <author>Rupak Nepali</author>    <code>List_all_Products</code> <file name="catalog/view/theme/*/template/common/header.tpl" error="skip"> <operation> <search position="after"><![CDATA[ <ul class="nav navbar-nav"> ]]></search> <add><![CDA