diff --git a/README.md b/README.md index cbe8991e4920fa395b3c10e7301e5a17add2d527..b59dc8ea8f8f687999555290ea0df8aabb774c66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Order Simple Checkout -Fast and simple checkout for orders +; + +The QUIQQER Simple Checkout plugin is a seamless extension for your QUIQQER system that simplifies and speeds up the +checkout process. With this plugin, your customers can complete their purchase on a single page, eliminating multi-step +processes. It is ideal for services or online stores that offer a small selection of products or items with low +complexity. The simple checkout provides a clear and straightforward user experience, allowing visitors to complete +their transactions quickly and easily. Benefit from a more efficient checkout that increases customer satisfaction and +makes it easier to complete purchases. Package Name: @@ -35,25 +42,3 @@ License - GPL-3.0+ - PCSG QEL-1.0 - -```javascript -require([ - 'package/quiqqer/order-simple-checkout/bin/frontend/controls/SimpleCheckoutWindow' -], function(w) { - const Checkout = new w({ - products: [ - { - id: 1, - quantity: 2, - fields: {} - }, { - id: 9, - quantity: 1, - fields: {} - } - ] - }); - - Checkout.open(); -}); -``` \ No newline at end of file diff --git a/bin/images/Gitlab.png b/bin/images/Gitlab.png new file mode 100644 index 0000000000000000000000000000000000000000..7d623436ebe7c10eda7e15cc73daff7523f17f78 Binary files /dev/null and b/bin/images/Gitlab.png differ diff --git a/bin/images/Logo.png b/bin/images/Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..f28dd45db852321c4b58857f5f62d3b7b242db2f Binary files /dev/null and b/bin/images/Logo.png differ diff --git a/bin/images/Readme.png b/bin/images/Readme.png new file mode 100644 index 0000000000000000000000000000000000000000..aa638cfafa82d2ce23807b816172a1a5cd74b618 Binary files /dev/null and b/bin/images/Readme.png differ diff --git a/package.xml b/package.xml index 29b8ebcc3cd25739145f590b0bc6f9de43676575..5ccc6b9390eee96650f6906d8c70c740b97242c6 100644 --- a/package.xml +++ b/package.xml @@ -8,7 +8,21 @@ <locale group="quiqqer/order-simple-checkout" var="package.title"/> </description> - <provider> - </provider> + <image src="URL_OPT_DIR/quiqqer/order-simple-checkout/bin/images/Logo.png"/> + + <preview></preview> + + <support> + <email><![CDATA[support@pcsg.de]]></email> + <forum><![CDATA[https://community.quiqqer.com]]></forum> + <source><![CDATA[https://dev.quiqqer.com/quiqqer/order-simple-checkout]]></source> + <issues><![CDATA[https://dev.quiqqer.com/quiqqer/order-simple-checkout/issues]]></issues> + </support> + + <copyright> + <name><![CDATA[PCSG - Computer & Internet Service OHG]]></name> + <license><![CDATA[GPL-3.0+]]></license> + <license><![CDATA[PCSG QEL-1.0]]></license> + </copyright> </package> </quiqqer> \ No newline at end of file