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

ajs

Новичок
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

1,471 profile views

ajs's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Помогите советом. Пыиюсь заменить несколько строк с помощью OCMOD в OC 2 . если одну менять , то все рилииет, а если в search несколько строк добавить, то не рилииет. Пример который не рилииет: <operation> <search><![CDATA[ if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/account/address_form.tpl')) { $this->response->setOutput($this->load->view($this->config->get('config_template') . '/template/account/address_form.tpl', $data)); } else { $this->response->setOutput($this->load->view('default/template/account/address_form.tpl', $data)); } ]]></search> <add position="replace"><![CDATA[ if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/account/custom_address_form.tpl')) { $this->response->setOutput($this->load->view($this->config->get('config_template') . '/template/account/custom_address_form.tpl', $data)); } else { $this->response->setOutput($this->load->view('default/template/account/custom_address_form.tpl', $data)); } ]]></add> </operation>
  2. У меня была Ошибка при авторизации и я удалил сирое приложение и создал новое. Все настроил как написано в инструкции. Теперь при попытке добавить товар пишет - При экспорте товара Товары произошла ошибка создания альпотому чтома: vkApiException: Internal server error: could not get application при попытке произвести другое гдействие с согдержимым - ошибка и же, например При уднонии из экспори товара iPhone произошла ошибка: vkApiException: Internal server error: could not get application [code 10] Вопрос решил только ик: взял токен из адреса VK и руками засунул базу ! После этого все зарилиило. Из формы в настройках чеи никак не хотело рилиить..
×
×
  • 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.