Manufacturer catalogue image - please note that pre-release images may be CAD renders or CGI images rather than photographs
More Information SKU GM433 Manufacturer Gaugemaster Barcode 5060025804330 Manufacturer Code GM433 Scale/Gauge 1:76 Scale, OO Scale Reviews Write Your Own Review Only registered users can write reviews. Please Sign in or create an account function initProductSections() { return { items: [], currentOpen: 'description', init() { this.$refs.accordion.style.minHeight = null; this.items = [...this.$refs.accordion.children]; }, openSectionItem(id) { this.currentOpen = id; this.$nextTick(() => { document.getElementById(this.currentOpen).scrollIntoView({ behavior: "smooth", block: "nearest", inline: "nearest" }); }); }, sectionItemIsOpen(id) { return this.currentOpen === id }, } } details[data-name] summary { display: flex } const observer = new MutationObserver( (mutationList, observer) => { for (const mutation of mutationList) { if (mutation.type === "attributes") { let option = document.querySelector("[name=selected_configurable_option]").value; if (option) { document.querySelector("[id=product-addtocart-button]").dataset.selection = option; } } } }); (select => { if (select) { observer.observe(select, { attributes: true } ); } })(document.querySelector("[name=selected_configurable_option]")); if (window.require) { require(['jquery', 'domReady!'], function($){ if ($('.mfblogunveil').length) { require(['Magefan_Blog/js/lib/mfblogunveil'], function(){ $('.mfblogunveil').mfblogunveil(); }); } }); } else { /* e.g. hyva theme */ document.addEventListener("DOMContentLoaded", function(){ var items = document.getElementsByClassName('mfblogunveil'); var el, url; if (items.length) { for (var i=0; i { return config.useGraphQL || product.id; }) : []; } return { products: [], currency: [], noOfProductsToShow: config.noOfProductsToShow, loading: true, minHeight() { return 'min-height: ' + ((this.loading && '491px') || 0); }, getProducts() { const recentlyViewedProductsArray = readRecentlyViewedFromStorage(); let itemsToShow = []; if (recentlyViewedProductsArray.length > 0) { // Avoid showing the current product const start = 'GM433' === '' ? 0 : 1; itemsToShow = recentlyViewedProductsArray.slice(start) } itemsToShow = itemsToShow.slice(0, this.noOfProductsToShow); if (!itemsToShow.length) { this.noOfProductsToShow = 0; this.loading = false; return; } config.useGraphQL ? this.fetchProducts(itemsToShow) : this.renderRecentlyViewedProducts(itemsToShow) }, fetchProducts(itemsToShow) { const skusToFetch = itemsToShow.map(product => product.sku); const query = `query ($skus: [String!]!) { products(filter: { sku: { in: $skus } }) { items { sku id name small_image { label url } url_key url_suffix visibility status price_range { minimum_price { regular_price { value currency } final_price { value currency } } } } }}`; const variables = JSON.stringify({skus: skusToFetch}); window.fetch(BASE_URL + 'graphql?' + new URLSearchParams({query, variables}), { method: 'GET', headers: { 'Store': 'gm_main', 'Content-Currency': 'GBP' }, }) .then((response) => response.json()) .then((result) => { this.currency = (result && result.data && result.data.currency); const responseProducts = ( result && result.data && result.data.products && result.data.products.items ) || []; // fix sorting of the response-products according to the sorting of the requested-products const sortedProducts = []; skusToFetch.forEach(sku => { responseProducts.forEach(productData => { if (sku === productData.sku) { sortedProducts.push(productData); } }); }); this.renderRecentlyViewedProducts(sortedProducts); } ) .finally(() => this.loading = false) }, // end fetchProducts() renderRecentlyViewedProducts(products) { this.products = products; this.loading = false; if (config.isSlider) { this.$nextTick(() => this.calcPageSize()); } }, addToWishlist(productId) { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'wishlist/index/add/'; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(response => { if (response.redirected) { window.location.href = response.url; } else if (response.ok) { return response.json(); } else { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "warning", text: "Could not add item to wishlist." }], 5000 ); } }).then(response => { if (!response) { return } typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: (response.success) ? "success" : "error", text: (response.success) ? "Product has been added to your Wish List." : response.error_message }], 5000 ); window.dispatchEvent(new CustomEvent("reload-customer-section-data")); }).catch(function (error) { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // end addToWishlist() addToCompare(productId) { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'catalog/product_compare/add/'; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(response => { if (response.redirected) { window.location.href = response.url; } }).catch(error => { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // slider properties active: 0, getSlider() { return this.$root.querySelector('.js_slides'); }, pageSize: 4, pageFillers: 0, calcPageSize() { const slider = this.getSlider(); if (slider) { this.pageSize = Math.round(slider.clientWidth / slider.querySelector('.js_slide').clientWidth); this.pageFillers = ( this.pageSize * Math.ceil(this.products.length / this.pageSize) ) - this.products.length; } }, calcActive() { const slider = this.getSlider(); if (slider) { this.active = Math.ceil( Math.round( slider.scrollLeft / (slider.scrollWidth / (this.products.length + this.pageFillers)) ) / this.pageSize ) * this.pageSize; } } } }
Supplier links are provided for your convenience and do not guarantee that the product is currently available. RailwayModels.uk is not a representative of these suppliers, but may receive a commission when purchases are made through links on this page.