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

Making optionalZipCountries JS code conditional #2996

Merged
merged 15 commits into from
Mar 9, 2023

Commits on Jan 25, 2023

  1. Making optionalZipCountries JS code conditional

    `js/varien/form.js` checks for existence of the variable, hence it's allowed to be undefined if empty.
    
    There is more on this. The block is inserted into every Magento page, which seems excessive. It's probably only used in the Cart but I haven't checked thoroughly so leaving it alone for now. Same for the admin.
    loekvangool committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    74458fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    8f62e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    404c214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addd20a View commit details
    Browse the repository at this point in the history
  3. Update app/design/frontend/base/default/template/directory/js/optiona…

    …l_zip_countries.phtml
    
    Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
    loekvangool and fballiano committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4fc637a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    e6f0d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    688d537 View commit details
    Browse the repository at this point in the history
  2. Update app/design/frontend/base/default/template/directory/js/optiona…

    …l_zip_countries.phtml
    
    Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
    loekvangool and fballiano committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b538bf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    894aa5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f88de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3d4e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a03de3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    179f730 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d4c7ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34fcd22 View commit details
    Browse the repository at this point in the history