Page 1 of 1

Different Payment Methods for Different Products

Posted: 06 Jul 2023, 00:04
by NerdyPappy
I only have one payment method in place at this time, but I am researching using Stripe since it disperses payments to merchants.
If I do add another payment method, does Phoca Cart allow me to determine the payment method per product?
Or is this a choice a buyer makes at check-out?

I would like to leave all current products set to Paypal and have only a couple of products use Stripe.

Thanks,

Nerdy

Re: Different Payment Methods for Different Products

Posted: 06 Jul 2023, 11:19
by Jan
Hi, payments generally are assigned to whole cart. What do you e.g. when user buys two products (one assigned to payment method A, second to payment method B)? It is similar to delivery - one product is assigned to delivery A, second to delivery B but what happens when user buys both of them?

So generally, there are rules which can apply to whole cart only:
- amount rule
- zone rule
- country rule
- region rule
- shipping rule
- currency rule

Not product rules which just cannot fit logically :-( (and of course this is not valid only for Phoca Cart, this is generally condition).

Jan

Re: Different Payment Methods for Different Products

Posted: 06 Jul 2023, 20:37
by NerdyPappy
Thank you for explaining that, you have really helped with that!

I think I will move everything to Stripe and that will solve all of my issues.

Regards,

Nerdy

Re: Different Payment Methods for Different Products

Posted: 07 Jul 2023, 15:34
by Jan
Ok