Express Checkout for CS-Cart

Hi,

is there a way to create a button on the product page that links directly to the checkout and add the product to the cart.

I have tried an own dispatch and in this dispatch I use
fn_add_product_to_cart($product_data, $cart, $auth);

But this doesn’t work.

Can anyone help?

Best Regards

Do you mean PayPal Express Checkout?

No I mean a button on the product page which links directly to the checkout page. Without PayPal.

Maybe you can consider using “Call requests” functionality? It lets customer quickly leave an information about order without proceeding to checkout. The information can be processed later into an order.
Or that’s not what do you need?

1 Like

If the Call requests feature does not suit you, custom development work is required to solve your task

1 Like

Yes I want a custom development, I want a custom dispatch but I doesn’t get the product to the cart.

fn_add_product_to_cart($product_data, $cart, $auth); this function doesn’t work

I have found an addon that solve the problem.

Thank you all.

1 Like