Page 1 of 1
Search found 7 matches
Re: Cart module to left column - Opencart 1.5
Thanks!
I find it weird that header and footer stuff is hard-coded..
Here's a link to that extension: http://www.opencart.com/index.php?route ... on_id=2184
- Thu Jul 14, 2011 4:57 pm
- Replies 2
- Views 1858
Cart module to left column - Opencart 1.5
I'm trying to move the cart from header to left_column but don't seem to find the cart module from admin. Is the cart module removed from 1.5 or am I missing something?
Do I need to hack the core to get it there?
Thanks!
- Thu Jul 14, 2011 2:27 am
- Replies 2
- Views 1858
Re: Customising one particular category page
Sorry, didn't remember I had customized my cart. If you add this it shoud work:
Code: Select all
$this->data['category'] = $category_id;
Code: Select all
$category_id = array_pop($parts);
} else {
$category_id = 0;
}
- Tue Mar 29, 2011 6:38 pm
- Replies 4
- Views 1071
Re: Customising one particular category page
You can do it in template file product/category.tpl
if ($category==1){ do something }
- Mon Mar 28, 2011 11:12 pm
- Replies 4
- Views 1071
Re: OpenCart Forums are now "Tapatalk" compatible!
$23 Hong Kong dollars is about $3 US dollars. Jump to posti2Paq wrote:+ the costs of your mobile provider.Daniel wrote:$23 dollars. I'm not paying that.
- Thu Feb 17, 2011 4:05 am
- Replies 22
- Views 24238
How to Check Categories Menu Parent Item?
Does anyone know how to check if category has child elements?
I'm trying to add css class name to parent menu item when it's child items are open.
I hope that makes sense.
- Wed Mar 31, 2010 8:54 pm
- Replies 0
- Views 456
Admin Permissions per store basis?
Now that opencart supports multistore is there way to configure admin permissions so that one could only update specific store?
Jump to post- Tue Mar 09, 2010 8:52 pm
- Replies 3
- Views 936
Search found 7 matches