wakey18 <div class="square-ccbox mt-3"> <input type="hidden" name="square_card_nonce" value=""> <input type="hidden" name="square_card_token" value=""> <div class="form-group"> <div id="sq-card-number"></div> <div class="row no-gutters mt-1"> <div class="col-sm-4 pr-1"> <div id="sq-expiration-date"></div> </div> <div class="col-sm-4 pr-1"> <div id="sq-cvv"></div> </div> <div class="col-sm-4"> <div id="sq-postal-code"></div> </div> </div> <div id="square-card-errors" class="text-danger"></div> </div> </div>
ryanmitchell Seems to me like the Square javascript isnt loading correctly. Are there any errors in your browser’s developer console? I don’t have a square account to test against unfortunately.
sampoyigi wakey18 After updating the PayRegister extension, you’ll also need to update the _partials/PayRegister partials to be sure you don’t miss any changes to the partial from the update.
wakey18 sampoyigi Where do I find that because I cannot see that anywhere?! Found it in my installation, can’t find it on github
sampoyigi wakey18 Deleting the _partials/PayRegister folder from the active theme and navigating to Sales > Payments will recreate the _partials/PayRegister folder with fresh copies of partial files.