Skip to content

Commit

Permalink
#6039 Added missing Id attribute of the "Next" button in the shipping…
Browse files Browse the repository at this point in the history
… address section
  • Loading branch information
exileDev committed Dec 19, 2022
1 parent a50d4ab commit 3ff972f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -203,7 +203,7 @@

<button id="shippingaddress-cancel-button" type="button" class="button-1" style="display: none" onclick="setLocation('@Url.RouteUrl("CheckoutShippingAddress")')">@T("Common.Cancel")</button>

<button type="submit" name="nextstep" class="button-1 new-address-next-step-button">@T("Checkout.NextButton")</button>
<button id="shippingaddress-next-button" type="submit" name="nextstep" class="button-1 new-address-next-step-button">@T("Checkout.NextButton")</button>
</div>

</form>
Expand Down

0 comments on commit 3ff972f

Please sign in to comment.