{"id":365,"date":"2018-10-12T16:01:04","date_gmt":"2018-10-12T16:01:04","guid":{"rendered":"https:\/\/help.bmtmicro.com\/vendors\/?page_id=365"},"modified":"2024-12-02T04:47:50","modified_gmt":"2024-12-02T04:47:50","slug":"can-i-use-the-bmt-shopping-cart-on-my-website","status":"publish","type":"page","link":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/","title":{"rendered":"Can I Use The BMT Shopping Cart On My Website"},"content":{"rendered":"<p style=\"font-size: 14px; letter-spacing: .7px;\"><a href=\"https:\/\/help.bmtmicro.com\/vendors\/general\/\">\u27f5 Back to General<\/a><\/p>\n<p><b>YES! If you would like to use our shopping cart buttons on your website:<\/b><\/p>\n<p>If you would like the shopping cart to show up in a popup window, copy and paste the following javascript. Place this javascript between the tags at the top of any HTML page using the shopping cart buttons.<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&ltscript type=\"text\/javascript\" language=\"javascript\" src=\"https:\/\/www.bmtmicro.com\/resources\/cart\/cart.js\">&lt\/script><\/pre>\n<blockquote><p>Popup shopping cart links will look something like this:<\/p>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 15px;\">javascript:popUp(&#8216;https:\/\/secure.bmtmicro.com\/servlets\/Orders.ShoppingCart?PRODUCTID=99999&#8217;);<\/p>\n<\/blockquote>\n<p>So your complete HTML link should look like this:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">https:\/\/secure.bmtmicro.com\/cart?PRODUCTID=99999<\/pre>\n<blockquote><p>Use this for the &#8220;View Cart&#8221; or &#8220;Check Out&#8221; buttons:<\/p>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 15px;\">javascript:popUp(&#8216;https:\/\/secure.bmtmicro.com\/servlets\/Orders.ShoppingCart&#8217;)<\/p>\n<\/blockquote>\n<blockquote><p>Non popup version for &#8220;View Cart&#8221; or &#8220;Check Out&#8221; buttons:<\/p>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 15px;\">https:\/\/secure.bmtmicro.com\/cart?CID=YOUR_VENDOR_NUMBER<\/p>\n<\/blockquote>\n<blockquote><p>Adding &#8220;&#038;SHOPURL=https:\/\/&#8221; to the purchase links will, instead of immediately displaying the checkout fields (payment information fields), cause the generic cart to show two buttons: [Continue Shopping] and [Checkout], similar to the functionality of our popup cart. Clicking the [Continue Shopping] button redirects the customer to SHOPURL, while pressing the [Checkout] button removes the buttons and displays all the checkout fields.<br \/>\nExample:<\/p>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 5px;\"> https:\/\/secure.bmtmicro.com\/cart?CID=2&#038;PRODUCTID=1100&#038;SHOPURL=https:\/\/www.bmtmicro.com<\/p>\n<\/blockquote>\n<p><b style=\"font-size: 20px;\">Specialized BMT Micro Shopping Cart Options<\/b><\/p>\n<p>The following carts are based on the basic BMT Micro order form layout.<\/p>\n<blockquote>\n<p style=\"margin: 0 0 0;\"><a href=\"https:\/\/secure.bmtmicro.com\/cart?CID=2&#038;PRODUCTID=1100\" target=\"_blank\" rel=\"noopener noreferrer\">Cart 2<\/a><\/p>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 5px;\">https:\/\/secure.bmtmicro.com\/cart?CID=2&#038;PRODUCTID=1100<\/p>\n<p style=\"font-size: 14px;\">is the same as our standard shopping cart above with all available options, only a slightly different layout. Basically, this cart was created for non-Popup use.<\/p>\n<\/blockquote>\n<p>Many affiliates request a generic order form to avoid potential distractions to an impulse shopper that may have clicked on their affiliate order link for your product(s). If you have customized forms and an affiliate requests a generic form, you can use the most appropriate link above in combination with the <b>&#038;AID=<\/b> parameter. <b>Please note<\/b>, if adding the affiliate ID parameter to shopping cart links, there must be a separate AID for each PRODUCTID.<\/p>\n<p style=\"margin: 0 0 0;\">Our shopping cart is designed to hold product information for 60 days. If you want to be sure the customer is always presented with a clean shopping cart, you can add the CLR=0 parameter. If you use CLR=[your_vendor_id], only items that are not associated with [your_vendor_id] will be cleared from the cart. For example, if you wanted a link that would only show the item that the link is for, regardless of previous items the customer added to the BMT Micro shopping cart, use:<\/p>\n<blockquote>\n<p style=\"border: 1px solid #3C4858; border-radius: 3px; padding: 4px; margin: 0 0 15px;\">https:\/\/secure.bmtmicro.com\/cart?CLR=0&#038;PRODUCTID=[your_product_id]<\/p>\n<\/blockquote>\n<p id=\"popupcart\" style=\"font-size: 28px; color: red;\">New for 2019<\/p>\n<p style=\"font-size: 20px;\"><b><u>Compressed Cart<\/u><\/b><\/p>\n<p>To use the new and compressed BMT Micro cart, you first need to add these two <code>script<\/code> tags inside of the <code>head<\/code> of your HTML page:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&lt!-- BEGIN BMT Micro Shopping Cart --><br>&ltscript src=\"https:\/\/secure.bmtmicro.com\/bmt_cart.js\">&lt\/script><br>&ltlink rel=\"stylesheet\" href=\"https:\/\/secure.bmtmicro.com\/bmt_cart.css\" \/><br>&lt!-- END BMT Micro Shopping Cart --><\/pre>\n<p>To create an &#8220;Add to Cart&#8221; button, you need to add the following line of code wherever you would like to display the button:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&ltinput id=\"buybutton\" type=\"button\" value=\"Add PRODUCTID to cart\" onclick=\"bmt_addtocart(PRODUCTID);\"><\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\">*Replace <code>PRODUCTID<\/code> with your PRODUCTID number (i.e. <code>&ltinput id=\"buybutton\" type=\"button\" value=\"Add 123 to cart\" onclick=\"bmt_addtocart(123);\"><\/code>).<\/p>\n<\/blockquote>\n<p>To display a button that will show the cart when clicked:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&ltinput id=\"buybutton\" type=\"button\" value=\"Show cart\" onclick=\"bmt_showcart(CID);\"><\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\">*Replace <code>CID<\/code> with your CID number (i.e. <code>&ltinput id=\"buybutton\" type=\"button\" value=\"Show cart\" onclick=\"bmt_showcart(1);\"><\/code>).<\/p>\n<\/blockquote>\n<p>For the &#8220;Buy Now&#8221; button, just add this line where you want to display the button:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&ltinput id=\"buybutton\" type=\"button\" value=\"BUY NOW!\" onclick=\"bmt_checkout(PRODUCTID, CID);\"><\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\">*Replace <code>PRODUCTID<\/code> and <code>CID<\/code> with your PRODUCTID and CID numbers (i.e. <code>&ltinput id=\"buybutton\" type=\"button\" value=\"BUY NOW!\" onclick=\"bmt_checkout(123, 1);\"><\/code>).<\/p>\n<p>PLEASE NOTE: The <code>CID<\/code> is optional here, but should always come after the <code>PRODUCTID<\/code> and separated by a &#8220;,&#8221;<\/p>\n<\/blockquote>\n<p>Options:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">bmt_addtocart(PRODUCTID, SHOW_CART);<\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\"><code>SHOW_CART<\/code> can be set to <code>false<\/code> to not bring up the cart (optional, <code>true<\/code> by default).<\/p><\/blockquote>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">bmt_showcart(CID, CHECKOUT);<\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\"><code>CHECKOUT<\/code> can be set to <code>true<\/code> to initiate a checkout (optional, <code>false<\/code> by default).<\/p><\/blockquote>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">bmt_clearcart (CID, SHOW_CART);<\/pre>\n<blockquote>\n<p style=\"font-size: 16px;\"><code>bmt_clearcart()<\/code> empties the cart with or without showing it. <code>SHOW_CART<\/code> can be set to <code>false<\/code> to not bring up the cart (optional, <code>true<\/code> by default).<\/p><\/blockquote>\n<p><b style=\"font-size: 20px;\">Cart Example (Extended)<\/b><\/p>\n<p><a href=\"https:\/\/help.bmtmicro.com\/vendors\/cart_example.html\" target=\"_blank\" rel=\"noopener noreferrer\">View the example cart webpage<\/a><\/p>\n<p>In the example cart, you can see the difference between the &#8220;checkout&#8221; and &#8220;add to cart&#8221; options and to see how to define the <a href=\"https:\/\/help.bmtmicro.com\/vendors\/shopping-cart-parameters\/\" target=\"_blank\" rel=\"noopener noreferrer\">shopping cart parameters<\/a> for your products.<\/p>\n<p>The code from the example cart is below:<\/p>\n<pre style=\"white-space: pre; margin: 2em 0 2em 0; padding: 10px; overflow: auto; background-color: #f4f9ff; border: 1px solid #dbdef2; font-size: 110%; display: block;\">&lt!DOCTYPE HTML>\r\n&lthtml lang=\"en\">\r\n  &lthead>\r\n    &lttitle>Cart Example&lt\/title>\r\n    &ltmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n\r\n    &lt!-- BEGIN BMT Micro Shopping Cart -->\r\n    &ltscript src=\"https:\/\/secure.bmtmicro.com\/bmt_cart.js\">&lt\/script>\r\n    &ltlink rel=\"stylesheet\" href=\"https:\/\/secure.bmtmicro.com\/bmt_cart.css\" \/>\r\n    &lt!-- END BMT Micro Shopping Cart -->\r\n\r\n    &lt!-- BEGIN Custom Shopping Cart -->\r\n    &ltscript>       \r\n      function createcart (productid) {\r\n        cart = bmt_createCart (1);\r\n        cart.setOrderParameters (\"supergamer\");\r\n        cart.showOrderParameters (\"In-game User Name\");\r\n        return (cart);\r\n      }\r\n      function checkout(productid) {   \r\n        var cart = createcart ();\r\n        if (productid) {\r\n          cart.clearCart ();\r\n          cart.addProduct (productid);\r\n        }\r\n        cart.showCart (true);\r\n      }\r\n      function addtocart(productid) {   \r\n        var cart = createcart ();\r\n        cart.addProduct (productid);\r\n        cart.showCart (false);\r\n      }\r\n    &lt\/script>             \r\n    &lt!-- END Custom Shopping Cart -->\r\n\r\n    &ltstyle>\r\n      body {\r\n        margin: 0;\r\n        font-family: 'Lato', sans-serif;     \r\n        background-image: url(\"https:\/\/i.redd.it\/dmzh9jvg7dj01.jpg\");\r\n      }  \r\n\r\n      #content_outer {        \r\n        position: absolute;\r\n        display: table;\r\n        width: 100%;\r\n        height: 100%;       \r\n        z-index: 1100;\r\n      }                       \r\n\r\n      #content_inner {\r\n        display: table-cell;\r\n        text-align: center;\r\n        vertical-align: middle;\r\n      }\r\n        \r\n      #content {\r\n        display: inline-block;\r\n      }\r\n\r\n      #buybutton {\r\n        font-family: \"Helvetica Neue\";\r\n        border: 1px solid rgba(0,0,0,0.3);\r\n        border-radius: .363636364em;\r\n        display: inline-block;\r\n        vertical-align: middle;\r\n        width: auto;\r\n        height: 3em;\r\n        line-height: 2em;\r\n        padding: 0 1.2em;\r\n        white-space: nowrap;\r\n        text-align: center;\r\n        color: white;\r\n        font-weight: 400;\r\n        font-size: 28pt;\r\n        text-decoration: none;\r\n        background-color: #0074C0;\r\n      }\r\n    &lt\/style>\r\n\r\n  &lt\/head>\r\n      \r\n  &ltbody>    \r\n    &ltdiv id=\"content_outer\">\r\n      &ltdiv id=\"content_inner\"> \r\n        &ltdiv id=\"content\">                                                     \r\n        &lt!-- BEGIN Custom Shopping Cart -->\r\n          &ltinput id=\"buybutton\" type=\"button\" value=\"Express Checkout: BMT on CD\" onClick=\"checkout(10000);\"\/>&ltbr \/>&ltbr \/>\r\n          &ltinput id=\"buybutton\" type=\"button\" value=\"Add to cart: Extended Download Insurance\" onClick=\"addtocart(10000);\"\/>&ltbr \/>&ltbr \/>\r\n          &ltinput id=\"buybutton\" type=\"button\" value=\"Add to cart: Java Fixpak CD\" onClick=\"addtocart(10001);\"\/>&ltbr \/>&ltbr \/>\r\n          &ltinput id=\"buybutton\" type=\"button\" value=\"Add to cart: Midnight Synergy Collection DVD Shipping\" onClick=\"addtocart(10002);\"\/>&ltbr \/>&ltbr \/>\r\n          &ltinput id=\"buybutton\" type=\"button\" value=\"Cart Checkout\" onClick=\"checkout();\"\/>&ltbr \/>&ltbr \/>\r\n        &lt!-- END Custom Shopping Cart -->                      \r\n        &lt\/div>            \r\n      &lt\/div>\r\n    &lt\/div>\r\n  &lt\/body>  \r\n&lt\/html><\/pre>\n<p style=\"font-size: 20px;\"><b><u>WordPress Plugin<\/u><\/b><\/p>\n<ul>\nBMT Micro now offers a WordPress shopping cart plugin! This allows you to use our custom shortcode to display the shopping cart buttons on the pages of your choice. For information regarding the plugin and how to download it, please click <a href=\"https:\/\/help.bmtmicro.com\/plugin\">here<\/a>!<\/ul>\n<p>That&#8217;s it! You&#8217;re ready to use our shopping cart!<\/p>\n<p>If you would like further information regarding a customized cart or utilizing this cart in other ways, please <a href=\"https:\/\/vendors.bmtmicro.com\/contact\/\" target=\"_blank\" rel=\"noopener noreferrer\">contact us<\/a> for the correct links for your product(s).<\/p>\n<p><\/br><\/p>\n<p style=\"font-size: 14px; letter-spacing: .7px;\"><a href=\"https:\/\/help.bmtmicro.com\/vendors\/general\/\">\u27f5 Back to General<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u27f5 Back to General YES! If you would like to use our shopping cart buttons on your website: If you would like the shopping cart to show up in a popup window, copy and paste the following javascript. Place this javascript between the tags at the top of any HTML [&hellip;]<\/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-365","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help<\/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:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:locale\" content=\"en_US\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:type\" content=\"article\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:title\" content=\"Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:description\" content=\"\u27f5 Back to General YES! If you would like to use our shopping cart buttons on your website: If you would like the shopping cart to show up in a popup window, copy and paste the following javascript. Place this javascript between the tags at the top of any HTML [&hellip;]\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:site_name\" content=\"BMT Micro, Inc. Vendor FAQ\/Help\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bmt.micro\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-02T04:47:50+00:00\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:image\" content=\"https:\/\/help.bmtmicro.com\/vendors\/wp-content\/uploads\/2019\/01\/bmtmicro-logo-600x315.jpg\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta property=\"og:image:height\" content=\"315\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:site\" content=\"@BMTMicro\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" class=\"yoast-seo-meta-tag\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/\",\"url\":\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/\",\"name\":\"Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help\",\"isPartOf\":{\"@id\":\"https:\/\/help.bmtmicro.com\/vendors\/#website\"},\"datePublished\":\"2018-10-12T16:01:04+00:00\",\"dateModified\":\"2024-12-02T04:47:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/help.bmtmicro.com\/vendors\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can I Use The BMT Shopping Cart On My Website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/help.bmtmicro.com\/vendors\/#website\",\"url\":\"https:\/\/help.bmtmicro.com\/vendors\/\",\"name\":\"BMT Micro, Inc. Vendor FAQ\/Help\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/help.bmtmicro.com\/vendors\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help","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:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/","og_locale":"en_US","og_type":"article","og_title":"Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help","og_description":"\u27f5 Back to General YES! If you would like to use our shopping cart buttons on your website: If you would like the shopping cart to show up in a popup window, copy and paste the following javascript. Place this javascript between the tags at the top of any HTML [&hellip;]","og_url":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/","og_site_name":"BMT Micro, Inc. Vendor FAQ\/Help","article_publisher":"https:\/\/www.facebook.com\/bmt.micro","article_modified_time":"2024-12-02T04:47:50+00:00","og_image":[{"width":600,"height":315,"url":"https:\/\/help.bmtmicro.com\/vendors\/wp-content\/uploads\/2019\/01\/bmtmicro-logo-600x315.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@BMTMicro","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/","url":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/","name":"Can I Use The BMT Shopping Cart On My Website - BMT Micro, Inc. Vendor FAQ\/Help","isPartOf":{"@id":"https:\/\/help.bmtmicro.com\/vendors\/#website"},"datePublished":"2018-10-12T16:01:04+00:00","dateModified":"2024-12-02T04:47:50+00:00","breadcrumb":{"@id":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/help.bmtmicro.com\/vendors\/can-i-use-the-bmt-shopping-cart-on-my-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/help.bmtmicro.com\/vendors\/"},{"@type":"ListItem","position":2,"name":"Can I Use The BMT Shopping Cart On My Website"}]},{"@type":"WebSite","@id":"https:\/\/help.bmtmicro.com\/vendors\/#website","url":"https:\/\/help.bmtmicro.com\/vendors\/","name":"BMT Micro, Inc. Vendor FAQ\/Help","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.bmtmicro.com\/vendors\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/pages\/365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/comments?post=365"}],"version-history":[{"count":66,"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/pages\/365\/revisions"}],"predecessor-version":[{"id":1798,"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/pages\/365\/revisions\/1798"}],"wp:attachment":[{"href":"https:\/\/help.bmtmicro.com\/vendors\/wp-json\/wp\/v2\/media?parent=365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}