Div wont show in footer
Hello, I want to have footer like here http://www.netmagazine.com where there is 100% footer stretch and within which there is footer container for that i changed my footer.tpl like this <div id="footer"> <div id="footer-container"> <?php if ($informations) { ?> <div class="column"> <h3><?php echo $...
Jump to post- Wed Jul 11, 2012 6:26 pm
- Replies 2
- Views 1519
How should i approach
Hello friends,
anyone has any idea how i approach in converting this html to opencart
especially the 3 columns in the content area do i need to use separate modules for each?
http://mydomain007.host56.com/retro3/index.html
- Mon Dec 12, 2011 5:14 pm
- Replies 0
- Views 216
Re: My First Theme
u have to copy the code of search from header.tpl and paste in column_left.tpl
catalog-->view-->themes-->yourtheme-->template-->common
hope it helps
- Mon Dec 12, 2011 5:11 pm
- Replies 4
- Views 615
Custom admin panel option like wordpress
Hello friends,
Those who are proficient with wordpress all knows that we can make custom wp admin panel so i was just wondering is it possible to do the same with opencart like changing back ground color fonts adding images etc..
- Tue Nov 29, 2011 8:45 am
- Replies 0
- Views 406
When i make new thme do i need to edit files in controller f
Hello , I want to know do i need to edit files in controller folder when i make new theme? or editing files within the theme folder will do? to be more specific i mean to say say in column_right.php there is a line $this->template = 'default/template/common/column_right.tpl'; where the default folde...
Jump to post- Tue Sep 20, 2011 6:39 pm
- Replies 2
- Views 464
Re: Making opencart theme from scratch
sorry i still see blank page i changed as u said <link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/stylesheet.css" /> this to this <link rel="stylesheet" type="text/css" href="catalog/view/theme/bible2/stylesheet/stylesheet.css" /> but my query is i ...
Jump to post- Sun Sep 18, 2011 3:09 pm
- Replies 7
- Views 2663
Re: How to create/duplicate a module?
hello i tried ur method for making information_footer module but when i try to install it i get this error Fatal error: Class 'ControllerModuleinformationfooter' not found in D:\wamp\www\opencart\admin\controller\extension\module.php on line 134 me using opencart 1.4.9.5 and tested on wamp i guess i...
Jump to post- Sun Sep 18, 2011 2:18 pm
- Replies 173
- Views 407768
Re: Making opencart theme from scratch
well since i am new to php i was just trying implement php from the default template in my html thats it so i will not have <?php echo $template; ?>/>? wht shld i have instead? this is default header.tpl <?php if (isset($_SERVER['HTTP_USER_AGENT']) && !strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) ...
Jump to post- Sat Sep 17, 2011 9:47 am
- Replies 7
- Views 2663
Re: Making opencart theme from scratch
this is my header.tpl <?php if (isset($_SERVER['HTTP_USER_AGENT']) && !strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) echo '<?xml version="1.0" encoding="UTF-8"?>'. "\n"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="htt...
Jump to post- Sat Sep 17, 2011 8:19 am
- Replies 7
- Views 2663
Making opencart theme from scratch
Hello friends, I have just taken open cart 1.4.9.5 fro my practice and made a new folder and copy all theme files and deleted all contents from it now i first started wrking on header.tpl now my question is if i just complete the header.tpl will i see anything in the front end? i also want to know d...
Jump to post- Sat Sep 17, 2011 6:59 am
- Replies 7
- Views 2663
Re: I cant see all products unders specific category
thanks you are absolutely spot on i dint select category
- Thu Nov 25, 2010 11:18 am
- Replies 2
- Views 492
I cant see all products unders specific category
Hello friends,
I am using open cart ver 1.4.9.1 but i cant see all the products under a specific category
here is the link to the store
http://www.webdesigncut.com/store/index ... &order=ASC
- Fri Nov 19, 2010 8:58 am
- Replies 2
- Views 492
Re: Error after adding product to cart in 1.4.9.1
thanks again got it fixed
Jump to post- Wed Oct 13, 2010 9:31 pm
- Replies 2
- Views 416
Error after adding product to cart in 1.4.9.1
Hello friends, I have facing an error after adding product to cart my store link http://www.webdesigncut.com/store/index.php?route=common/home and i see this error Sub-Total: Notice: Undefined variable: subtotal in /home/webdesi1/public_html/store/catalog/view/theme/mytheme3/template/module/cart.tpl...
Jump to post- Tue Oct 12, 2010 9:41 pm
- Replies 2
- Views 416
Re: 3 columns in latest products module in 1.4.9.1
thanks i actually made major mistake inti tally by copying just the folder instead of the files separately while making anew theme now i am paying the price most of files weren't copied
Jump to post- Tue Oct 12, 2010 8:41 pm
- Replies 2
- Views 767
3 columns in latest products module in 1.4.9.1
Hello friends,
How can i display 3 columns in latest products module in opencart 1.4.9.1
- Mon Oct 11, 2010 2:28 pm
- Replies 2
- Views 767
Re: Error after upgrading from 1.4.7 to 1.4.9 (products vani
hello mate yes you are right it was there in ver 1.4.7 but in 1.4.9 the code is totrally changed and i cant find those variables have a loot at the latest.tpl store/catalog/view/theme/mytheme3/template/module/latest.tpl <div class="box"> <div class="top"><img src="catalog/view/theme/default/image/la...
Jump to post- Installation, Upgrade, & Config Support
- Error after upgrading from 1.4.7 to 1.4.9 (products vanished
- Sun Oct 10, 2010 7:51 pm
- Replies 6
- Views 982
Re: Error after upgrading from 1.4.7 to 1.4.9 (products vani
ok i got it fixed now but can u tell me how i reduce the number of columns to 3 instead of 4 for latest products i changed it to 3 in ver 1.4.7 but this ver has different coding cant find where to change?
Jump to post- Installation, Upgrade, & Config Support
- Error after upgrading from 1.4.7 to 1.4.9 (products vanished
- Sun Oct 10, 2010 2:44 pm
- Replies 6
- Views 982
Re: Error after upgrading from 1.4.7 to 1.4.9 (products vani
ok now i see this error on my index page and latest products is not showing Notice: Undefined variable: text_latest in /home/webdesi1/public_html/store/catalog/view/theme/mytheme3/template/common/home.tpl on line 12 Notice: Undefined variable: products in /home/webdesi1/public_html/store/catalog/vie...
Jump to post- Installation, Upgrade, & Config Support
- Error after upgrading from 1.4.7 to 1.4.9 (products vanished
- Sun Oct 10, 2010 7:09 am
- Replies 6
- Views 982
Error after upgrading from 1.4.7 to 1.4.9 (products vanished
Hello friends, As i was having some issues regarding limiting the number of products viewed in the category page i decided to upgrade to 1.4.9 from 1.4.7 but now i see errors like these webdesi1/public_html/store/catalog/view/theme/mytheme3/template/common/header.tpl on line 67Warning: Invalid argum...
Jump to post- Installation, Upgrade, & Config Support
- Error after upgrading from 1.4.7 to 1.4.9 (products vanished
- Sat Oct 09, 2010 8:28 pm
- Replies 6
- Views 982