Forum Replies Created
-
AuthorPosts
-
August 31, 2014 at 12:20 am in reply to: $clienturl not recorded at API/remote-click-track.php (Tracking Clicks Remotely #65205netsuccessMember
Problem solved.
The clientbrowser also need to encode.
Thank You
August 27, 2014 at 5:39 am in reply to: Using an external landing page, but tracking it with plugin? #23094netsuccessMemberHi There,
This ‘External Landing Page’ forum post are posted 4 years ago.
Is there any additional function added to wp affiliate platform recently for the external landing page ?
Do we still need to develop our own code base on the API for the External Landing Page ?
netsuccessMemberI have try this :
SELECT * FROM wp_affiliates_sales_tbl
And it successfully browse the commission on ‘complete’ woocommerce order.
Which table keep the list of the pending/process orders ? Where do wpaffiliate keep the $referer data (before the transaction set to complete in woocommerce) ?
netsuccessMemberHi Admin,
Is there any possibility that we can manually browse the woocommerce order list including the wp affiliate commission using phpmyadmin ?
I use this query through phpmyadmin to browse the woocommerce orders :
SELECT * FROM
wp_posts
WHERE post_type = ‘shop_order’netsuccessMemberHi Admin,
Thank you for your answer.
We might need to delete the commission if the customer order using their own affiliate id.
Regarding my first question, is there a way we browse the woocommerce orders list, and show if any transactions are done through affiliate ?
August 16, 2014 at 2:51 am in reply to: WP Affiliate – How to use different commission level on Woo Commerce #64943netsuccessMemberWow thank you for your very quick response.
Thanks a lot.
-
AuthorPosts