Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Flint2000

Users
  • Posts

    2,636
  • Joined

  • Last visited

Everything posted by Flint2000

  1. Так тут https://regex101.com/ перевірку проходить, я копіпаст коду з оригінального файлу взяв
  2. Спеціально перечитував https://github.com/opencart/opencart/wiki/Modification-System Там же регуляркою можна вибірку зробити, регулярку написав на 2 рядки. А воно не хоче
  3. Для свої потреб роблю модифікатор і постало питання знаходження декількох рядків, а саме потрібно знайти і після нього додати певний код 'href' => $this->url->link('product/product', 'product_id=' . $result['product_id']) ); В модифікаторі прописав <file path="catalog/controller/product/category.php"> <operation error="skip"> <search regex="true"><![CDATA[#^(.*)'href' => \$this->url->link\('product\/product'(.*?)$\n^(.*)$#]]></search> <add position="after"><![CDATA[ if ($data['ns_on_off_category_page_fastorder'] == 1) { $data['ns_on_off_category_page_fastorder'] = ($result['price'] >= (int)$this->config->get('config_minprice')) ? 1 : 0; }]]></add> </operation> Але нічого не відбувається. Перевіряв регулярку на https://regex101.com/ все гаразд
  4. @florapraktik Подвійна конвертація на карті увімкнена?
  5. @malkush А з чого ви взяли, що у донора то саме фільтри, а не атрибути?
  6. Якщо шаблон платний, то він прив'язаний до домену
  7. А хто це читає ))). У мене є сайт, де статті писані тіпа "копірайтерами", то там морок суцільний. Кров з очей. А от це, що згенеровано - навіть читається безболісно
  8. Там дефолтний шаблон перероблений, здається
  9. @Yevhenii_7777 Ви використовуєте, а це працює тільки в php 8 str_contains
×
×
  • 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.