Page 3 of 14 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 136
  1. #21
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    If you are using email archiving (Admin->Configuration->Email Options->Email Archiving Active?)
    and you do not want to archive your SMS message emails, edit the file

    includes/classes/observers/class.msg_owner.php

    and change "msg_owner" in the call to zen_mail to "no_archive", i.e.

    zen_mail('Shop Owner', $this->owner_phone, $email_title, $email_text, STORE_NAME, EMAIL_FROM, $empty_block, "no_archive",'');

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #22
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    Some people have asked for the ability to easily turn this feature off and on - for instance, off during the week and on during the weekend. I will release an updated version of SMS on Sale with this feature in early February.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #23
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Make a sale, get a text message

    why not just use the send extra order emails to and put in the [email protected]
    Zen cart PCI compliant Hosting

  4. #24
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    This is discussed in the FAQ. The trouble with this solution is that most providers limit their SMS messages to 100-200 characters, and with the regular Zen email, the body is truncated before anything interesting is printed. SMS on sale provides the key data in a short package.

    The FAQ is at http://www.thatsoftwareguy.com/zencart_sms_on_sale.html

    Scott
    Last edited by swguy; 28 Jan 2007 at 08:14 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #25
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    New version now available with the ability to turn off and on from the admin screen.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #26
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    If you are using Paypal IPN, you will need to do a bit of additional work to make SMS on Sale work. Edit the file ipn_main_handler.php at the top level of your store, find the line

    Code:
       $order->send_order_email($insert_id, 2);
    it's line 219 in 1.3.7. Change this to:
    Code:
       $order->send_order_email($insert_id, 2);
       require(DIR_WS_CLASSES . 'observers/class.msg_owner.php');
       $mo = new msg_owner();
       $mo->update($this, 'NOTIFY_CHECKOUT_PROCESS_AFTER_SEND_ORDER_EMAIL');
    Thanks to s_mack for taking the time to describe this approach in another thread.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #27
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Make a sale, get a text message

    i'm in canada and it works perfectly? just would like to tweek it?

  8. #28
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Make a sale, get a text message

    Fatal error: Cannot redeclare class msg_owner in /home/content/g/e/o/georgidesign/html/store/includes/classes/observers/class.msg_owner.php on line 2


    Hi guys,

    For some reason ive started to get this error and whatever i do i cant get my site to work now. I just re-inserted all the includes files on my server and since then im getting this fatal error.

    I know its beacuase of the SMS module coz the class.msg_owner.php is a part of the file.

    Can anyone helo me out with this??

    Thanks,
    AP

  9. #29
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Make a sale, get a text message

    There were several files involved in the install; you will need to back out all the changes. Delete the new files, restore the changed files.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #30
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Make a sale, get a text message

    Quote Originally Posted by swguy View Post
    There were several files involved in the install; you will need to back out all the changes. Delete the new files, restore the changed files.
    Just the files assosiated with SMS Module or all the changes i made to the original ZenCart?? I have customized almost all the modules to meet my requirements and design.

    Is there a way to just take out the SMS module completely and reinstall it??

    Thanks,
    AP

 

 
Page 3 of 14 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Replies: 2
    Last Post: 20 Feb 2013, 11:59 PM
  2. Color For The Sale Message
    By jaguarx in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2009, 07:03 AM
  3. Sale Text Message
    By ttmb33 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2009, 06:31 AM
  4. Replies: 14
    Last Post: 29 Sep 2007, 03:07 AM
  5. Sale Message goes here
    By zahoorahmad in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 May 2006, 07:19 PM

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