In MyAccount => Transactions, any customer w/o ...
# suitecommerce
c
In MyAccount => Transactions, any customer w/o current Payment Terms can't see previous transactions. Is this by design? This seems like a bug.
f
seems like a bug
k
@Chris, this behavior has always been in SCA since the very first release. There is actually an if statement in the code that checks terms, and if a customer’s terms isn’t set, the message is displayed. Very confusing. It also doesn’t make sense since customers without terms can see invoices and can make payments. Total weirdness.
c
Looks like I get to come up with a solution for this.
k
If the code is SCA, you can remove the if statement that’s preventing the transactions from being displayed. Actually, I recall the if statement is in the template, so it’s a quick change.
c
@Keith Fetterman I owe you one.
k
🙂 Let me know if you have any questions.
c
@Keith Fetterman follow up: this worked perfect.
k
:)