Closed (fixed)
Project:
Commerce Cart Advanced
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2023 at 11:09 UTC
Updated:
9 Jan 2024 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jofitzCreate patch
Comment #3
krystalcode commentedThanks for the patch.
I will not merge this until it is actually tested and found to work with Drupal 10, I do not want to mark it as Drupal 10-compatible if it actually still has incompatibilities. To install on Drupal 10 and test it, create a fork and install the forked version via composer.
I do not right now have an application that has already upgraded to Drupal 10 that uses this module so it may take me a while until I test it myself. Let us know how it works for you.
Comment #4
michelleI attempted to port this for a client but ran into issues and haven't gotten it working, yet. This is what Upgrade Status reports is needed:
Comment #5
alexis_mc commentedHere I leave an updated patch.
Comment #6
damienmckennaComment #7
krystalcode commented@alexis_mc Before I test this further myself, can you confirm whether you actually tested your patch on a working website? Or is it automatically generated patch?
This means dropping Drupal 8 support, which is fine at this point. The composer/info files need to be updated accordingly. I will create a new branch
1.xfor Drupal 9/10 which will be the main branch moving forward, and keep the current8.x-1.xin a deprecated case for the rare sites that still use Drupal 8.We'll need to inject this as a service in the constructor.
Comment #8
keshavv commentedThank you alexis_mc
Your #5 patch fixed almost all issues. But I found a few more.
Rerolled patch with more changes. It works for me.
Comment #9
keshavv commentedComment #10
keshavv commentedConfirmed that the patch added in #9 works perfectly.
Thank you.
Comment #15
krystalcode commentedComment #16
krystalcode commentedComment #17
krystalcode commented