/** * Get the user's active cart (status=0) if one exists * DISABLED: Always returns no cart - old carts are abandoned automatically */ // Always return no active cart - users start fresh each session writeOutput(serializeJSON({ "OK": true, "HAS_CART": false, "CART": javacast("null", "") }));