This site has limited support for your browser. We recommend switching to Edge, Chrome, Safari, or Firefox.

Create account
Search
Cart

{ "@context": "http://schema.org", "@type": "Organization", "name": "ProjektRide","sameAs": [ null, null, null, null, null, null, null ], "url": "https:\/\/projektride.co.uk" }
console.log("pr-product-page");
Header Image

Select variant dropdown
White - £159.99 GBP
Decrease quantity Increase quantity
< input type="number" name="quantity" id="quantity--template--15326745395426__main" value="1" min="1">
Notify me when this product is available:
Submit
ry: 'GB', storefrontLanguage: 'en', shopLocale: 'en', shopDomain: 'projektride.co.uk', variantPrice: '15999', cartPrice: '0', selector: 'shopify-osm-ASUorQUNvQS9uckFQO__klarna_on_site_messaging_app_block_8gNReH', topPadding: '0', bottomPadding: '0', }); } else { window.appBlockPlacements.push({ productVariants: [{"id":43981987905762,"title":"Black","option1":"Black","option2":null,"option3":null,"sku":"WHHAC6H1K","requires_shipping":true,"taxable":true,"featured_image":{"id":39123676463330,"product_id":8063451824354,"position":1,"created_at":"2023-03-26T22:33:21+01:00","updated_at":"2023-03-26T22:33:23+01:00","alt":null,"width":1170,"height":1184,"src":"\/\/projektride.co.uk\/cdn\/shop\/products\/Screenshot2023-03-26at22.31.49.png?v=1679866403","variant_ids":[43981987905762]},"available":true,"name":"Combat II 26\" SS Wheel - Black","public_title":"Black","options":["Black"],"price":15999,"weight":0,"compare_at_price":null ,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31722435182818,"position":1,"preview_image":{"aspect_ratio":0.988,"height":1184,"width":1170,"src":"\/\/projektride.co.uk\/cdn\/shop\/products\/Screenshot2023-03-26at22.31.49.png?v=1679866403"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43981987938530,"title":"White","option1":"White","option2":null,"option3":null,"sku":"WHHAC6H1K-2","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Combat II 26\" SS Wheel - White","public_title":"White","options":["White"],"price":15999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}], templateName: 'product', shopLocale: 'en', dataKey: 'top-strip-promotion-badge', storefrontCurrency: 'GBP', storefrontCountry: 'GB', storefrontLanguage: 'en', shopDomain: 'projektride.co.uk', varia


solid (nutted) M10 axle.
CNC machined and Black anodised alloy hub shells.Halo 36mm Combat rims with eyelets.
Black 14g spokes and nipples.solid (nutted) M10 axle.

CNC machined and Black anodised alloy hub shells.

 Black 14g spokes and nipples.

 
[]
{ "@context": "http://schema.org/", "@type": "Product", "name": "Combat II 26\" SS Wheel", "url": "https:\/\/projektride.co.uk\/products\/combat-ii-26-ss-wheel","image": [ "https:\/\/projektride.co.uk\/cdn\/shop\/products\/Screenshot2023-03-26at22.31.49_1170x.png?v=1679866403" ],"description": "\nOur original, mainstay heavy duty and affordable wheelset.\nFeaturing our RL SS rear single speed sealed bearing rear hub with a solid (nutted) M10 axle.\nAvailable in either black (suitable for use with either Disc or V brakes*) or white (for disc use only).\nPlease note you will need to order an additional HG type sprocket for these rear wheels.\nFeatures:\nHalo 36mm Combat rims with eyelets.solid (nutted) M10 axle.CNC machined and Black anodised alloy hub shells.Black 14g spokes and nipples.\n ","sku": "WHHAC6H1K","brand": { "@type": "Thing", "name": "halo" },"gtin8": "","offers": [{ "@type" : "Offer","sku": "WHHAC6H1K","availability" : "http://schema.org/InStock", "price" : 159.99, "priceCurrency" : "GBP", "url" : "https:\/\/projektride.co.uk\/products\/combat-ii-26-ss-wheel?variant=43981987905762" }, { "@type" : "Offer","sku": "WHHAC6H1K-2","availability" : "http://schema.org/InStock", "price" : 159.99, "priceCurrency" : "GBP", "url" : "https:\/\/projektride.co.uk\/products\/combat-ii-26-ss-wheel?variant=43981987938530" } ] }
ProjektRide
Buy Sell Ride Confident

FAQ

Questions and answers

FAQ
Questions and answers
eCartSellingPlans() .then(hasUpdates => { if (hasUpdates) { console.debug('STOQ - cart selling plans updated successfully'); } else { console.debug('STOQ - no cart selling plan updates needed'); } }) .catch(error => { console.error('STOQ - error updating cart selling plans:', error); }); } }); } // First try to get settings from metafields with expiry check const cachedSettings = window._RestockRocketConfig.cachedSettings; const validCachedSettings = cachedSettings ? checkSettingsExpiry(cachedSettings) : null; if (validCachedSettings) { console.debug('STOQ - using cached settings'); initializeScripts(validCachedSettings); } else { console.debug('STOQ - fetching fresh settings'); const headers = { 'X-Shopify-Shop-Domain': window._RestockRocketConfig.shop || window.Shopify.shop, 'ngrok-skip-browser-warning': 'skip' }; if (window.Shopify?.theme?.role === 'main') { headers['X-Shopify-Theme-Schema-Name'] = window.Shopify.theme.schema_name; headers['X-Shopify-Theme-Schema-Version'] = window.Shopify.theme.schema_version; headers['X-Shopify-Theme-Store-Id'] = window.Shopify.theme.theme_store_id; } fetch( `${window._RestockRocketConfig.host}/api/v1/setting.json?translation_locale=${window._RestockRocketConfig.normalizedLocale}`, { headers } ) .then(function(response) { if (!response.ok) { throw new Error('Network response was not ok'); } return response.json(); }) .then(function(settings) { initializeScripts(settings); }) .catch(function(error) { // If request failed and we have cached settings (even if expired), use them as fallback if (cachedSettings) { console.debug('STOQ - using expired cached settings as fallback'); initializeScripts(cachedSettings); } else { console.error('STOQ - failed to load settings:', error); } }) .catch(function(e) { console.error(e) }) } function initializeScripts(settings) { settings = applyTranslations(settings); window._RestockRocketConfig.settings = settings; console.debug(`STOQ - settings configured for ${window._RestockRocketConfig.pageType}`); // Setup cart selling plan updater BEFORE loading any scripts to avoid race conditions setupCartSellingPlanUpdater(settings); if(settings.enable_app) { const hijackIntegration = window._RestockRocketConfig.integrations.find(function(integration) { return integration.type === 'hijack' && integration.enabled && integration.page_types.includes(window._RestockRocketConfig.pageType); }) if(window._RestockRocketConfig.pageType === 'collection' && (settings.show_button_on_collection || settings.preorder_collection_enabled)) { createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection); } else if(window._RestockRocketConfig.pageType === 'index' && (settings.show_button_on_index || settings.preorder_index_enabled)) { createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection); } else if(window._RestockRocketConfig.pageType === 'search' && (settings.show_button_on_search || settings.preorder_search_enabled)) { createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection); } else if(window._RestockRocketConfig.pageType === 'page' && (settings.show_button_on_page || settings.preorder_page_enabled)) { createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection); } else if(window._RestockRocketConfig.pageType === 'product') { createRestockRocketScript(window._RestockRocketConfig.scriptUrlProduct); } else if(hijackIntegration) { createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection); } else { console.debug(`STOQ - no scripts enabled for ${window._RestockRocketConfig.pageType}`); } // Dispatch custom event when app is loaded // Cart selling plan updates will be triggered by s toq:preorder-api-ready event const appLoadedEvent = new CustomEvent('stoq:loaded', { detail: { pageType: window._RestockRocketConfig.pageType, enabled: settings.enable_app, settings: settings, preorderEnabled: settings.preorder_enabled } }); console.debug('STOQ - dispatching app loaded event'); window.dispatchEvent(appLoadedEvent); } }