Meli
New member
- Joined
- Jun 13, 2024
- Messages
- 3
- Points
- 1
I am running a SMM Shop on Wordpress using Woocommerce. I would like to offer PayPal as a payment processor, but keep getting banned. This is why I want to use a dummy page, which the checkout redirects to.
I did some research and found out that the easiest way to do that would be to write a Plugin, which prevents my normal checkout page from loading and instead redirects the customer from my MMO site to my wh site. For that it would need to also transfer the cart to the wh site.
Has anyone done something similar already and could help me figure out how to do this?
I don't want to buy a solution, since I'm currently studying computer science and think it's a good way to learn PHP, but I dont really know where and how to start.
Is my basic concept of having a Plugin, which uses the WP REST API to have the BH and WH site communicate fine?
I did some research and found out that the easiest way to do that would be to write a Plugin, which prevents my normal checkout page from loading and instead redirects the customer from my MMO site to my wh site. For that it would need to also transfer the cart to the wh site.
Has anyone done something similar already and could help me figure out how to do this?
I don't want to buy a solution, since I'm currently studying computer science and think it's a good way to learn PHP, but I dont really know where and how to start.
Is my basic concept of having a Plugin, which uses the WP REST API to have the BH and WH site communicate fine?