Is it possible to Integrate CPAbuild with Wordpress Woocommerce?

charles89

Registered Member
Joined
Mar 27, 2008
Messages
64
Reaction score
136
Hi guys,

Anyone here have experience with integrating cpabuild's content locker with wordpress woocommerce?

What I'm trying to do is like this:

People saw my product and want to get it. He can then add it to his shopping cart, and checkout. At the payment page, I will offer him two ways of paying for my product: with cash/paypal or filling offers from my cpabuild content locker.

If he choose the content locker path, he will then get a pop out window asking to complete some offers. When he's done, the pop out window will close, and my woocommerce will redirect him to the download page. He can download what he want there.

Now, is it possible to integrate woocommerce and cpabuild's content locker that way?

Appreciate your feedback and opinions on this.
 
Yes. with basic php knowledge you can edit that checkout page.
 
That's the hardest part as I don't know how to code PHP. :eek:

Btw, is it possible to use the callback function so that it will redirect to a certain page using javascript?

Code:
function CPABuildComplete(){
    alert("Offer Complete!")
}

E.g. exchanging that Alert function with window.open?

Code:
function CPABuildComplete(){
    window.open("https://www.destinationrURL.com");
}
 
I don't know why you complicate things ... just use a CPA button within you payement options!!
the button will popup your locked url (you get from your network cpabuild already offer url lockers)
in other word use url locker to the offer!!
just search for how to add botton in wordpress and you're good to go!!
 
there is no URL Locker for CPAbuild.com offer. That's why it became complicated :D

They only have content locker with hardcoded destination URL. The only way to use dynamic URL is to rewrite the callback function, so after completing the offers, the script will redirect the user to the page I want, without the need to generate a new code from the cpabuild's dashboard.
 
an other idea if you want is to add the CPA button in the product discription with emphasized font or image
 
Back
Top