{
  "action": "Product-ShowQuickView",
  "queryString": "pid=677b16fdc3b846e837e1f8a6",
  "locale": "default",
  "product": {
    "uuid": "52125a3552003310d550b57c35",
    "id": "677b16fdc3b846e837e1f8a6",
    "productName": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
    "productType": "master",
    "brand": "Does Not Apply",
    "price": {
      "type": "range",
      "min": {
        "sales": {
          "value": 39.4,
          "currency": "AUD",
          "formatted": "A$39.40",
          "decimalPrice": "39.40"
        },
        "list": null
      },
      "max": {
        "sales": {
          "value": 144.4,
          "currency": "AUD",
          "formatted": "A$144.40",
          "decimalPrice": "144.40"
        },
        "list": null
      }
    },
    "renderedPrice": "    <div class=\"price\">\n        <span class=\"range\">\n    \n\n    \n    \n    \n<span>\n    \n\n    \n\n    \n    <span class=\"sales\">\n        \n            <span class=\"value\" content=\"39.40\"></span>\n        \n        \n        \n        A$39.40\n\n\n    </span>\n</span>\n\n    -\n    \n    \n    \n<span>\n    \n\n    \n\n    \n    <span class=\"sales\">\n        \n        \n            <span class=\"value\" content=\"144.40\"></span>\n        \n        \n        A$144.40\n\n\n    </span>\n</span>\n\n</span>\n\n    </div>\n\n\n",
    "images": {
      "large": [
        {
          "alt": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "url": "/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png",
          "index": "0",
          "title": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "absURL": "https://www.emega.com.au/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png"
        },
        {
          "alt": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "url": "/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png",
          "index": "1",
          "title": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "absURL": "https://www.emega.com.au/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png"
        }
      ],
      "small": [
        {
          "alt": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "url": "/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png",
          "index": "0",
          "title": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "absURL": "https://www.emega.com.au/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png"
        },
        {
          "alt": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "url": "/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png",
          "index": "1",
          "title": "How to Design Programs: an Introduction to Programming and Computing 2Ed",
          "absURL": "https://www.emega.com.au/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png"
        }
      ]
    },
    "selectedQuantity": 1,
    "minOrderQuantity": 1,
    "maxOrderQuantity": 10,
    "variationAttributes": [
      {
        "attributeId": "styleNumber",
        "displayName": "Book Type",
        "id": "styleNumber",
        "swatchable": false,
        "displayValue": "",
        "values": [
          {
            "id": "Hardcover",
            "description": null,
            "displayValue": "Hardcover",
            "value": "Hardcover",
            "selected": false,
            "selectable": false
          },
          {
            "id": "Paperback",
            "description": null,
            "displayValue": "Paperback",
            "value": "Paperback",
            "selected": false,
            "selectable": true,
            "url": "https://www.emega.com.au/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?dwvar_677b16fdc3b846e837e1f8a6_styleNumber=Paperback&pid=677b16fdc3b846e837e1f8a6&quantity=1"
          }
        ],
        "resetUrl": "https://www.emega.com.au/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?dwvar_677b16fdc3b846e837e1f8a6_styleNumber=&pid=677b16fdc3b846e837e1f8a6&quantity=1"
      }
    ],
    "longDescription": "<div> <div> <div> <span>A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming.</span><span>This introduction to programming places computer science at the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process, presenting program design guidelines that show the reader how to analyze a problem statement, how to formulate concise goals, how to make up examples, how to develop an outline of the solution, how to finish the program, and how to test it. Because learning to design programs is about the study of principles and the acquisition of transferable skills, the text does not use an off-the-shelf industrial language but presents a tailor-made teaching language. For the same reason, it offers DrRacket, a programming environment for novices that supports playful, feedback-oriented learning. The environment grows with readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks.This second edition has been completely revised. While the book continues to teach a systematic approach to program design, the second edition introduces different design recipes for interactive programs with graphical interfaces and batch programs. It also enriches its design recipes for functions with numerous new hints. Finally, the teaching languages and their IDE now come with support for images as plain values, testing, event-driven programming, and even distributed programming.</span> </div> </div> </div><div><h2>Item Details</h2><ul><li><strong>Publisher:</strong> MIT Press Academic; 2nd ed. edition (4 May 2018)</li><li><strong>Paperback:</strong> 792 pages</li><li><strong>Dimensions:</strong> 22.61 x 20.32 x 3.81 cm</li><li><strong>Language:</strong> English</li><li><strong>Book Type:</strong> Paperback</li><li><strong>ISBN-10:</strong> 0199576173</li><li><strong>ISBN-13:</strong> 978-0262534802</li><li><strong>Reading age:</strong> 18 years and up</li></ul></div>",
    "shortDescription": null,
    "rating": 5,
    "promotions": null,
    "attributes": null,
    "availability": {
      "messages": [
        "In Stock"
      ],
      "inStockDate": null
    },
    "available": true,
    "options": [],
    "quantities": [
      {
        "value": "1",
        "selected": true,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=1"
      },
      {
        "value": "2",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=2"
      },
      {
        "value": "3",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=3"
      },
      {
        "value": "4",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=4"
      },
      {
        "value": "5",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=5"
      },
      {
        "value": "6",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=6"
      },
      {
        "value": "7",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=7"
      },
      {
        "value": "8",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=8"
      },
      {
        "value": "9",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=9"
      },
      {
        "value": "10",
        "selected": false,
        "url": "/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&quantity=10"
      }
    ],
    "selectedProductUrl": "/eMEGA/677b16fdc3b846e837e1f8a6.html?%2FeMEGA%2F677b16fdc3b846e837e1f8a6.html=undefined&quantity=undefined",
    "readyToOrder": false,
    "online": true,
    "pageTitle": null,
    "pageDescription": null,
    "pageKeywords": null,
    "pageMetaTags": [
      {},
      {},
      {},
      {}
    ],
    "template": null
  },
  "addToCartUrl": {},
  "resources": {
    "info_selectforstock": "Select Styles for Availability",
    "assistiveSelectedText": "selected"
  },
  "quickViewFullDetailMsg": "View Full Details",
  "closeButtonText": "Close Quickview Dialog",
  "enterDialogMessage": "Start of Quickview dialog window. Select Close to cancel and close the window.",
  "template": "product/quickView.isml",
  "renderedTemplate": "<div class=\"product-quickview product-master col product-wrapper product-detail\" data-pid=\"677b16fdc3b846e837e1f8a6\">\n    <div class=\"row\">\n        <!-- Product Images Carousel -->\n        \n\n<div class=\"primary-images col-12 col-sm-6 cst-gallery-wrap\">\n\n    \n    <div id=\"pdpCarousel-677b16fdc3b846e837e1f8a6\" class=\"carousel slide cst-original-carousel\" data-interval=\"0\"\n        data-prev=\"Previous\"\n        data-next=\"Next\">\n        \n            <ol class=\"carousel-indicators\" aria-hidden=\"true\">\n                \n                    <li data-target=\" #pdpCarousel-677b16fdc3b846e837e1f8a6\" data-slide-to=\"0\"\n                        class='active'></li>\n                \n                    <li data-target=\" #pdpCarousel-677b16fdc3b846e837e1f8a6\" data-slide-to=\"1\"\n                        class=''></li>\n                \n            </ol>\n        \n        <div class=\"carousel-inner\" role=\"listbox\">\n            \n                <div class='carousel-item active'>\n                    <img src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\" class=\"d-block img-fluid\" alt=\"How to Design Programs: an Introduction to Programming and Computing 2Ed image number 0\"\n                        itemprop=\"image\" />\n                </div>\n            \n                <div class='carousel-item '>\n                    <img src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png\" class=\"d-block img-fluid\" alt=\"How to Design Programs: an Introduction to Programming and Computing 2Ed image number 1\"\n                        itemprop=\"image\" />\n                </div>\n            \n        </div>\n        \n            <a class=\"carousel-control-prev\" href=\" #pdpCarousel-677b16fdc3b846e837e1f8a6\" role=\"button\" data-slide=\"prev\">\n                <span class=\"fa icon-prev\" aria-hidden=\"true\"></span>\n                <span class=\"sr-only\">Previous</span>\n            </a>\n            <a class=\"carousel-control-next\" href=\" #pdpCarousel-677b16fdc3b846e837e1f8a6\" role=\"button\" data-slide=\"next\">\n                <span class=\"fa icon-next\" aria-hidden=\"true\"></span>\n                <span class=\"sr-only\">Next</span>\n            </a>\n        \n    </div>\n\n    \n    <div class=\"cst-gallery\" id=\"cst-gallery-677b16fdc3b846e837e1f8a6\" data-pid=\"677b16fdc3b846e837e1f8a6\" data-title=\"How to Design Programs: an Introduction to Programming and Computing 2Ed\"\n        data-first-img=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\">\n\n        \n        <div class=\"cst-gallery__thumbs\" id=\"cst-thumbs-677b16fdc3b846e837e1f8a6\">\n            \n                \n                    <button class=\"cst-gallery__thumb is-active\"\n                type=\"button\" data-index=\"0\" data-large=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\"\n                aria-label=\"Image 1\">\n                <img src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\" alt=\"How to Design Programs: an Introduction to Programming and Computing 2Ed\" loading=\"lazy\" />\n                </button>\n                \n            \n                \n                    <button class=\"cst-gallery__thumb \"\n                type=\"button\" data-index=\"1\" data-large=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png\"\n                aria-label=\"Image 2\">\n                <img src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png\" alt=\"How to Design Programs: an Introduction to Programming and Computing 2Ed\" loading=\"lazy\" />\n                </button>\n                \n            \n            \n        </div>\n\n        \n        <div class=\"cst-gallery__main\">\n            <div class=\"cst-gallery__main-inner\" id=\"cst-main-inner-677b16fdc3b846e837e1f8a6\">\n                <img class=\"cst-gallery__main-img\" id=\"cst-main-img-677b16fdc3b846e837e1f8a6\"\n                    src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\" alt=\"How to Design Programs: an Introduction to Programming and Computing 2Ed\" />\n                <div class=\"cst-gallery__zoom-panel\" id=\"cst-zoom-panel-677b16fdc3b846e837e1f8a6\">\n                    <img class=\"cst-gallery__zoom-img\" id=\"cst-zoom-img-677b16fdc3b846e837e1f8a6\"\n                        src=\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\" alt=\"\" />\n                </div>\n                <div class=\"cst-gallery__fullview-overlay\" id=\"cst-fullview-677b16fdc3b846e837e1f8a6\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                        stroke-width=\"2.5\">\n                        <circle cx=\"11\" cy=\"11\" r=\"8\" />\n                        <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\" />\n                        <line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\" />\n                        <line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\" /></svg>\n                    Click to see full view\n                </div>\n            </div>\n        </div>\n    </div>\n\n    \n\n    <script type=\"application/json\" id=\"cst-imgs-677b16fdc3b846e837e1f8a6\">\n        [{\"url\":\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dwa5a64eaf/images/large/21e21e16236adb106c1b2b80f08b9d9c.png\",\"alt\":\"How to Design Programs: an Introduction to Programming and Computing 2Ed\"},{\"url\":\"/on/demandware.static/-/Sites-storefront-catalog-m-en/default/dw5ee55ee2/images/large/8c3a830fab381fe7aee9c92bcc5def05.png\",\"alt\":\"How to Design Programs: an Introduction to Programming and Computing 2Ed\"}]\n        </script>\n\n\n</div>\n\n        <!-- Product Name and Number -->\n        <div class=\"col-sm-6\">\n            <div class=\"row\">\n                <div class=\"col\">\n                    <section>\n                        <h1 class=\"product-name\">How to Design Programs: an Introduction to Programming and Computing 2Ed</h1>\n                    </section>\n                </div>\n            </div>\n\n            <div class=\"detail-panel\">\n                <!-- Attributes -->\n                <section class=\"attributes\">\n\n                    <div class=\"row\">\n    <div class=\"col\">\n        \n    </div>\n</div>\n\n\n                        \n                            <div data-attr=\"styleNumber\" class=\"swatch row\">\n                                <div class=\"col-8\">\n                                    \n<div class=\"attribute cst-attribute\">\n    \n\n        <label class=\"styleNumber\" for=\"styleNumber-1\">\n            Book Type\n        </label>\n\n        <div class=\"cst-select-wrapper\">\n            <div class=\"cst-select-viewport\">\n                <!-- cst-select-grid injected by cst-sizeBoxes.js -->\n            </div>\n            <!-- Nav injected by JS if needed -->\n        </div>\n\n        <select class=\"custom-select form-control select-styleNumber\" id=\"styleNumber-1\" >\n            <option value=\"https://www.emega.com.au/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?dwvar_677b16fdc3b846e837e1f8a6_styleNumber=&amp;pid=677b16fdc3b846e837e1f8a6&amp;quantity=1\">\n                Select Book Type\n            </option>\n            \n                <option value=\"null\" data-attr-value=\"Hardcover\"\n                    disabled\n                    \n                >\n                    Hardcover\n                </option>\n            \n                <option value=\"https://www.emega.com.au/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?dwvar_677b16fdc3b846e837e1f8a6_styleNumber=Paperback&amp;pid=677b16fdc3b846e837e1f8a6&amp;quantity=1\" data-attr-value=\"Paperback\"\n                    \n                    \n                >\n                    Paperback\n                </option>\n            \n        </select>\n\n    \n</div>\n\n                                </div>\n\n                                \n                                    <!-- Quantity Drop Down Menu -->\n                                    <div class=\"attribute quantity col-4 d-sm-none\">\n                                        \n                                            \n<label for=\"quantity-1\">Quantity</label>\n<select class=\"quantity-select custom-select form-control\" id=\"quantity-1\">\n    \n        <option value=\"1\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=1\"\n                selected\n        >\n            1\n        </option>\n    \n        <option value=\"2\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=2\"\n                \n        >\n            2\n        </option>\n    \n        <option value=\"3\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=3\"\n                \n        >\n            3\n        </option>\n    \n        <option value=\"4\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=4\"\n                \n        >\n            4\n        </option>\n    \n        <option value=\"5\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=5\"\n                \n        >\n            5\n        </option>\n    \n        <option value=\"6\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=6\"\n                \n        >\n            6\n        </option>\n    \n        <option value=\"7\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=7\"\n                \n        >\n            7\n        </option>\n    \n        <option value=\"8\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=8\"\n                \n        >\n            8\n        </option>\n    \n        <option value=\"9\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=9\"\n                \n        >\n            9\n        </option>\n    \n        <option value=\"10\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=10\"\n                \n        >\n            10\n        </option>\n    \n</select>\n\n                                        \n                                    </div>\n                                \n                            </div>\n                        \n\n                        <div class=\"d-sm-none row availability align-self-end \" data-ready-to-order=\"false\" data-available=\"true\">\n                            \n<div class=\"col-4\">\n    <span class=\"availability non-input-label\">\n        Availability:\n    </span>\n</div>\n<div class=\"col-8\">\n    <ul class=\"list-unstyled availability-msg\">\n        <li>\n            \n                <div>Select Styles for Availability</div>\n            \n        </li>\n    </ul>\n</div>\n\n\n                        </div>\n\n                    <hr>\n\n                    <!-- Applicable Promotions -->\n                    <div class=\"row\">\n                        <div class=\"col-12 promotions\">\n                            <div class=\"align-self-center\">\n                                \n\n                            </div>\n                        </div>\n                    </div>\n                </section>\n\n                \n                    <!-- Options -->\n                    \n                \n            </div>\n        </div>\n    </div>\n\n    \n\n    \n</div>\n<div class=\"modal-footer row align-items-end\">\n    \n\n    <div class=\"hidden-xs-down col availability align-self-end global-availability\" data-ready-to-order=\"false\" data-available=\"true\">\n        <div class=\"row\">\n            \n<div class=\"col-4\">\n    <span class=\"availability non-input-label\">\n        Availability:\n    </span>\n</div>\n<div class=\"col-8\">\n    <ul class=\"list-unstyled availability-msg\">\n        <li>\n            \n                <div>Select Styles for Availability</div>\n            \n        </li>\n    </ul>\n</div>\n\n\n        </div>\n    </div>\n\n    <div class=\"col\">\n        <div class=\"row align-items-end\">\n            <!-- Quantity -->\n            <div class=\"hidden-xs-down col-4\">\n                \n                    \n<label for=\"quantity-1\">Quantity</label>\n<select class=\"quantity-select custom-select form-control\" id=\"quantity-1\">\n    \n        <option value=\"1\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=1\"\n                selected\n        >\n            1\n        </option>\n    \n        <option value=\"2\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=2\"\n                \n        >\n            2\n        </option>\n    \n        <option value=\"3\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=3\"\n                \n        >\n            3\n        </option>\n    \n        <option value=\"4\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=4\"\n                \n        >\n            4\n        </option>\n    \n        <option value=\"5\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=5\"\n                \n        >\n            5\n        </option>\n    \n        <option value=\"6\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=6\"\n                \n        >\n            6\n        </option>\n    \n        <option value=\"7\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=7\"\n                \n        >\n            7\n        </option>\n    \n        <option value=\"8\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=8\"\n                \n        >\n            8\n        </option>\n    \n        <option value=\"9\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=9\"\n                \n        >\n            9\n        </option>\n    \n        <option value=\"10\"\n                data-url=\"/on/demandware.store/Sites-eMEGA-Site/default/Product-Variation?pid=677b16fdc3b846e837e1f8a6&amp;quantity=10\"\n                \n        >\n            10\n        </option>\n    \n</select>\n\n                \n            </div>\n\n            <div class=\"col-8 mx-auto\">\n                <!-- Prices -->\n                <div class=\"prices\">\n                    \n                    \n\n    <div class=\"price\">\n        <span class=\"range\">\n    \n\n    \n    \n    \n<span>\n    \n\n    \n\n    \n    <span class=\"sales\">\n        \n            <span class=\"value\" content=\"39.40\"></span>\n        \n        \n        \n        A$39.40\n\n\n    </span>\n</span>\n\n    -\n    \n    \n    \n<span>\n    \n\n    \n\n    \n    <span class=\"sales\">\n        \n        \n            <span class=\"value\" content=\"144.40\"></span>\n        \n        \n        A$144.40\n\n\n    </span>\n</span>\n\n</span>\n\n    </div>\n\n\n                </div>\n\n                <!-- Cart and [Optionally] Apple Pay -->\n                \n                    \n<div class=\"row cart-and-ipay\">\n    <div class=\"col-sm-12\">\n        <input type=\"hidden\" class=\"add-to-cart-url\" value=\"/on/demandware.store/Sites-eMEGA-Site/default/Cart-AddProduct\">\n        <button class=\"add-to-cart-global btn btn-primary\"\n                data-pid=\"677b16fdc3b846e837e1f8a6\"\n                >\n            <i class=\"fa fa-shopping-bag\"></i>\n            \n                Add to Cart\n            \n        </button>\n    </div>\n</div>\n\n                \n            </div>\n        </div>\n    </div>\n</div>\n",
  "productUrl": "/eMEGA/677b16fdc3b846e837e1f8a6.html"
}