Jump to content

Не загружается шаблон страницы товара


Recommended Posts

добрый день.

перестал грузится шаблон страницы товара

http://ses-creative.ru/products/moj-pervyj-plastilin-4-tsv-otverdevayuschij

делал изменения в файле api/products.php

и после этого не грузится шаблон.

на данный момент залил из архива с движком этот файл.

Link to post
Share on other sites

включите показ ошибок на сервере.

Скорее всего чего то в api/products.php напортачили 

включил.

ругается вот на это

 

public function get_related_plugin($params, &$smarty)
	{
		/*if(!isset($params['old']))
			$params['old'] = 1;*/
		if(!empty($params['var']))
		{
			foreach($this->products->get_rels_product($params) as $p)
				$products[$p->id] = $p;
Link to post
Share on other sites

не знаю, может скорее в платный раздел надо писать.

но кто готов исправить все? плюс вернуть старый функционал.

все моменты я опишу, что надо дописать.

Link to post
Share on other sites

в api products нет функции  get_rels_product

 

если она какая то особая - то создайте. 

А вообще я думаю там должно быть 

 

foreach($this->products->get_products($params) as $p)
Link to post
Share on other sites

то ТС просто код не дописал. Исходя из ссылки в топе там - то что я написал: 

 

Fatal error: Call to undefined method Products::get_rels_product() in /var/www/ses-creative.ru/view/View.php on line 178

Link to post
Share on other sites

то ТС просто код не дописал. Исходя из ссылки в топе там - то что я написал: 

 

Fatal error: Call to undefined method Products::get_rels_product() in /var/www/ses-creative.ru/view/View.php on line 178

закоментировал

foreach($this->products->get_rels_product($params) as $p)

и заработал шаблон.

надстройка с Товар в подарок видимо не заработает, т.к. я в этом файле ее функцию удалил.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...