Hi All, when i click the Review and PlaceOrder But...
# suitecommerce
g
Hi All, when i click the Review and PlaceOrder Button in Quote,it redirects to blank page and the quotation is not getting submitted. SSP shows Error like
p
Not 100% sure if your quote error is related to extensions. Those errors don't necesarely point to anything particular in quotes. You might want to start by trying the quote process with no extensions on. Then, if it works, well, then yes it's on the extensions. Not sure about the bundler error message, however, i suspect that the other error, the one about almond, is because you have a third party that has an unnamed define.
an unnamed define is very common on third party libraries... search those third parties for 'define(' string and look. if it's that, then you might be able to fix it by hacking the library (😐) and naming the define by adding its name as first parameter.
g
i have tried with source bundle also,still getting same issue.
p
then the SSP_LIBRARIES_EXT errors are not the issue most likely
just red herrings
g
then the issue is in source bunle third party libararies?
p
if you tested the SRC SSP with no extensions deployed, and it's giving you issues on the same page, my best guess is it's either a problem with: • User events in the quote record • Account configuration (forms, permissions) • (rarely) an edge case on your account setup that sca doesn't handle well. And it's not a problem of one of the errors that you see there in the log, which point to SSP_LIBRARIES_EXT - ext for extensions. Those logs are issues in extension loading but they seem not to be the problem since you're telling me quotes fail anyway without them.
have you checked the service response when you hit submit, and the JS console in the frontend?
Oh... is it a 19.2 or 20.1???
Then the logs for the error might be in the ss2 SSP
Because cases were migrated in 19.2 to a SuiteScript 2.0 SSP
g
its 19.2
i have checked in SS2 also, i didn't get any errors..and Quotes has in Suitescript 1.0 right?
i am getting front end console like
Services is not showing any errors
p
Sorry, brain fart, confused quotes with cases for a second.
What's the response of the service when you hit submit?
g
message has been deleted
p
You seem to be having a frontend issue
can you load the main src locally and get a better error stack?
renderModule is a function found on the payment method selector module
you might want to check payment settings? not sure what could be wrong
g
i have tested in both src and dev bundles,getting same issue
p
i meant you run gulp local so you can see the JS stack properly instead of minified code
g
Okay @PabloZ...i will try..thanks for your suggestions
p
You're welcome. Again, i (now) think it might have just something to do with payment method setup which makes SCA fail.
g
If payment method setup fails,then normal saleorders also will get same issue right..but its getting placed sucessfully.