I am making a "Send SMS" extension for my store whenever a customer sign up.
As opencart provides two ways for a customer to signup:
1. Create a account link
2. When customer tries to place new order, then customer sign up.
I am using below code for triggering the SMS event in my VQMOD...
Code: Select all
<search position="before"><![CDATA[$this->redirect($this->url->link('account/success'));]]></search>
(OPENCART VERSION 1.5.6.4)
Could somebody please help here..
Thanks