Shop Up London - 4th & 5th December
Mark your diaries for the London ShopUp!
December 4th & 5th on the King's Road in Chelsea.
50 independent boutiques all under one roof, fabulous food and fun activities. Father Christmas himself will also be on hand to meet with your little ones and accept Christmas wish lists.
Don't miss the ultimate Christmas shopping fair!
Conscious Craft would love to meet our amazing clients in person and it's the prefect opportunity to see our products, test them out and ask us any questions you may have.
We hope to see you there!
Funmi & Thomas

{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString();
let pattern = /[?&]sort_by=/;
let collUrl = location.search;
let newUrl = queryString;
if(pattern.test(collUrl)) {
const theString = window.location.search;
const urlParams = new URLSearchParams(theString);
const sorty = urlParams.get('sort_by')
newUrl = queryString + '&sort_by=' + sorty;
console.log(sorty);
}
console.log(queryString);
console.log(newUrl);
loading = true;
fetch('/collections/shop-up-london-2016?' + newUrl)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#dataMix').innerHTML;
document.querySelector('#dataMix').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + newUrl);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
Sorry, there are no products in this collection