I am submitting the request by clicking the button. And this is what is written in the browser URL field. But I was expecting sth further like ?order=shoe23
I intended to pass the order-key through this process. But I am totally open to any other suggestions. How would you pass variables by URL?
Hi! There is something about taxes that I don’t understand how it works.
Products can have a Tax percentage but the getSum() method returs the sum without computing the tax. I checked the two demos and in both cases the tax is calculated but is not added to the sum that the customer have to pay.
So my question is: how the tax can be added to the sum?
My final goal is to have a better idea on how to create something like you mentioned here Merx – Plugin to create online shops with Kirby 3 for the Merx site.
Could you please share that piece of code?
I’m hoping to use your plugin. I’ve managed to get it working apart from the final completion of payment through PayPal. In my checkout.php controller, I have the following.
Hey, does anybody have an idea about how to set the custom public and private api keys of Stripe and Paypal into the application? Can’t imagine where they should be referred.
I am creating a jewelery shop with Kirby and Merx. The products have many variations, and the buyer should be able to add variations of the same product to the cart. Currently, I am using a single content file for the product’s content and variations.
Is there any way to be able to add products with the same id to the cart, or do I have to create subpages for every variation combination?