Hi all,
I have recently taken over an established opencart store. I need to post up Xmas holiday dates at top of page, to state when no post will be going out.
I am not particularly good with settings and wondered if anyone could talk me through simple steps in laymans terms, to be able to add dates to top of page please. Store is www.silverbackrcproducts.com - I am hoping to put in dates in small white space to right of store name, in the white space.
Thanks for taking the time.
No OC version posted. In catalog/view/theme/<your_theme>/template/common/header.tpl / .twig file.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
You seem to use the 1.5.6.x default theme, so try this VqMod, then, create
a Banner, where your opening hours will be shown, and link it accordingly
in the VqMod. Just to give you an Idea...
Good Luck!
Ernie
---
top_header_banner.xml
---

a Banner, where your opening hours will be shown, and link it accordingly
in the VqMod. Just to give you an Idea...
Good Luck!

Ernie
---
top_header_banner.xml
---
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id><![CDATA[Add Top Header Banner]]></id>
<version><![CDATA[OS v.1.5.6.5]]></version>
<vqmver><![CDATA[2.4.1]]></vqmver>
<author><![CDATA[Ernie - IP_CAM]]></author>
<file name="catalog/view/theme/*/template/common/header.tpl">
<operation error="log">
<search position="after" index="1"><![CDATA[<div class="container">]]></search>
<add><![CDATA[
<div style="text-align:center;"><a href="http://www.euro-park.ch" target="_blank" title="Adults Only!"> <img alt="Test Banner" title="Test Banner" width="1322" height="146" src="http://jti.li/shop/image/data/1322x146_banner.jpg"></a></div>
]]></add>
</operation>
</file>
</modification>
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 15 guests