Jump to content

mobasher

Member
  • Posts

    4
  • Joined

  • Last visited

About mobasher

mobasher's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, we are developing an add-on that get variables/input from customer when he/she do choosing product/services. so we need to get several input from client. i search the sites and find nothing on this topic. how can i add the page after product selection. and passing parameter between them. any help will be appreciated Best regards
  2. let me be descriptive, the code is like this function smartermail_addonactivation($vars) { //code } add_hook("AddonActivation", 1, "smartermail_addonactivation"); the first time i accept the order, the hook is called, but we i cancel the order and want to reactivate it, the hook don't called and it is activated in the UI.
  3. Hi. I need to get hook call after reactivation of canceled order ex. 'AddonActivation' but it go straight and activate it, without calling hooks. any Ideas? Best regards Mobasher
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated