Payment method

Phoca Cart - complex e-commerce extension
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

Hi
I am still very much interested in fixing this. What is happening is that I select stripe as the payment option then I can check the terms and conditions and then Confirm Order. The order goes through with a success message without getting a form for the card details or redirection. It is set to test mode in Stripe using the sandbox credentials.

My concern is that I would like an inline form for the credit card form. And stripe do provide a JS option so this happens on their server for credit card details.

Is this possible with the way Phoca Cart works? Or do we need to redirect always as paypal does. Thank You.
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

The plugin isn't running though it is looking ok in Joomla backend and phoca cart backend recognises it in the settings.

For some reason no methods are working:

class plgPcpStripe_standard extends CMSPlugin
{
protected $name = 'stripe_standard';

public function __construct(&$subject, $config)
{
parent::__construct($subject, $config);
$this->loadLanguage();
}

public function onAfterInitialise()
{
die("✅ Stripe plugin is loading now!");
}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49111
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment method

Post by Jan »

Hi, I don't think onAfterinitialise is running in Phoca Cart, hard to say, there are specific events for Phoca Cart but never tested onAfterinitialise. :idea:

Jan
If you find Phoca extensions useful, please support the project
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

Can you ask the developers (I thought you were the dev actually) what hooks we can use please.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49111
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment method

Post by Jan »

Just see the main example - the PayPal plugin, there you can see exactly what events are used and for which action they are used.

Jan
If you find Phoca extensions useful, please support the project
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

That isn't working because I want an inline solution.

You are again telling me I can't extend the software to something more useful.

Joomla really needs a good cart and yours could be the best, but there is not the ability to fix these things. The off the shelf Stripe plugin redirects and doesn't offer an inline solution that is clean. And you keep paying yearly for a less than neat solution.

Feel pushed away from getting the ideal solution.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49111
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment method

Post by Jan »

Hi, I don't exactly understand what do you mean with inline solution? As I get the info from users who use the Stripe payment plugin, there are no issues regarding payment.

But maybe I don't correctly understand what do you exactly mean?

Jan
If you find Phoca extensions useful, please support the project
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

I want the form in the checkout page, I don't want to be redirected to a payment gateway such as PayPal or Stripe. Where are the developers of Phoca Cart? Sadly I am being pushed away from the product. I prefer to pay for Phoca Cart not to pay 3rd party Stripe plugin.
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 181
Joined: 15 Sep 2023, 10:51

Re: Payment method

Post by landed »

So it doesn't appear actively supported. Feeling pushed away.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49111
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment method

Post by Jan »

Hi, sorry but I really don't understand what do you exactly mean? I am developer of Phoca Cart but I really don't understand what do you exactly mean? What exactly is not actively supported? If you don't want to be redirected to payment gateways, just create payment method in Phoca Cart which does not use payment gateways (like bank transfer, or cash on delivery, etc.).

Jan
If you find Phoca extensions useful, please support the project
Post Reply