HI There:
I am using OC 1.3.4 & was wondering if any can help me with postitoning images in the left or right sidebars
currently I have 3 images in the right sidebar, but they are at the bottom of the page, so basiclaay I want to be able to put teh at say the top of the right sidebar before the shopping cart,
http://ultrascope4u.com/oc134dev/
Thanks in advance
Regards
Elornd
www.directit.co.nz
I am using OC 1.3.4 & was wondering if any can help me with postitoning images in the left or right sidebars
currently I have 3 images in the right sidebar, but they are at the bottom of the page, so basiclaay I want to be able to put teh at say the top of the right sidebar before the shopping cart,
http://ultrascope4u.com/oc134dev/
Thanks in advance
Regards
Elornd
www.directit.co.nz
did you try putting them before the foreach loop in the column_right.tpl rather than after it?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Hi there:
Sorry but yuo will need to excuse my complete stupidity & lack of knowalage I have looked at the column_right.tpl
but this is all that comes up
<div id="column_right">
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
</div>
this is the default template for 1.3.4
Regards in adavnce
Elrond
Sorry but yuo will need to excuse my complete stupidity & lack of knowalage I have looked at the column_right.tpl
but this is all that comes up
<div id="column_right">
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
</div>
this is the default template for 1.3.4
Regards in adavnce
Elrond
ok so where and how did you add the images if not in that file?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
HI There:
here is what I have done along witht the weblink
<div id="column_right">
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
<img border="0" src="http://www.directit.co.nz/images/paymat ... _88x31.gif" width="88" height="31">
<img border="0" src="http://www.directit.co.nz/images/logo.png" width="133" height="31">
<img border="0" src="http://www.directit.co.nz/images/joomlalogo.png" width="133" height="31">
</div>
http://www.ultrascope4u.com/oc134dev/ca ... _right.tpl
Thanks in advance
Elrond
here is what I have done along witht the weblink
<div id="column_right">
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
<img border="0" src="http://www.directit.co.nz/images/paymat ... _88x31.gif" width="88" height="31">
<img border="0" src="http://www.directit.co.nz/images/logo.png" width="133" height="31">
<img border="0" src="http://www.directit.co.nz/images/joomlalogo.png" width="133" height="31">
</div>
http://www.ultrascope4u.com/oc134dev/ca ... _right.tpl
Thanks in advance
Elrond
Code: Select all
<div id="column_right">
<img border="0" src="http://www.directit.co.nz/images/paymateexpmastervisa_88x31.gif" width="88" height="31">
<img border="0" src="http://www.directit.co.nz/images/logo.png" width="133" height="31">
<img border="0" src="http://www.directit.co.nz/images/joomlalogo.png" width="133" height="31">
<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>
</div>
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Don't forget to close your image tags! 

PM me for custom OpenCart template design and development.
How about putting your images into a module so you don't have to modify the template code. Try using this module
http://www.opencart.com/index.php?route ... ion_id=396
Cheers
http://www.opencart.com/index.php?route ... ion_id=396
Cheers

Before you judge a book by its cover, you've got to flip through the pages
Does this module work with 1.34?saccarrep wrote:How about putting your images into a module so you don't have to modify the template code. Try using this module
http://www.opencart.com/index.php?route ... ion_id=396
Cheers
Thanks.
Who is online
Users browsing this forum: No registered users and 5 guests