process checkout if user not logged in

This commit is contained in:
Shubham Mehrotra 2020-05-07 12:31:45 +05:30
parent 45e61682cd
commit f446f1df19
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@
let elementId = element.id;
if (value == ""
&& element.id != 'sign-btn'
&& element.id != 'billing[company_name]'
&& element.id != 'shipping[company_name]'
) {