Problem/Motivation

Decide if any of the variables used in ubercart cart module need to be migrated. And, if so, the destination.

The variables I found are:

  • uc_li_tax_weight
  • uc_li_tax_subtotal_weight

Proposed resolution

swickham reports in #2 that these variables are not used.

Remaining tasks

None.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

quietone created an issue. See original summary.

swickham’s picture

  • uc_li_tax_weight
    • This variable never actually gets set anywhere in UC6 so it looks like it never really served its intended purpose which was for determining the order a taxes are displayed on screen, and is not a feature in Commerce 2.x.
  • uc_li_tax_subtotal_weight
    • Same deal as above, also not needed.
quietone’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

@swickham, Thanks for that. Since there is nothing to do here, closing the issue.