ListerAssister / issues

ListerAssister Issue Tracker
0 stars 0 forks source link

Error Bundle Undefined #746

Open sean8300 opened 3 years ago

sean8300 commented 3 years ago

This error is showing up for several clients. The fix is to remove the signs it seems but the error is pretty common. Does it have something to do with the number of inventory not matching on both sides? Like our warehouse is showing less than what the website is showing? Just a theory!
Submitted By: Dustin Stack

Juvie92 commented 3 years ago

Going to use this to keep track of this issue. I can't replicate this issue on my test server to work through the checkout action and see what causes Err126bundefined to appear when a client is checking out.

What I do know. This error appears when an AJAX fails.

The checkout action may not have enough error catching.

Juvie92 commented 3 years ago

Client had this issue today where she had chosen essential package, drone photos, 25 photos, walkthrough video. Package includes MLS entry, marketing, and regular post.

When looking into this they fixed it by switching to Photo package. Makes me wonder if issue may have something to do with essential package itself, mls, marketing, or how the post is handled because it is included. Not sure it is the post since that works fine majority of the time.

Maybe a certain field isn't filled out properly while placing order???

Juvie92 commented 3 years ago

Need to grab cart item from database to examine ASAP, before further changes are made. Maybe add something where it is sent to my email?

Juvie92 commented 3 years ago

Had similar issue yesterday. Turned out, 2 of the same sign type was selected but only 1 was available at the time.

A check and alert needs to be created when adding inventory. Need to make sure its available so the order doesn't fail on checkout. Maybe just throw an informative error.