Jump to content

icee

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

icee's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, It would be of much help if I could find out from what this code came from (original prestashop code or modules). I found something related to this: LINK Also, can anyone explain to me what is the function of tools.php in Prestashop ? I did not found any documentation on this. Regards,
  2. Hello, I know a bit of programming, but not so much php. I need to change the normal order number that appears in the invoice to another column in the SQL table. The table where this new number is located is `ps_orders` and the column is named ' mp_order_id '. The problem is that I dont know how to make the query and what to edit. Thank you for help,
  3. Hello, I happen to have a problem with tools.php This error is filling up the error log and taking vast amounts of storage space: PHP Warning: preg_replace(): Compilation failed: invalid range in character class at offset 24 in /home/.../public_html/prestashop/prestashop/classes/Tools.php on line 1150 I have this code on line 1150: $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]-\pL]/u', '', $str); Any idea about what could be causing it ? Thanks in advance,
  4. icee

    About hooks

    Today I found out that the simple accessing of the module settings page re-hooks the function.
  5. icee

    About hooks

    The exact details are: Installed a module that syncs with another marketplace; That module had a function that I din not want; Asked the developer how to disable it; Disabled it from Prestashop UI; It seems it automaticlly re-hooks; Here I am asking why is that happening. If you need something more, please tell me.
  6. icee

    About hooks

    No it wasn't reinstalled. Maybe I just saved some settings in the module configuration. I'm not sure if after that it re-hooked by itself.
  7. icee

    About hooks

    I didn't do anything to the code.
  8. icee

    About hooks

    I unhooked a module function from prestashop.
  9. Hello, I've come here for your expert opinion about hooks. For start I have a very basic question: Is it possible that if I unhook a module function, somehow the module will be hooked again by itself ? I unhooked the function from the GUI of Presta. Thanks, icee
×
×
  • Create New...