Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: [RELEASED] Override Engine for OpenCart

I think this should work: <?php class add_convert_coin_menu_ControllerCommonColumnLeft extends ControllerCommonColumnLeft { public function preRender( $template_buffer, $template_name, &$data ) { if ($template_name != 'common/column_left.tpl') { return parent::preRender( $template_buffer, $temp...

Jump to post
  • Wed Dec 07, 2016 12:56 am
  • Replies 320
  • Views 198913
Re: [RELEASED] Override Engine for OpenCart

Can someone explain to me how to use override engine? i cannot find example to my question - how to access $this->error when i want to overrride validateForm()? ex. i want to add username field in admin, and add validating username exist in database Unfortunately the $this->error is private, theref...

Jump to post
  • Tue Dec 06, 2016 5:49 pm
  • Replies 320
  • Views 198913
Re: [RELEASED] Override Engine for OpenCart

Can someone explain to me how to use override engine? i cannot find example to my question - how to access $this->error when i want to overrride validateForm()? ex. i want to add username field in admin, and add validating username exist in database

Jump to post
  • Wed Nov 23, 2016 9:22 am
  • Replies 320
  • Views 198913

Page 1 of 1

Search found 3 matches