Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

samwize

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

samwize's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Скачал Override Engine for OpenCart 3.x - усиновилВ проэтоссе проверки выяснилось, что для всех контроллеров Override Engine возвращает одно и тоже неправильное значение $template_nameнапример: PHP: class addon_1_ControllerProductSearch extends ControllerProductSearch{ public function preRender( $template_buffer, $template_name, &$data ) { print($template_name);exit; } } $template_name - {theme}/template/product/buyclick_form.twigто же самое для ControllerProductProduct PHP: class addon_1_ControllerProductProduct extends ControllerProductProduct{ public function preRender( $template_buffer, $template_name, &$data ) { print $template_name;die(); return parent::preRender( $template_buffer, $template_name, $data ); } } $template_name - {theme}/template/product/buyclick_form.twigПомогите плз!
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.