Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2012
    Location
    Kochi,Kerala
    Posts
    58
    Plugin Contributions
    4

    Idea or Suggestion SMS on Sale using clickatel

    Hi,

    Can anyone help me to convert the attached OSC addon to Use with ZC 1.5.0


    Vinod
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SMS on Sale using clickatel

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jul 2012
    Location
    Kochi,Kerala
    Posts
    58
    Plugin Contributions
    4

    Default Re: SMS on Sale using clickatel

    its using email to SMS method, According to my knowldge no-Service providers in India is giving email to SMS, thats why I insisted to converting this OSC addon

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SMS on Sale using clickatel

    But it has the framework; all you need to do is bring the clickatel logic over to replace the email logic.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jul 2012
    Location
    Kochi,Kerala
    Posts
    58
    Plugin Contributions
    4

    Default Re: SMS on Sale using clickatel

    Quote Originally Posted by DrByte View Post
    But it has the framework; all you need to do is bring the clickatel logic over to replace the email logic.
    Thank you for the ignition DrByte, I am about to finish my second contribution to send sms using http API of service Provider. some finishing touches are pending

  6. #6
    Join Date
    Jul 2012
    Location
    Kochi,Kerala
    Posts
    58
    Plugin Contributions
    4

    Default Re: SMS on Sale using clickatel

    While I am adding the following code in Admin>Orders.php its not working(Not receiving SMS) t!. But its successfully working on Catalog side, Can you specity whats the cause?

    PHP Code:
    zen_mail($check_status->fields['customers_name'], $check_status->fields['customers_email_address'], EMAIL_TEXT_SUBJECT ' #' $oID$messageSTORE_NAMEEMAIL_FROM$html_msg'order_status');
               
                
    // BOF Send SMS to Customers on Order Status Change

                 
    $ch curl_init();
    $user=SMS_USER_ID;
    $passSMS_PASSWORD;
    $receipientno$order->customer['telephone'];
    $senderID=SMS_SENDER_ID
    $msgtxt"Dear ".$check_status->fields['customers_name'] . ",\n Your Order # ".$oID." Has been".$orders_status_array[$status] ."Thank you for Shopping with ".STORE_NAME;
    curl_setopt($ch,CURLOPT_URL,SMS_URL);
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
    curl_setopt($chCURLOPT_POST1);
    curl_setopt($chCURLOPT_POSTFIELDS"user=$user:$pass&senderID=$senderID&receipientno=$receipientno&msgtxt=$msgtxt&state=1");
    $buffer curl_exec($ch);
    curl_close($ch);

       
     
    //  EOF Send SMS to Customers on Order Status Change with status 
    Thanks in Advance
    Vinod

  7. #7
    Join Date
    Jul 2012
    Location
    Kochi,Kerala
    Posts
    58
    Plugin Contributions
    4

    Default Re: SMS on Sale using clickatel

    Quote Originally Posted by vkd1980 View Post
    While I am adding the following code in Admin>Orders.php its not working(Not receiving SMS) t!. But its successfully working on Catalog side, Can you specity whats the cause?
    no support for above problem

    any way , I am uploading the catalog side as new plugin on 21-Aug-2012,

 

 

Similar Threads

  1. SMS on sale how can I uninstall?
    By giuly in forum Addon Templates
    Replies: 4
    Last Post: 1 Sep 2009, 01:17 PM
  2. SMS On Sale
    By CnTGifts in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Jan 2009, 06:06 AM
  3. SMS On Sale trouble
    By hardtokill in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Mar 2008, 11:27 PM
  4. sms on sale
    By kitcorsa in forum General Questions
    Replies: 3
    Last Post: 8 Nov 2007, 04:05 PM
  5. sms on sale problem.
    By kristofvanmol in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Jun 2007, 10:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR