Hey, I'm running into an issue which is preventing...
# suitecommerce
b
Hey, I'm running into an issue which is preventing me from getting to checkout. I'm using 20.1.6 source code, no extensions and just sca base theme. When I navigate to checkout I get the following error in the console:
Cannot read property 'type' of undefined TypeError: Cannot read property 'type' of undefined
^ is referring to this line in the source code in the
OrderWizard.Module.PaymentMethod.Selector
file :
Copy code
if (this.isOthersModule(this.selectedModule.type)) {
I have terms set on my customer record, and I also have the
ALLOW NON-CREDIT CARD PAYMENT METHODS DURING CHECKOUT
checkbox marked in the website setup so I'm expecting to be able to checkout with with paymentmethod of invoice. Am I missing some configuration somewhere else that I'm not aware of, or has anyone else run into this issue?
l
I recently ran into this as well - check the 'Payment Visuals' on payment methods exposed to SCA. Ref SA 9116 for what the values should be.
b
Hmm no luck with that
l
Not sure ... the other suggestion from NS support was to disable the 'Use strict rules for the selection of payment processing profiles' checkbox in Accounting Preferences -> Items/Transactions.
We might've had a different issue altogether, but it was at least similar
b
Fixed.. Needed the Sales Order Type in site setup to be set to Per Customer Basis to allow for invoice