• Scofield

    (@john_scott)


    Hi!

    I have a webstore with about ~40 permanent coupons. Each one represents a promotion partner of us, and we pay them after coupon usage. I’d like to create a page where these partners can check how their coupons used (only the complete purchases) How can I do it? Is there any WooCommerce API code for this?

    Thanks for the help!

Viewing 1 replies (of 1 total)
  • anphira

    (@anphira)

    @john_scott are you using any other extensions for your partners such as an affiliate plugin? Many of those plugins generate various types of affiliate pages for affiliates to see information.

    Remember to put in your system report which displays all of your plugins.

    As far as building a custom page, you can create a page template, and code PHP. You’d need to have an association between the person’s logged in user account and which coupon code applies to them. Then use that info to filter the completed purchases and display the relevant info.

Viewing 1 replies (of 1 total)
  • The topic ‘Coupon usage page’ is closed to new replies.