Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Shipping Notifications - Multiple People - Based upon items ordered

    I have a non-profit I am working with. They have perhaps 30 items in the store in various categories. Because they are a volunteer organization there are products stored around town. Clothing might be at one persons house, bulky items at another, etc.

    At the moment I have all people involved getting a copy of the orders. What would be useful is a way to only email a copy of the order to a person to fulfill based upon the item or even the category it is in.

    Is anyone doing this? I thought that perhaps a drop-shipm,ent module might be able to send an order to specific people based upon the item.

    Any simple suggestions or I guess I can just leave all fulfillers on the distribution list.
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,688
    Plugin Contributions
    9

    Default Re: Shipping Notifications - Multiple People - Based upon items ordered

    i would look at this module i recently did:

    https://github.com/zencart/zencart/c...6a025cd86e1396

    i'm guessing it could easily be modified to do what you want. i would think that you are sending everyone a copy of the administrative email. you could then hook into this notifier:

    NOTIFY_ORDER_INVOICE_CONTENT_FOR_ADDITIONAL_EMAILS

    to turn on a flag, ie $this->change_email = true;, and then hook into this notifier

    NOTIFY_EMAIL_READY_TO_SEND

    and add code like:

    PHP Code:
    if ($this->change_email) {
      
    $p2->clearAddresses();
    // some process to figure out where the email address.
      
    $p2->addAddress('[email protected]');

    not impossible. little bit of coding knowledge could help.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Re: Shipping Notifications - Multiple People - Based upon items ordered

    Thanks, I'll look into it.
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

 

 

Similar Threads

  1. Shipping Cost Based On Item Category With Discount Per Multiple Items In Category
    By CFen in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Nov 2011, 07:05 PM
  2. Shipping based upon Category
    By Stumpy74 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Jan 2010, 05:52 PM
  3. Payment based upon shipping option
    By mrmyles in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 17 Aug 2009, 05:09 AM
  4. Shipping based upon quantity
    By jtjohnston in forum Built-in Shipping and Payment Modules
    Replies: 17
    Last Post: 22 Feb 2008, 08:40 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