-
Custom Tax calculation on checkout
My b2b marketplace store. It has 4 stores and I want to integrate Tax calculation for my stores through ERP API calls. On checkout page after shipment step, I want to make API call to ERP by providing customer and their region. Based on this, ERP will provide me the Tax values. which will be visible to customer. How do I…
-
Action executed upon entering a CheckoutStep
I would like something to be prepared at checkout in my Spryker project. At first I thought about implementing this as CheckoutPaymentStepEnterPreCheckPlugin. Unfortunately, I have noticed that this plugin stack is executed every time ‘requireInput’ is queried, which is also called when e.g. generating breadcrumbs. This…
-
I want to know how to add a custom form on the shipment page.
Hey everyone, I'm new to Spryker and learning this amazing technology day by day. I want to add a new custom form on the shipment page and handle saving it to the database. Can anyone help me implement this?
-
Unique token to prevent multiple orders and unwanted quote validation
Dear Spryker Community, I hope this message finds you well! We’re currently working on a Spryker-based shop that utilizes a PWA for both mobile and desktop users. Recently, we’ve encountered two main challenges: Long quote validation times The risk of a cart being ordered multiple times To address the duplicate order…