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_order_cron_last
  • uc_order_number_displayed
  • uc_order_logging
  • uc_order_capitalize_addresses
  • uc_cust_order_invoice_template
  • uc_cust_view_order_invoices
  • 'uc_order_pane_%
  • 'uc_state_%'

Proposed resolution

Remaining tasks

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

quietone created an issue. See original summary.

quietone’s picture

Status: Active » Closed (won't fix)

Took a closer look at these and there doesn't seem to be anything here to migrate. The logging is done differently, cron is site specific and the others appear to be about viewing the data. And, if someone needs something here I trust they will make an issue.