Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bluey80

    (@bluey80)

    I’m not sure what you mean — do you want WP to store all orders for an admin to see? Or do you want customers to see their order history? In either case, SCABN doesn’t have access to that information. Once it passed the customer off to Paypal, it doesn’t know if the order gets placed, etc. For a order log, you’ll need to use Paypal or something that interacts with Paypal (IPN for example).

    Thread Starter bonz

    (@bonz)

    hi,
    thanx for the answer.
    paypal ipn is already actived, but is not what i mean
    what i mean is the possibility to know how much songs with the same title i have sold
    example:
    | Items…….| Quantity | Sub Total
    | yesterday.| 10……… | €10……

    do you know some plugins can interact with scabn for that i need?
    thanx again

    Plugin Author bluey80

    (@bluey80)

    I still think SCABN can’t know what you want because it doesn’t know what orders actually get placed, only when someone redirects to the checkout page on Paypal. Also I’m not sure were to display this information (admin page on WP?). I would think it would be simpler / better to put this with whatever is handling your IPN in the first place, so when you get an order it dumps the order into a database.

    If you want do access this info within WP, you could have your IPN processes script push data to the WP database and have some WP plugin read that database.

    Thread Starter bonz

    (@bonz)

    ok,
    thanx for the answers
    i’ll try something

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Orders log’ is closed to new replies.