Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tier price table rendering and sorting logic #89

Merged

Commits on Oct 18, 2024

  1. Refactor tier price table rendering and sorting logic

    This commit refactors the JavaScript code responsible for rendering and sorting the tier price table. It improves the readability and maintainability of the code by introducing better variable names and using modern JavaScript syntax. The changes include:
    - Replacing jQuery selectors with native JavaScript methods
    
    The changes also fix a bug where the tier price table was not properly sorted when the page was loaded.
    MatBonnin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4c341b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9752156 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Revert accidental commit

    MatBonnin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7184f87 View commit details
    Browse the repository at this point in the history