Announcement

Collapse
No announcement yet.

Exporting orders for Parcelforce

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Exporting orders for Parcelforce

    Hi

    We want to use the batch process tool in Parcelforce.com, to save time, but;
    When we run "export orders" and import the "persons" file into Parcelforce, it prints labels for both the Invoice and billing addresses. We need to generate a report that only shows delivery addresses, or to tweak the Parcelforce import process.

    Has anyone had any experience of this?

    Thanks
    Dave

    #2
    You could write a query in access to do this, there is a field in the order table called DeliverContactID which contains the ID for the delivery address for this order in the person table, so join that field to persons, select the appropriate order status and then export the query to csv file.

    I think that codepath have a plugin for transferring orders to parcelforce (www.codepath.co.uk), failing that you can get this information from one of our plugins, these two would both do it :

    One Stop Marketing : extracts order details to CSV

    http://www.mole-end.biz/acatalog/One...or_Actnic.html

    One Stop Order Processing Advanced, : has a fully customisable order export function

    http://www.mole-end.biz/acatalog/One...rocessing.html

    Regards,
    Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
    Visit our facebook page for the latest news and special offers from Mole End

    Top Quality Integrated label paper for Actinic and Sellerdeck
    A4 Paper with one or two peel off labels, free reports available for our customers
    Product Mash for Sellerdeck
    Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
    Multichannel order processing
    Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

    Comment

    Working...
    X