OpenCart version 2.0.3.1
the authorized Administrator of this Shop, otherwise, you would, and it would
be relatively easy, to achieve such, at least by use of some Mod.

Ernie
For Sale: Turnkey URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
Attacker IP Ranges are denied from further accessing my Sites.
For more Information, please contact me at: jti@jacob.ch
635 + free Mod-Repositories - from OC v.1.5.x up
on the largest Github Opencart Site: https://github.com/IP-CAM
OpenCart version 2.0.3.1
and then upload the VqMod into the yourshop/vqmod/xml/... Subdirectory,
to show a Banner on top of every page. And this Banner contains your Information !

Ernie
viewtopic.php?f=10&t=200416#p706956
For Sale: Turnkey URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
Attacker IP Ranges are denied from further accessing my Sites.
For more Information, please contact me at: jti@jacob.ch
635 + free Mod-Repositories - from OC v.1.5.x up
on the largest Github Opencart Site: https://github.com/IP-CAM
OpenCart version 2.0.3.1
The VqMod comes into the vqmod/xml/... Directory, and the OcMod could be placed
in the system/... Directory, but ONLY, if you have no VqMod installed, since only one of
those two Mods can be used at once!

But if you need it even more in detail, better request commercial support!
Good Luck!
Ernie
UNTESTED!
---
add_something_to_product.vqmod.xml
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<modification>
<id><![CDATA[Show something on product page]]></id>
<version><![CDATA[OC v.2.0.3.1]]></version>
<vqmver><![CDATA[2.5.1]]></vqmver>
<author><![CDATA[whoever]]></author>
<file name="catalog/view/theme/*/template/product/product.tpl">
<operation error="log">
<search position="before"><![CDATA[<ul class="nav nav-tabs">]]></search>
<add><![CDATA[
<div>Whatever you want to add here</div>
]]></add>
</operation>
</file>
</modification>
add_something_to_product.ocmod.xml
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name><![CDATA[Show something on product page]]></name>
<code><![CDATA[show_something_on_product_page]]></code>
<version><![CDATA[OC v.2.0.3.1]]></version>
<author><![CDATA[whoever]]></author>
<file path="catalog/view/theme/*/template/product/product.tpl">
<operation>
<search><![CDATA[<ul class="nav nav-tabs">]]></search>
<add position="before"><![CDATA[
<div>Whatever you want to add here</div>
]]></add>
</operation>
</file>
</modification>
For Sale: Turnkey URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
Attacker IP Ranges are denied from further accessing my Sites.
For more Information, please contact me at: jti@jacob.ch
635 + free Mod-Repositories - from OC v.1.5.x up
on the largest Github Opencart Site: https://github.com/IP-CAM
Users browsing this forum: No registered users and 31 guests