EN
English
EspaƱol
landing.view_cart
Log In
Your Cart
{ if (!res.ok) { return res.json().catch(() => null).then(errData => { throw new Error(errData?.messages?.[0]?.message || `Network response was not ok (${res.status})`); }); } return res.json(); }) .then(data => { statusMessages = data.messages || []; if (statusMessages.length === 0) { statusMessages.push({ type: 'info', message: 'No status updates or items to check.' }); } if (data.cart_modified) { setTimeout(() => { window.location.reload(); }, 1500); } }) .catch(error => { console.error('Error checking status:', error); statusMessages = [{ type: 'error', message: error.message || 'Failed to check product status.' }]; }) .finally(() => { checkingStatus = false; }); " :disabled="checkingStatus" class="inline-flex items-center px-4 py-2 border border-gray-300 dark:border-gray-600 shadow-sm text-sm font-medium rounded-md text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 theme-ring-accent disabled:opacity-50 disabled:cursor-wait">
Check Product Status
Your cart is empty
Browse available campaigns to get started.
← Back to Campaigns