Skip to content

Version 1.5.8

Choose a tag to compare

@JRG-code JRG-code released this 24 Nov 22:28
· 73 commits to main since this release
08dceda

Problem 1 - Bundle Products Table Layout:

  • Removed Label Text, Max Chars, and Disclaimer columns from table header (these fields are in Row 2, not the header)
  • Adjusted column widths for better balance (Product 28%, Price 22%, etc.)
  • Improved CSS styling for Row 2 fields with better labels and input styling
  • Fixed colspan values to properly span across the 6-column layout

Problem 2 - Duplicate Product Personalization:

  • Removed duplicate class-abs-general-personalization.php file
  • This was causing 2 identical personalization sections on variable products
  • Updated class-abs-cartflows-compat.php to use correct abs prefixed meta keys
  • All personalization now handled by class-abs-product-type.php with consistent meta keys (_abs_enable_personalization, _abs_personalization_label, etc.)

Files modified:

  • includes/class-abs-product-type.php: Fixed table header and row structure
  • assets/css/admin.css: Improved Row 2 styling
  • advanced-bundle-system.php: Removed duplicate file from includes
  • includes/class-abs-cartflows-compat.php: Updated meta keys to use abs prefix
  • includes/class-abs-general-personalization.php: Deleted (duplicate)