This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Shopware 6 CMS Plugins extend checkout #1829
meeshoogendoorn
started this conversation in
General
Replies: 2 comments 2 replies
-
That's a very interesting question! Here are my thoughts:
Like this it would be plug'n'play on the PWA. :) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey, EDIT: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, We are using a customer loyalty plugin and i created a shopware pwa plugin in Shopware 6 Plugin for this loyalty system.
See the following image for a preview:
The checkbox can be selected by the customer when they want to get some credits to get free offers.
This plugin is injected from Shopware 6 using
npx @shopware-pwa/cli plugins
.What is the best way to get the result of the checkbox if it is selected or not and keep it plug'n play?
The Shopware 6 plugin requires to send a parameter
piggyCollect: true
with the invokeCreateOrder request.Beta Was this translation helpful? Give feedback.
All reactions