Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bex 444 posts 555 karma points
    Jan 25, 2012 @ 12:08
    Bex
    0

    Grouping orders by type either in sage pay or the backend

    Hi

    My client has asked that we give her the ability to group orders by type.
    I have two types, etickets and physical products.
    My Product data type has a "Product Type" property and product numbers are also prefixed by either T or P (or similiar).

    Is there a way of grouping on either of these in the orders backend? or being able to do a search by type? 

    If these aren't possible is there a way of passing the product type though to sage pay as a custom property so maybe they can be grouped by within sage pay? 

    Bex

     

     

  • Rune Grønkjær 1371 posts 3102 karma points
    Jan 25, 2012 @ 12:26
    Rune Grønkjær
    0

    Hi Bex,

    You could use the order status to categorize your orders. You would have to use the Tea Commerce .NET API to autoplace new orders in the correct order status.

    We did something like it when a customer wanted to be able to mark orders created by his own salesmen. They where put in a different order status than all the normal orders. That gave them a good overview of where their orders came from.

    /Rune

  • Bex 444 posts 555 karma points
    Jan 25, 2012 @ 12:38
    Bex
    0

    Hi Rune

    Thanks for the prompt reponse! 

    I never thought of doing it like that. That would definitely separate them out.

    Would the "WebshopEvents_AfterOrderFinalized" be the right place to do this?

    I shall check with my client and see if this will work for them.

    Becky 

     

  • Bex 444 posts 555 karma points
    Jan 25, 2012 @ 12:45
    Bex
    0

    I've just had a thought.. orders can contain both products and etickets.. Is there any way of doing something with individual order lines?
    They want to know how many etickets have been bought in comparison to products. 

  • Rune Grønkjær 1371 posts 3102 karma points
    Jan 25, 2012 @ 13:16
    Rune Grønkjær
    0

    Hi Bex,

    You might just want to make a frontend member login area for your client. There you can get all orders as xml, and then filter them any way you want.

    And yes. The "WebshopEvents_AfterOrderFinalized" will be a perfect place to do it.

    /Rune

Please Sign in or register to post replies

Write your reply to:

Draft