Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Mar 2007
    Posts
    251
    Plugin Contributions
    6

    Default Interlink /Geopost Ship@Ease Export Module for Zen

    If anyone is interested i have written a file export module that can be used to create the automated files required by the Interlink/Geopost group Ship@Ease software.

    If there is interest i will submit for the downloads area.

    Kind Regards

    James

    www.janetsystems.com

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Hi James, I believe that there will be interest in this, and that this too would be well worth submitting to the downloads section.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Mar 2007
    Posts
    251
    Plugin Contributions
    6

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Now available to download!

    As i've written in the notes, i wrote this to fulfill my needs, not the masses, but will provide a great easy starting point to go from.

  4. #4
    Join Date
    Jun 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Hi James,

    We are really interested in using your module.

    We currently use the web interface for ship@ease through Interlink Express and I was unaware there was a standalone system for this.

    Did you have to request to use the standalone programme rather than the web interface?

    I asked Geopost customer automation but they seemed a little vague on getiing setup with this and said we would need an engineer to come and install the software.

  5. #5
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Long time since anyone has commented on this thread .. but

    I have just installed the mod and hoping to use it with a new project ,
    I have configured the shipping status to only go when its at level 2 processing . but it creates a file for an order that is still at Pending.

    am I missing something ?

    Thanks for any info.
    Various Zen cart sites !

  6. #6
    Join Date
    Mar 2007
    Posts
    251
    Plugin Contributions
    6

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Probably around line 75 in the shipease.php file

    change the line
    Code:
    if ($statustoship <SHIP_EASE_STATUS)
    to

    Code:
    if ($statustoship = SHIP_EASE_STATUS)
    Set the number that you wish to use for creating the files, i.e 1 normally is recieved orders, 2 is processing, 3 is dispatched etc.

    Hope this helps,

    James

  7. #7
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Thanks for the quick reply , gave me the hint I needed .

    changed the line 75 to

    PHP Code:
    if ($statustoship == SHIP_EASE_STATUS) { 
    Also removed some unwanted fields , now ready to implement shi@ease THANK YOU
    Various Zen cart sites !

  8. #8
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    I wonder is anyone can help out with some php Logic Syntax ? ( php not my strong point ! )
    I am having to adjust my SHip at ease output so that it does not include orders we are going to ship via royalmail .

    So I have added the line
    PHP Code:
    $shiptype $orders->fields['shipping_module_code']; 
    I now need to do a compare on that value .. so if $shiptype does not equal "royalmail"
    thats the bit I am strugling on ...

    PHP Code:
    if ($statustoship == SHIP_EASE_STATUS) and ($shiptype != "royalmail") { 
    Yep my syntax sucks and it errors.

    thanks.
    Various Zen cart sites !

  9. #9
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    solved it myself again !

    just missing some brackets it seems ...
    PHP Code:
    if (($statustoship == SHIP_EASE_STATUS) and ($shiptype != "free")) { 
    so now you could export your interlink file for only certain shipping types.
    Various Zen cart sites !

  10. #10
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Does anyone fancy re writing the export part of this mod to create the file in true CSV ?

    I have made as many modifications to is as I can , but stuck on creating the true CSV format so that the ship@ease program will recognise it without me importing into excel first and then saving as CSV .

    I think it could be as simple as adding in the line breaks but cant work out where to put this in .

    Get in touch .

    MARK
    Various Zen cart sites !

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Multiple Ship - From addresses for Shipping (UPS module)
    By samueljjs in forum Addon Shipping Modules
    Replies: 1
    Last Post: 22 Apr 2014, 03:03 PM
  2. Sage Line 50 Zen export module
    By Calljj in forum All Other Contributions/Addons
    Replies: 78
    Last Post: 15 Jan 2013, 11:07 AM
  3. Candapost Desktop EST Export module - does not export
    By oxxyfx in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Sep 2009, 02:11 PM
  4. Color key for ship module icons?
    By Woodymon in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 1 Jun 2007, 04:32 AM
  5. Miva to Zen Cart transition ease?
    By mikejs in forum General Questions
    Replies: 1
    Last Post: 1 Jun 2006, 11:48 AM

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