05-03-2022 04:49 PM - edited 05-03-2022 04:52 PM
Congrats! You just listed "Spam and Eggs From the Cow's Perspective (paperback)."
You can check your listing or sell another item
Solved! Go to Best Answer
05-03-2022 05:33 PM - edited 05-03-2022 05:36 PM
05-03-2022 05:33 PM - edited 05-03-2022 05:36 PM
05-03-2022 05:35 PM
At least I'm not alone. Thanks.
05-03-2022 05:37 PM
I do not find that book for sale anywhere. On-line or eBay completed.
05-03-2022 05:53 PM
@simba6 wrote:Now the message is gone. Strange glitch?
Yes, it's a malfunctioning piece of eBay page coding called a Page Notice, and that appears to be a default message that's displayed if the surrounding code has gone sideways in some way, such as missing a value that's supposed to deliver the correct message for whatever's going on at the time in your session.
I found an explanation of Page Notices on the following Github page on eBay coding, and the "Spam and eggs" message is mentioned there in two places: as a sample confirmation message, and within a code sample showing how it's generated:
Documentation says there are four types of Page Notices: Celebration, Confirmation, Information and Attention. Given the "Congrats" at the beginning of the message, this is presumably a Celebration, although its text is supposed to be something assembled from what the user has just produced (e.g. a new listing), and not a standard phrase embedded in sample code.
This is not untypical of eBay coding, and should have been removed in Peer Review of the code to be tested, but it does not look like it did get reviewed before being released.