- Issue created by @hstrindb
- ๐ฎ๐ณIndia Rajas Samse
Rajas Samse โ made their first commit to this issueโs fork.
- Status changed to Needs review
9 months ago 11:34pm 18 February 2024 - last update
9 months ago Patch Failed to Apply - ๐ฎ๐ณIndia Rajas Samse
Added customization options for the cart block:
- Users can now choose the cart icon color (black or white).
- The selected icon color is dynamically used in the block.
- Maintained existing configuration for displaying cart contents in a dropdown.
On line 110 of CartBlock.php you can add more color optionsresolved issue, please review
- Status changed to Needs work
9 months ago 3:12pm 19 February 2024 - ๐บ๐ธUnited States SocialNicheGuru
Is this the right patch for this issue? What is Packethub?
- ๐ธ๐ชSweden hstrindb
This looks like a patch for a README.md file. It begins:
diff --git a/README.md b/README.md index 1a201e7..f8e0215 100644 --- a/README.md +++ b/README.md
- Status changed to Needs review
9 months ago 8:30am 23 February 2024 - last update
9 months ago 774 pass, 4 fail - ๐ฎ๐ณIndia Rajas Samse
I apologize for mistakenly submitting the wrong patch to your issue. I've corrected it promptly. Sorry for any inconvenience. @SocialNicheGuru, Packethub is a theme. I was working on Packethub issues, and by mistake, I submitted a Packethub patch to this issue.
please review
- ๐ธ๐ชSweden hstrindb
The patch works!
It allows for selecting either a black or a white icon.Commerce comes with a set of icons of different colors, one green, one blue, and so on.
So an improvement would be to be able to select any of these.But this is already awesome, many thanks!
- Status changed to RTBC
9 months ago 7:46am 5 March 2024 - Status changed to Needs work
9 months ago 8:50am 5 March 2024 - ๐ฎ๐ฑIsrael jsacksick
Patch has extra empty spaces, and tests are failing... Patch is missing a change to
defaultConfiguration()
as well.