Problem/Motivation
Most of the templates provided by Drupal commerce are ok out of the box.
But some need overrides for proper Bootstrap integration.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Capture d’écran de 2023-05-08 14-07-33.png | 97.37 KB | grimreaper |
| #7 | Capture d’écran de 2023-05-08 12-18-57.png | 8.09 KB | grimreaper |
| #7 | Capture d’écran de 2023-05-08 12-14-55.png | 48.25 KB | grimreaper |
| #5 | Capture d’écran de 2023-05-07 02-23-53.png | 27.61 KB | grimreaper |
| #5 | Capture d’écran de 2023-05-07 02-03-22.png | 27.16 KB | grimreaper |
Issue fork ui_suite_bootstrap-3355673
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
grimreaperNot merging yet.
I need to test with multiple coupons.
Also fieldset/details theming is already in a dedicated #3345265: details and fieldsets form elements.
Comment #4
grimreaperCSS needed on the login/register step for checkboxes.
Comment #5
grimreaperCheckout progress:
Before:
After:
Comment #6
grimreaperTo update if #3358650: Pattern: list group missing variants is merged.
Comment #7
grimreaperCart block:
Empty cart message:
Checkout layout, especially sidebar with card and coupons:
In addition to my comment https://git.drupalcode.org/project/ui_suite_bootstrap/-/merge_requests/8....
To add 2 classes to the "Go back" link in the checkout. I had to override a plugin, and so to put it in a module, so not possible to contrib it back... Here is the code for the record/example:
Comment #8
grimreaperAlso, details and fieldsets, will have to be handled in the dedicated issue.
Comment #9
pdureau commentedI didn't test with local instance, but the live demo you showed me today was OK.
Comment #11
grimreaperThanks!
Merged.