sschreier / sschreierimprovingcheckout
improvement of the checkout
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Twig
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
This package is auto-updated.
Last update: 2025-05-05 12:41:47 UTC
README
An extension to improve the checkout.
For example, the visitor can be shown a progress bar (based on the Bootstrap Progress component) in off canvas shopping cart and the normal shopping cart, which shows in real time the remaining amount until free shipping. If necessary, you can change the background color of the progress bar and the progress. In addition, an animation can be displayed in the progress bar and a truck icon can be displayed before the text.
It is also possible to hide the input field for a voucher code in off canvas shopping cart and the normal shopping cart.
The display of the input field for a product number can also be prevented in the normal shopping cart.
how to use it
shipping method settings
- go to "Settings", "Shop" and "Shipping" and open a shipping method, for example "Standard"
- switch to the area "Unrestricted"
- select the property "Cart price" for the price matrix
- add a pricing level via the button "Add pricing level" for a cart price for example from "0" to "38.99" euro with "3.99" euro shipping costs
- add a second pricing level for a cart price from "39" euro to "infinite" with "0" euro shipping costs
- click on the button "Save"
Possible configurations for the free shipping progress bar
- select if the free shipping progress bar should be shown in the off canvas shopping cart
- select if the free shipping progress bar should be shown in the shopping cart
- select the background color of the progress bar (*1)
- select the background color of the progress (*1)
- select if an animation should be shown
- set the text of the hidden headline via snippet
- select if a truck icon should be shown before the text
- set the text until free shipping is reached via snippet
- select if the success message should be shown
- set the text when reaching free shipping via snippet
Possible configurations for the input field for a voucher code
- select if the input field should be shown in the off canvas shopping cart
- select if the input field should be shown in the shopping cart
Possible configurations for the input field for a product number
- select if the input field should be shown in the shopping cart
Available snippets
- sschreier.improvingcheckout.freeShippingProgressBar.headline
- sschreier.improvingcheckout.freeShippingProgressBar.textUntilIsReached
- sschreier.improvingcheckout.freeShippingProgressBar.isReached
Some changes in the settings within the configuration are not immediately visible in the frontend of the shop
After changing settings specifically for the appearance of the free shipping progress bar (*1), the theme must be recompiled, for example by saving the theme in the administration:
- Switch to "Content" and "Themes"
- Select the active theme
- Click on the button "Save"
How to install the extension
via zip and console (recommended)
- Download the latest SschreierImprovingCheckout-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingCheckout.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingCheckout
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierImprovingCheckout"
}
],
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierimprovingcheckout
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingCheckout
via https://packagist.org
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierimprovingcheckout
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingCheckout
via zip upload
- Download the latest SschreierImprovingCheckout-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingCheckout.
- Zip the folder to SschreierImprovingCheckout.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierImprovingCheckout-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingCheckout.
- Zip the folder to SschreierImprovingCheckout.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.