VirtoCommerce / vc-theme-default

Default theme for VirtoCommerce Storefront
http://demo.virtocommerce.com/Electronics
Other
3 stars 41 forks source link

VP-1172: Fix behavior of quote request form #151

Closed ilyawzrd closed 4 years ago

ilyawzrd commented 4 years ago

Fixed scenario of setting billing and shipping addresses, now shipping address is hidden when "Shipping address is same as billing address" is checked. Also fixed scenario when billing address is populated after checking "Shipping address is same as billing address".

quotegif

vc-ci commented 4 years ago

SonarQube analysis reported 2 issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MAJOR quote-request.js#L78: Rename "countryRegion" as this name is already used in declaration at line 71. rule
  2. MAJOR quote-request.js#L147: "response" hides or potentially hides a variable declared in an outer scope at line 146. rule