Page 2 of 3
Re: Payment method
Posted: 30 Sep 2025, 21:46
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.
Re: Payment method
Posted: 30 Sep 2025, 23:11
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!");
}
Re: Payment method
Posted: 06 Oct 2025, 15:55
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.
Jan
Re: Payment method
Posted: 06 Oct 2025, 16:09
by landed
Can you ask the developers (I thought you were the dev actually) what hooks we can use please.
Re: Payment method
Posted: 07 Oct 2025, 01:47
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
Re: Payment method
Posted: 07 Oct 2025, 12:27
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.
Re: Payment method
Posted: 08 Oct 2025, 16:12
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
Re: Payment method
Posted: 08 Oct 2025, 17:48
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.
Re: Payment method
Posted: 14 Oct 2025, 16:01
by landed
So it doesn't appear actively supported. Feeling pushed away.
Re: Payment method
Posted: 14 Oct 2025, 16:22
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