Trouble adding Woocommerce payment processors to my PHP,

CPANathan

Elite Member
Jr. Executive VIP
Jr. VIP
Joined
Jul 9, 2019
Messages
2,496
Reaction score
9,035
Have this info here about how it links to our cart and checkout pages;

1626605927448.png


But it really does give me no information on where I've to go to sign up for all this... Woocommerce have this plugin here; https://woocommerce.com/products/woocommerce-paypal-payments/?quid=c2f024e119ea2db2882d66d1aece0d88

But I can't find any code, seems to just be for Wordpress. Am I looking at this wrong? Where do I go to find what needs being done?
 
May be best posting a HAF thread for someone more knowledgeable to help. :)
 
What are you trying to achieve here? WooCommerce requires a Wordpress site to accept payments. If you have a regular php based site and want to accept payment then use a php library for PayPal or other payment processor like stripe. Here’s a look at the PayPal sdk https://developer.paypal.com/docs/api/rest-sdks/.
 
What are you trying to achieve here? WooCommerce requires a Wordpress site to accept payments. If you have a regular php based site and want to accept payment then use a php library for PayPal or other payment processor like stripe. Here’s a look at the PayPal sdk https://developer.paypal.com/docs/api/rest-sdks/.
Why would someone on ThemeForest sell a template linked to WooCommerce if it's not accepted...

I want to die.

@Crazycam727 what would I be requesting bro? https://themeforest.net/item/fisto-...ries-store-html5-responsive-template/29934331 This is what I'm editing.
 
Why would someone on ThemeForest sell a template linked to WooCommerce if it's not accepted...

I want to die.

@Crazycam727 what would I be requesting bro? https://themeforest.net/item/fisto-...ries-store-html5-responsive-template/29934331 This is what I'm editing.

It’s just CSS they probably ripped from WooCommerce and should not impact you accepting payments. If you’re not using WP and are coding this site by hand using an HTML template then you need to implement the server side logic to handle carts, checkouts, and payments yourself using php.
 
Thanks guys, was spun out on this one.
 
Back
Top