Results 138 comments of arnisjuraga

It is bad, I think... The main theme is always developing. It can be more functional, have fixed css. Most importantly - new added functionality views, or layouts or Bugs...

* [x] Dynamic menu +9999 :)

https://github.com/opencart/opencart/issues/5771

https://github.com/opencart/opencart/pull/5776

https://github.com/opencart/opencart/issues/5900#issuecomment-324659936

Multiple issues from @straightlight - [ ] Exit control in multiple files https://github.com/opencart/opencart/issues/6042 - [ ] Throw Exception standartization https://github.com/opencart/opencart/issues/6041 - [ ] Order editing https://github.com/opencart/opencart/issues/4294

Whoops is great for displaying errors, notices on screen. in Ajax responses, if there is an error, Whoops returns nice commented Header, which appears as first characters in error Alert,...

@CZechBoY noted the project: https://github.com/BurdaPraha/oc_tracy

I need to have `addStyle()` with "position" - header/footer, the same as for addScript(). Right now, `addStyle` already has 4 available parameters ``` $this->document->addStyle( $href, $rel = 'stylesheet', $media =...

Following Opencart example any plugin or controller can issue `$this->document->addStyle('path/to/or/url/file.css')` to include a stylesheet (or script with addScript, or `link` with addLink). Then, this list is populated int `header.tpl` or...