http://forum.opencart.com/viewtopic.php ... 95#p562495
I just recently tested this, it yould make it very easy, to have such been done. Originally, the module creates a page to use as customer service Page, containing an image, and a Links to somewhere, pre-defined by the Admin.
http://www.bigmax.ch/os/sac
As it comes, one has very limited choices to manipulate Content from the Admin Panel, it's not built to serve as what you require. But it already has everything, needed, to incorporate your PAGE it into OC without a single Problem. The only Thing you'll need to do, is to create a nice HTML5 Table Section, containing everything, you want to be placed on the Screen. Including images, links, and, what you plan to add. Split in different Sectors, do, whatever you like to, just don't break the max. size limits.
The big advantage is, it even has/uses even a 'direct' Site Link. Google will like this..
TO MODIFY IT'S CONTENT:
In:
Code: Select all
catalog\view\theme\default\template\sac\sac.tpl
between:
Code: Select all
<h1><?php echo $heading_title; ?></h1>
<hr>
<div class="content">
<table width="100%">
<tr>
and:
Code: Select all
</tr>
</table>
</div>
<?php echo $content_bottom; ?></div>
<?php echo $footer; ?>
In an enclosing '
td-Container', above, in between the two parts :
you add your TABLE Section, where you may ADD any kind of HTML-Content you like.
Mod Installation - Image:
http://ipc.li/os/customer_service_pages.jpg
One could use it as Main Portabl Page with it's own Under-Sections as well!
It could so serve for many different purposes!
Just an idea!
Good Luck
Ernie
bigmax.ch/os/
PS: Just found this, could probably be used to add a CKEditor to it ?!!
http://www.opencart.com/index.php?route ... on_id=9382