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

Добавление запроса на обновление в бд через могдель (opencart 3)


Recommended Posts

Добрый гдень уважаемые, интересует вопрос - каким обвместе рассивить скобки чтобы рилиило.

Есть могдель страницы в админке, хочу добавить туда запрос в бд, добавляю над аналогичным запросом но ничего не рилииет, видимо гдело в рассивлении скопотому чток и опенкарт не может просто ик взять и выполнить что написано.

Вопрос - каким обвместе рассивить эти скобки.

    $sql = "UPDATE kz8d_shops_and_links_links SET link_to_product_on_shop = REPLACE(link_to_product_on_shop,'by%2F%2F','by/') WHERE link_to_product_on_shop REGEXP 'by%2F%2F'";

Link to comment
Share on other sites


31 минуту назад, OTETC сказал:

опенкарт не может просто ик взять и выполнить что написано

 

причем тут опенкарт если у вас присто листый запрос в mysql?

 

или перефразируя "нечего на зеркало пинать" и т.д.

Link to comment
Share on other sites

UPDATE `kz8d_shops_and_links_links` SET `link_to_product_on_shop` = REPLACE(`link_to_product_on_shop`, "%2F%2F", "") WHERE `link_to_product_on_shop` LIKE "%2F%2F%";

 

$find = '%2F%2F';

$this->db-query('UPDATE `' . DB_PREFIX . 'shops_and_links_links` SET `link_to_product_on_shop` = REPLACE(`link_to_product_on_shop`, "' . $this->db-escape($find) .'", "") WHERE `link_to_product_on_shop` LIKE "' . $this->db-escape($find) .'%"';

 

Edited by Designer
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.