Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

(no subject)

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


rayonnet at hotmail

Aug 22, 2009, 3:36 PM

Post #1 of 4 (875 views)
Permalink
(no subject)

Hello all:

Has anyone develop any api module for IC to connect and use postage printing companies such endicia and stamps.com? I am looking for a solution to automatically enter tracking numbers to each order. Entering such information manually is tedious. Thank you.

Raymond
_________________________________________________________________
Get back to school stuff for them and cashback for you.
http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1
_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


rayonnet at hotmail

Sep 2, 2009, 12:39 AM

Post #2 of 4 (741 views)
Permalink
(no subject) [In reply to]

Hi, All:

Is there a way within ic that can email ship notification for orders' status updated with odbc? I have connected mysql with odbc to update order status. I can change orders' status to shipped and archived them. However, no email will be sent. Thank you.

Best Regards.

Raymond
_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on Facebook.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009
_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


lists at gmnet

Sep 2, 2009, 5:03 AM

Post #3 of 4 (748 views)
Permalink
Re: (no subject) Send Email after updated record. [In reply to]

On Wed, 2009-09-02 at 00:39 -0700, Raymond Cheng wrote:
> Hi, All:
>
> Is there a way within ic that can email ship notification for orders' status updated with odbc? I have connected mysql with odbc to update order status. I can change orders' status to shipped and archived them. However, no email will be sent. Thank you.
>
> Best Regards.
>
> Raymond
> _________________________________________________________________
> Windows Live: Make it easier for your friends to see what you’re up to on Facebook.
> http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009


Maybe try running an IC "job" at the same time of your odbc update. You
can even put it in sudoers to let outside programs do all kinds of
things. Just put your code to look up customers and send emails to in a
file like "catalog/jobs/sendcustomeremail"

Then in sudoers put:
username LOCAL = (interchange) NOPASSWD: /usr/local/interchange-5.6.1/bin/interchange --runjobs=catalogname=sendcustomeremail

Now "username" can call this from the command right after an update.
/usr/local/interchange-5.6.1/bin/interchange --runjobs=catalogname=sendcustomeremail


Rick


--
This message has been scanned for viruses and
dangerous content by Green Mountain Network, and is
believed to be clean.


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


peter at pajamian

Sep 2, 2009, 5:24 AM

Post #4 of 4 (749 views)
Permalink
Re: (no subject) [In reply to]

On 09/02/2009 12:39 AM, Raymond Cheng wrote:
> Hi, All:
>
> Is there a way within ic that can email ship notification for orders'
> status updated with odbc? I have connected mysql with odbc to update
order status. I can change orders' status to shipped and archived them.
However, no email will be sent. Thank you.

If you're using odbc, then you're connecting directly to the database
and Interchange is not involved in that at all. Some options are to run
a cron job that checks for a status change every once in a while and
sends out the appropriate emails, use triggers in your db to send out
the emails or send out the emails from the connecting odbc application.
I'm not going to go into details about any of these, though.


Peter

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.