This issue to track progress porting this project to Drupal 8.x.

Comments

  • trobey committed 49cfbfe on 8.x-1.x
    Issue #2531888: Display form in dependencies tab.
    

  • trobey committed a1b1ab4 on 8.x-1.x
    Issue #2531888: Remove swap file.
    

  • trobey committed 6a97f58 on 8.x-1.x
    Issue #2531888: Add tables and integrate with dependencies form.
    

  • trobey committed 822d886 on 8.x-1.x
    Issue #2531888: Display select boxes for products.
    

  • trobey committed 059c7cf on 8.x-1.x
    Issue #2531888: Switch to PDO database API and fix checkboxes, radios...

  • trobey committed 840c590 on 8.x-1.x
    Issue #2531888: Add product attribute dependency test.
    

  • trobey committed 192494f on 8.x-1.x
    Issue #2531888: Port product classes.
    
trobey’s picture

Product attributes should be working. Product class attributes are implemented but it looks like attributes for product classes are not being displayed by Ubercart. The way product classes are implemented has been changed so I guess they still need to work on attributes. I still need to work on product kits.

  • trobey committed c67aeb1 on 8.x-1.x
    Issue #2531888: Improve product testing to using different input field...

  • trobey committed 1d9ef13 on 8.x-1.x
    Issue #2531888: Port fix for required radio fields and missing...
trobey’s picture

I implemented a fix to load attributes for product classes which should work until it is fixed in Ubercart.

  • trobey committed 1d719e9 on 8.x-1.x
    Issue #2531888: Add module for testing AJAXi functionality.
    

  • trobey committed 109067a on 8.x-1.x
    Issue #2531888: Add test for radios.
    

  • trobey committed 279c727 on 8.x-1.x
    Issue #2531888: Add test for checkboxes.
    
  • trobey committed e50445b on 8.x-1.x
    Issue #2531888: Fix bug in required attribute for checkboxes.
    

  • trobey committed 9ab4b17 on 8.x-1.x
    Issue #2531888: Add test for textfield.
    

  • trobey committed eb86926 on 8.x-1.x
    Issue #2531888: Add tests for product classes.
    

  • trobey committed 65b632c on 8.x-1.x
    Issue #2531888: Fix bugs with product classes.
    

  • trobey committed 4a68595 on 8.x-1.x
    Issue #2531888: Add tests for product kits.
    

  • trobey committed ecb35fe on 8.x-1.x
    Issue #2531888: Fix for problem caused by changes to Drupal core.
    

  • trobey committed a58d344 on 8.x-1.x
    Issue #2531888: Bug fixes for product kits.
    

  • trobey committed edc04b6 on 8.x-1.x
    Issue #2531888: Add test for product classes in product kits - select...

  • trobey committed b74761e on 8.x-1.x
    Issue #2531888: Add test for product class in product kit - checkboxes...

  • trobey committed 0b7a469 on 8.x-1.x
    Issue #2531888: Disable modification of the order edit form.
    
trobey’s picture

The add product button is not yet working in Ubercart. I have posted a patch #2600678: Add product button in order pane does not work.

  • trobey committed 18aa7ae on 8.x-1.x
    Issue #2531888: Fix for edit orders with select boxes.
    

  • trobey committed 1f5baa0 on 8.x-1.x
    Issue #2531888: Tests for edit orders with select boxes.
    

  • trobey committed a956efb on 8.x-1.x
    Issue #2531888: Add radios to edit orders.
    

  • trobey committed e30d0af on 8.x-1.x
    Issue #2531888: Add checkboxes to edit orders.
    

  • trobey committed ef1fd33 on 8.x-1.x
    Issue #2531888: Fix for uninitialized input array and added #attributes.
    

  • trobey committed 754c25d on 8.x-1.x
    Issue #2531888: Add textfield to edit orders.
    

  • trobey committed 20e61fa on 8.x-1.x
    Issue #2531888: Add product class with select boxes to order edit.
    

  • trobey committed 9ba2555 on 8.x-1.x
    Issue #2531888: Partial fixes for product kits for order edit.
    

  • trobey committed 3e56ad7 on 8.x-1.x
    Issue #2531888: Bug fix in product kit test.
    

  • trobey committed d3eb0a9 on 8.x-1.x
    Issue #2531888: Fix bugs in product kits caused by underlying changes."
    

  • trobey committed d8f1d0a on 8.x-1.x
    Issue #2531888: Consolidate select javascript code."
    

  • trobey committed b7a16cd on 8.x-1.x
    Issue #2531888: Consolidate radios javascript code.
    

  • trobey committed a1718f7 on 8.x-1.x
    Issue #2531888: Consolidae checkboxes Javascript code.
    

  • trobey committed 733e11b on 8.x-1.x
    Issue #2531888: Consolidate textfield Javascript code.
    

  • trobey committed 4eccf74 on 8.x-1.x
    Issue #2531888: Code cleanup.
    
trobey’s picture

Status: Active » Closed (fixed)
trobey’s picture

Status: Closed (fixed) » Active
trobey’s picture

I am opening this again because Ubercart has ported more code to Drupal 8 and that breaks several things.

  • trobey committed 14f5fe3 on 8.x-1.x
    Issue #2531888: Fix to order edit for products due to changes in...

  • trobey committed de90289 on 8.x-1.x
    Issue #2531888: Firx to order edit for product classes due to changes in...