Book a Service
) where on of the team will be more than happy to help.Custom Builds 82 Newington Road, EH91QN, Edinburgh.
Book a Service
Parts & ComponentsYou May Also Like
ProjektRide Bike Shop Edinburgh
We also have a physical store, if you are local please pop in -
ProjektRide Bike Shop Edinburgh#relatedProducts--template--26482384994687__related { --PT: 60px; --PB: 60px; } #relatedProducts--template--26482384994687__related .tabs__nav { --text-size: calc(var(--adjust-heading) * 1.35); } @media screen and (max-width: 767px) { #relatedProducts--template--26482384994687__related .grid--mobile, #relatedProducts--template--26482384994687__related .carousel--mobile { grid-template-columns: repeat(1, minmax(0, 1fr)); } }
See More
Guadeloupe (EUR€)
Brake SparesInsure Your Bike
Quantity
Guernsey (GBP£)
See MoreCookie PolicyGuinea (GNFFr)
- 1 Terms of Service Front Suspension Guinea-Bissau (XOFFr)
- Refund policy Rear Suspension 2 Hungary (HUFFt) Service
- Finishing Kit








// Setup listener regardless - updateCartSellingPlans has its own guards
// This ensures cleanup happens even when preorders are disabled globally
// Listen for stoq:inventory-data-loaded event dispatched by api.js
window.addEventListener('stoq:inventory-data-loaded', function(event) {
console.debug('STOQ - Inventory data loaded, updating cart selling plans');
if (window._RestockRocket && window._RestockRocket.updateCartSellingPlans) {
window._RestockRocket.updateCartSellingPlans()
.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);
});
}
});
}
// ---- Live settings via the Storefront API (additive, does not gate init) ----
// The inli