You are here: Home
Support site for Tips and Tricks HQ premium products
Thank you for answer.
Here are the two documentation i found :
http://payplug-php.readthedocs.org/en/latest/
http://payplug-developer-documentation.readthedocs.org/en/latest/#
so with that, i’m trying to use the WordPress Hook :
my idea is :
create a product with eStore.
create a page width custom fields : estore_product_id
create a template for this page who gonna create a payment link.
create an inp.php file who gonna send an email width transaction result and doing it if i have an affiliate cookie :
do_action(‘wp_affiliate_process_cart_commission’, array(“referrer” => $referrer, “sale_amt” =>$sale_amt, “txn_id”=>$unique_transaction_id, “buyer_email”=>$email));
But i’m not a wordpress developper so i’m not sure about how to build and use the init.php.