{"id":25795,"date":"2026-04-06T18:56:26","date_gmt":"2026-04-06T18:56:26","guid":{"rendered":"https:\/\/www.oqtradetech.com\/eng\/?page_id=25795"},"modified":"2026-04-08T19:37:51","modified_gmt":"2026-04-08T19:37:51","slug":"cart","status":"publish","type":"page","link":"https:\/\/www.oqtradetech.com\/eng\/cart\/","title":{"rendered":"Cart"},"content":{"rendered":"\n<style>\n    \/* --- 1. HIDE CONTENT INITIALLY --- *\/\n    .oq-cart-wrapper {\n        opacity: 0; \n        transition: opacity 0.5s ease;\n    }\n\n    \/* --- 2. GENERAL STYLES --- *\/\n    .oq-cart-wrapper {\n        --bg-dark: #0B2636;\n        --bg-card: #133042;\n        --text-white: #ffffff;\n        --text-gray: #a0aec0;\n        --accent-blue: #0099B9;\n        --border-color: #1f4056;\n        --font-main: 'Inter', sans-serif;\n\n        font-family: var(--font-main);\n        background-color: var(--bg-dark);\n        color: var(--text-white);\n        padding: 80px 20px;\n        min-height: 60vh;\n    }\n\n    .oq-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .oq-cart-title {\n        font-size: 2.5rem;\n        font-weight: 800;\n        margin-bottom: 40px;\n        border-bottom: 1px solid var(--border-color);\n        padding-bottom: 20px;\n        color: var(--text-white) !important;\n    }\n\n    \/* --- 3. WOOCOMMERCE TABLE CUSTOMIZATION --- *\/\n    .woocommerce-cart-form {\n        background-color: var(--bg-card);\n        padding: 30px;\n        border-radius: 15px;\n        border: 1px solid var(--border-color);\n        margin-bottom: 40px;\n    }\n\n    .woocommerce-cart-form .coupon, \n    .actions .coupon,\n    button[name=\"update_cart\"] {\n        display: none !important;\n    }\n\n    .shop_table thead th {\n        color: var(--accent-blue) !important;\n        text-transform: uppercase;\n        font-size: 0.9rem;\n        border-bottom: 2px solid var(--border-color) !important;\n        padding: 15px !important;\n        background: transparent !important;\n    }\n\n    .shop_table td {\n        border-bottom: 1px solid var(--border-color) !important;\n        padding: 20px 10px !important;\n        color: var(--text-white) !important;\n    }\n\n    .shop_table td.product-name a {\n        color: var(--text-white) !important;\n        font-weight: 600 !important;\n        text-decoration: none !important;\n        font-size: 1.1rem !important;\n    }\n    \n    .shop_table td.product-name a:hover {\n        color: var(--accent-blue) !important;\n    }\n\n    .shop_table td.product-price, \n    .shop_table td.product-subtotal {\n        color: var(--text-white) !important;\n        font-weight: bold !important;\n    }\n\n    .shop_table img {\n        width: 80px !important;\n        border-radius: 8px;\n    }\n\n    .quantity input {\n        background-color: #0B141F !important;\n        color: #ffffff !important;\n        border: 1px solid var(--accent-blue) !important;\n        border-radius: 5px !important;\n        padding: 10px !important;\n        width: 60px !important;\n        font-weight: bold !important;\n        text-align: center !important;\n    }\n\n    a.remove {\n        color: #ffffff !important;\n        background-color: #ff4d4d !important;\n        border-radius: 50% !important;\n        width: 30px !important;\n        height: 30px !important;\n        display: inline-flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        font-weight: bold !important;\n        text-decoration: none !important;\n        font-size: 1.2rem !important;\n        line-height: 1 !important;\n    }\n    a.remove:hover {\n        background-color: #ff0000 !important;\n        transform: scale(1.1);\n    }\n\n    \/* --- 4. CART TOTALS --- *\/\n    .cart_totals {\n        background-color: var(--bg-card);\n        padding: 30px;\n        border-radius: 15px;\n        border: 1px solid var(--border-color);\n        width: 100% !important;\n        float: none !important;\n        color: white !important;\n    }\n\n    .cart_totals h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n        color: var(--text-white) !important;\n    }\n\n    .cart_totals table th, \n    .cart_totals table td {\n        border-bottom: 1px solid var(--border-color) !important;\n        padding: 15px 0 !important;\n        color: var(--text-gray) !important;\n    }\n\n    .cart_totals table strong {\n        color: var(--accent-blue) !important;\n        font-size: 1.2rem;\n    }\n\n    .checkout-button {\n        background-color: var(--accent-blue) !important;\n        color: white !important;\n        font-weight: 700 !important;\n        padding: 15px !important;\n        border-radius: 8px !important;\n        text-transform: uppercase !important;\n        letter-spacing: 1px !important;\n        margin-top: 20px !important;\n        display: block !important;\n        text-align: center !important;\n        transition: 0.3s !important;\n        text-decoration: none !important;\n    }\n\n    .checkout-button:hover {\n        background-color: #007a94 !important;\n        transform: translateY(-2px);\n    }\n\n    @media (max-width: 768px) {\n        .shop_table { display: block; overflow-x: auto; }\n    }\n\n    .woocommerce-message, \n    .woocommerce-info, \n    .woocommerce-error,\n    .woocommerce-notices-wrapper .woocommerce-message {\n        background-color: #133042 !important;\n        color: #ffffff !important;\n        border-top: 3px solid #0099B9 !important;\n        border-bottom: none !important;\n        border-left: none !important;\n        border-right: none !important;\n        border-radius: 5px !important;\n        padding: 15px 20px !important;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;\n    }\n\n    .woocommerce-message a,\n    .woocommerce-info a,\n    .woocommerce-error a {\n        color: #0099B9 !important;\n        font-weight: bold !important;\n        text-decoration: none !important;\n    }\n    \n    .woocommerce-message a:hover {\n        text-decoration: underline !important;\n    }\n\n    .woocommerce-message::before,\n    .woocommerce-info::before,\n    .woocommerce-error::before {\n        color: #0099B9 !important;\n    }\n<\/style>\n\n<div class=\"oq-cart-wrapper\" id=\"oq-cart-container\">\n    <div class=\"oq-container\">\n        <h1 class=\"oq-cart-title\">Your Shopping Cart<\/h1>\n        \n        \n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        var isLoggedIn = document.body.classList.contains('logged-in');\n        var cartContainer = document.getElementById('oq-cart-container');\n\n        if (isLoggedIn) {\n            cartContainer.style.opacity = \"1\";\n        } else {\n            window.location.href = \"\/my-account\"; \n        }\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Your Shopping Cart<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25795","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cart - OQ Trading Technology English<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.oqtradetech.com\/eng\/cart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cart - OQ Trading Technology English\" \/>\n<meta property=\"og:description\" content=\"Your Shopping Cart\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.oqtradetech.com\/eng\/cart\/\" \/>\n<meta property=\"og:site_name\" content=\"OQ Trading Technology English\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T19:37:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/cart\\\/\",\"url\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/cart\\\/\",\"name\":\"Cart - OQ Trading Technology English\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#website\"},\"datePublished\":\"2026-04-06T18:56:26+00:00\",\"dateModified\":\"2026-04-08T19:37:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/cart\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/cart\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/cart\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cart\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#website\",\"url\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/\",\"name\":\"OQ Trading Technology English\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#organization\",\"name\":\"OQ Trading Technology English\",\"url\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/logotipo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/logotipo-1.png\",\"width\":216,\"height\":46,\"caption\":\"OQ Trading Technology English\"},\"image\":{\"@id\":\"https:\\\/\\\/www.oqtradetech.com\\\/eng\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cart - OQ Trading Technology English","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.oqtradetech.com\/eng\/cart\/","og_locale":"en_US","og_type":"article","og_title":"Cart - OQ Trading Technology English","og_description":"Your Shopping Cart","og_url":"https:\/\/www.oqtradetech.com\/eng\/cart\/","og_site_name":"OQ Trading Technology English","article_modified_time":"2026-04-08T19:37:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.oqtradetech.com\/eng\/cart\/","url":"https:\/\/www.oqtradetech.com\/eng\/cart\/","name":"Cart - OQ Trading Technology English","isPartOf":{"@id":"https:\/\/www.oqtradetech.com\/eng\/#website"},"datePublished":"2026-04-06T18:56:26+00:00","dateModified":"2026-04-08T19:37:51+00:00","breadcrumb":{"@id":"https:\/\/www.oqtradetech.com\/eng\/cart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.oqtradetech.com\/eng\/cart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.oqtradetech.com\/eng\/cart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.oqtradetech.com\/eng\/"},{"@type":"ListItem","position":2,"name":"Cart"}]},{"@type":"WebSite","@id":"https:\/\/www.oqtradetech.com\/eng\/#website","url":"https:\/\/www.oqtradetech.com\/eng\/","name":"OQ Trading Technology English","description":"","publisher":{"@id":"https:\/\/www.oqtradetech.com\/eng\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.oqtradetech.com\/eng\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.oqtradetech.com\/eng\/#organization","name":"OQ Trading Technology English","url":"https:\/\/www.oqtradetech.com\/eng\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.oqtradetech.com\/eng\/#\/schema\/logo\/image\/","url":"https:\/\/www.oqtradetech.com\/eng\/wp-content\/uploads\/sites\/5\/logotipo-1.png","contentUrl":"https:\/\/www.oqtradetech.com\/eng\/wp-content\/uploads\/sites\/5\/logotipo-1.png","width":216,"height":46,"caption":"OQ Trading Technology English"},"image":{"@id":"https:\/\/www.oqtradetech.com\/eng\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/pages\/25795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/comments?post=25795"}],"version-history":[{"count":2,"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/pages\/25795\/revisions"}],"predecessor-version":[{"id":25852,"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/pages\/25795\/revisions\/25852"}],"wp:attachment":[{"href":"https:\/\/www.oqtradetech.com\/eng\/wp-json\/wp\/v2\/media?parent=25795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}