Page 1 of 1
Search found 5 matches
Re: (SOLVED) PHP Fatal Error: Allowed memory size of
Just thought I would share my experience. I had the same issue, I change php.ini file to 512M, increased execution tome and etc. When I made the changes it shows the changes on phpinfo but it still didn't work. So I logged in to Cpanel, Under Software/Services there's something called php.ini EzConf...
Jump to post- Tue Jun 03, 2014 5:24 pm
- Replies 22
- Views 78546
Re: Find method origin
Thank you, I never looked inside system folder before.
Really helpful
- Wed Apr 30, 2014 5:58 pm
- Replies 2
- Views 875
Find method origin
Hi, This is has been bugging me for a while. I want to know where this method is defined "getProducts", I have been searching for a few files but got no luck. foreach ($this->cart->getProducts() as $product) { The following is the entire catalog/controller/module/cart.php file where the above code i...
Jump to post- Wed Apr 30, 2014 5:40 pm
- Replies 2
- Views 875
Re: view variable not in controller $cart
Ok, so after some research I figured that with opencart you can actually define some controllers as children inside a controller, and with that you can simply echo the entire tpl by calling the childs controller name (inside the main tpl, which is header.tpl in my case). My controller header.php $th...
Jump to post- Tue Feb 11, 2014 3:28 am
- Replies 1
- Views 920
view variable not in controller $cart
Hi, Very New to OC, need a little light. I understand variables in view are declared in the controller, I downloaded and installed a theme successfully. Upon exploring the files I found header.tpl which contains a variable named $cart. This variable however is not declared in header.php. The variabl...
Jump to post- Wed Feb 05, 2014 1:57 am
- Replies 1
- Views 920
Search found 5 matches