Jump to content

Search the Community

Showing results for tags 'execute'.

  • Search By Tags

    • execute ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. I use two functions in my custom code lets say function Query and function QueryLang The first one returns db::getInstance()->executeS($sql); In the second one after I prepare my query to include the respective _lang table, I call the first one but in bux fixing when I was doing var_dump($...
  2. Hello community, I want to execute some code when order is validated but I want to have access to some data from order. How I can achieve that? In my case I want to add something to actionUpdateQuantity and actionValidateOrder hooks in my module but I don't know how I should call for parametrs l...
  3. Hello, I have a question aobut hooks. Let me give you an example. I installed module "blockspecials" which is hooked to the "displayRightColumn" and nowhere else. I also searched all my tpl files and there are no "{$HOOK_RIGHT_COLUMN}" anywhere inside. But when I do: "echo 'test';" inside hook...
×
×
  • Create New...