Page 1 of 1
Search found 9 matches
Re: Moving search box into side menu
Would love to be able to find this module.. link broken since redesign of site.
Jump to post- Thu Apr 29, 2010 10:51 pm
- Replies 3
- Views 931
Re: Canada Post Module Port to 1.4
The error is an extremely simple one that means the variable isn't just equal to "", it isn't set at all. One way to fix line 222 is this:
Code: Select all
if(!isset($this->request->post['canadapost_language']) || $this->request->post['canadapost_language'] == "") {
- Wed Apr 28, 2010 2:25 am
- Replies 17
- Views 5447
Re: Extending OpenCart
Agreed... your proposal would make life much easier.
Jump to post- Sat Apr 24, 2010 4:20 am
- Replies 20
- Views 8366
Re: Extending OpenCart
I'm talking about the language dropdown code that I want in the footer because it and the currency code and their associated javascript are too bulky to be in the header IMHO. Using CSS I can display them anywhere. This is the code I had to move to get rid of the error: $this->data['language_code'] ...
Jump to post- Sat Apr 24, 2010 2:58 am
- Replies 20
- Views 8366
Re: Extending OpenCart
Well I'm not sure how that would change from the override step. Override would just prevent core files from being overwritten. Correct me if I'm wrong, but the header controller contains the data needed by the language module. If I move the language module from the header template to the footer tem...
Jump to post- Sat Apr 24, 2010 2:11 am
- Replies 20
- Views 8366
Re: Extending OpenCart
Perhaps now it is time to begin looking at that again. That would be great, it would allow a whole other level of customizability. That said, I'm extremely impressed with OpenCart, I've just completed my first fully customized template, it's just the inability to move code between files that's prev...
Jump to post- Sat Apr 24, 2010 1:41 am
- Replies 20
- Views 8366
Re: Extending OpenCart
I'm new with OpenCart, so does this mean I have to move the corresponding code from the header controller to the footer controller, or is there an easier/safer way? Specifically I'm referring to the language and currency dropdowns.
Jump to post- Sat Apr 24, 2010 1:35 am
- Replies 20
- Views 8366
Re: Extending OpenCart
Has there been any progress on the overrides idea? I've seen threads stretching back a couple of years, but so far no luck finding anything about it in the documentation. The reason I ask is I want to move a bunch of stuff from the header templates to the footer templates because I find the default ...
Jump to post- Sat Apr 24, 2010 1:10 am
- Replies 20
- Views 8366
Contributions search
Hi,
I've never been able to use the Contributions search function on this site. I enter my query, hit submit and nothing happens. Any chance of that being fixed? I'm using Safari 4.0.5 Mac.
Thanks Mucus
- Thu Apr 22, 2010 2:24 am
- Replies 1
- Views 519
Search found 9 matches