Women's Extra Wide Fit Shoes (6E) (2024)

'; html +='

'; html += '

' + suggestion.vendor + '

'; html += '

' + suggestion.meta.product.product_title + '

'; if (suggestion.compare_at_price) { html +='

€' + suggestion.price.toFixed(2) + '£' + suggestion.compare_at_price.toFixed(2) + '

'; } else{ html += '

€' + suggestion.price.toFixed(2) + '

'; } html +='

'; html += ''; html +='

'; html +='
'; html ='

' html +='

'; html +=''; if(suggestion.image) { var newURLImg = suggestion.image.replace('.jpg','_250x250.jpg'); html +=''; } html +=''; html +=''; html += '' + suggestion.vendor + ''; html += '' + suggestion.meta.product.product_title + ''; if (suggestion.compare_at_price) { html +='' + SearchFormatMoney(suggestion.price.toFixed(2)) + '' + SearchFormatMoney(suggestion.compare_at_price.toFixed(2)) + ''; } else{ html += '' + SearchFormatMoney(suggestion.price.toFixed(2)) + ''; } html +='' html +='

'; html += '

' html +='' return html; }, header: function() { return "

Hits

"; } } }, //To display the brands for the retrieved hits { source: function(query, callback) { Squery=query; hitsIndex.search(query, { hitsPerPage: 5, facets: ["vendor"] }).then( function(answer) { /* console.log('answer'); console.log(answer);*/ callback(Object.entries(answer.facets.vendor).slice(0, 10)); }, function() { callback([]); } ); }, templates: { suggestion: function(suggestion, answer) { return "" + suggestion[0] + " (" + suggestion[1] + ")"; }, header: function() { return "

Brands

"; } } } ]) .on("autocomplete:selected", function(event, suggestion, dataset, context) { /* console.log("event", event); console.log("suggestion", suggestion); console.log("dataset", dataset); console.log("context", context);*/ if (dataset == 1) { } if (dataset == 2) { //To send a click event aa("clickedObjectIDsAfterSearch", { eventName: "product_clicked", index: "SSC_products", queryID: suggestion._queryID, objectIDs: [suggestion.objectID], positions: [suggestion._position] }); setSearchCookie2(suggestion._queryID); } if (dataset == 3) { } }); function SearchFormatMoney(cents) { var priceInCents = cents*100; /** * Uncomment the following block to support Shopify multi-currency * and convert prices from store currency to the currency selected by * the user (aka "presentment" currency). * Please note that this relies on the `Shopify.currency` object exposed * by Shopify, which is an undocumented feature and can change at any time. */ if (Shopify) { if (Shopify.currency) { if (Shopify.currency.rate){ console.log(Shopify.currency); priceInCents=priceInCents* Shopify.currency.rate; // priceInCents = Math.ceil(priceInCents); var currencySymbol='£' switch(Shopify.currency.active) { case 'GBP': currencySymbol='£'; break; case 'USD' : currencySymbol="$"; break; case 'AUD' : currencySymbol="$"; break; case 'CAD' : currencySymbol="$"; break; case 'EUR': currencySymbol="€"; break; case 'CHF' : currencySymbol="Sfr."; break; case 'NZD' : currencySymbol="$"; break; case 'ZAR' : currencySymbol="R"; break; case 'INR' : currencySymbol="₹"; break; default: currencySymbol=''; break; } var currencySuffix=''; switch(Shopify.currency.active) { case 'PLN' : currencySuffix=" zł"; break; case 'SEK' : currencySuffix=" kr"; break; } if (Shopify.currency.rate == 1) { return currencySymbol + (priceInCents / 100).toFixed(2) + currencySuffix } else { return currencySymbol + Math.ceil((priceInCents / 100).toFixed(2)) + currencySuffix } }else{return cents} }else{return cents} }else{return cents} }

Login / Sign Up

My account

New customer?

Lost password?

Remembered your password?

Already have an account?

Cart

Filters

View:

Sort by:

Filters

' html +='' html +='' html +='' if(data.meta.product.altimagelist) { var thumbList = data.meta.product.altimagelist.split(/\s*,\s*/); if (thumbList.length >1){ for(var i = 0; i < thumbList.length; i++) { if (thumbList[i] != data.image) { html += '' html += ''; break; } } } } html +='' html +='' html +=''; html +='

' if (data.meta.product){ if(data.meta.product.skulist) { html+='

' ; html +='

';html +='

'; html +='Trustpilot';html +='

'; html +='

';html +='

'; }} var BrandLink=BrandCollection(data.vendor); if (BrandLink ==''){BrandLink='/collections/vendors?q='+ data.vendor} html +='

'+ data.vendor +'' html +=''+ data.meta.product.product_title +'

' html +='Sale price' + formatMoney(data.price.toFixed(2)) + '' html +='' if (data.compare_at_price) { if (data.compare_at_price > 0 && data.compare_at_price < data.price) { html +='Translation missing: en.collection.product.was' + formatMoney(data.compare_at_price.toFixed(2)) + '

' } } if (data.meta.product.rrp) { if (data.meta.product.rrp /100 > data.compare_at_price){ html +='RRP ' + formatMoney((data.meta.product.rrp /100).toFixed(2)) + '

' }} if(data.meta.product.altimagelist) { var thumbList = data.meta.product.altimagelist.split(/\s*,\s*/); if (thumbList.length >1){ html +='

' for(var i = 0; i < thumbList.length; i++) { var thumbImage=thumbList[i]; var LargeImage=thumbImage.replace('.jpg','_250x250.jpg'); thumbImage=thumbImage.replace('.jpg','_40x40.jpg'); html +='

'; html +='Women's Extra Wide Fit Shoes (6E) (7)' html +='

'; } html +='

' } } html +='

'html +='' return html } } , cssClasses:{ list: ['product-list product-list--collection product-list--with-sidebar'], item: ['product-item product-item--vertical 1/3--tablet-and-up 1/4--desk']}, hitsPerPage:24 }) ); var refinementListWithPanel = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementListWithPanel({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#colour', attribute: 'meta.global.shortcolour', showMore: true }) ); pagesearch.addWidget( refinementListWithPanel({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#mobilecolour', attribute: 'meta.global.shortcolour', showMore: true }) ); var refinementType = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementType({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#type', attribute: 'named_tags.type', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementType({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#mobiletype', attribute: 'named_tags.type', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementBrand = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementBrand({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#brand', attribute: 'vendor', operator: 'or', showMore: true, showMoreLimit: 40, sortBy: ['name:asc'], }) ); pagesearch.addWidget( refinementBrand({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#mobilebrand', attribute: 'vendor', operator: 'or', showMore: true, showMoreLimit: 40, sortBy: ['name:asc'], }) ); var refinementOccasion = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementOccasion({ cssClasses : { item: 'collection__filter-checkbox'}, container: '#occasion', attribute: 'named_tags.occasion', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementOccasion({ cssClasses : { item: 'collection__filter-checkbox' }, container: '#mobileoccasion', attribute: 'named_tags.occasion', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementStyle = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementStyle({cssClasses : {item: 'collection__filter-checkbox'}, container: '#style', attribute: 'named_tags.style', operator: 'or', limit: 10, showMore: true, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementStyle({cssClasses : {item: 'collection__filter-checkbox'}, container: '#mobilestyle', attribute: 'named_tags.style', operator: 'or', limit: 10, showMore: true, sortBy: ['name:asc'] }) ); var refinementGender = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementGender({cssClasses : {item: 'collection__filter-checkbox'}, container: '#gender', attribute: 'named_tags.gender', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementGender({cssClasses : {item: 'collection__filter-checkbox'}, container: '#mobilegender', attribute: 'named_tags.gender', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementWidth = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementWidth({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#width', attribute: 'named_tags.width', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementWidth({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#mobilewidth', attribute: 'named_tags.width', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementCalf = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementCalf({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#calf-width', attribute: 'named_tags.calffit', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementCalf({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#mobilecalf-width', attribute: 'named_tags.calffit', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementBootType = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementBootType({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#boot-type', attribute: 'named_tags.boottype', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementBootType({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#mobileboot-type', attribute: 'named_tags.boottype', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementHeel = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementHeel({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#heel', attribute: 'named_tags.heel', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); pagesearch.addWidget( refinementHeel({cssClasses : {item: 'collection__filter-checkbox'}, // those options are provided to the RefinementList container: '#mobileheel', attribute: 'named_tags.heel', operator: 'or', limit: 10, sortBy: ['name:asc'] }) ); var refinementSize = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '', footer: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.refinementList); pagesearch.addWidget( refinementSize({ // those options are provided to the RefinementList container: '#size', attribute: 'meta.global.shortsize', operator: 'or', limit: 30, cssClasses: { item: ['sizeitem collection__filter-checkbox'] }, sortBy: ['name:asc'], transformItems: function(items) { for(var i = 0; i < items.length; i++) { if (items[i].label.startsWith("0")) { items[i].label=items[i].label.substr(1); items[i].highlighted=items[i].highlighted.substr(1); } } return items; } }) ); pagesearch.addWidget( refinementSize({ // those options are provided to the RefinementList container: '#mobilesize', attribute: 'meta.global.shortsize', operator: 'or', limit: 30, cssClasses: { item: ['sizeitem collection__filter-checkbox'] }, sortBy: ['name:asc'], transformItems: function(items) { for(var i = 0; i < items.length; i++) { if (items[i].label.startsWith("0")) { items[i].label=items[i].label.substr(1); items[i].highlighted=items[i].highlighted.substr(1); } } return items; } }) ); var refinementPrice = instantsearch.widgets.panel({ cssClasses: { body: 'panel collection__filter-collapsible' }, templates: { header: '' }, hidden: function(options) { return options.results.nbHits ===0; } })(instantsearch.widgets.rangeSlider); pagesearch.addWidget( refinementPrice({ // those options are provided to the RefinementList container: '#price', attribute: 'price', tooltips: { format: function(formattedValue) { return '£' + formattedValue; } } }) ); pagesearch.addWidget( refinementPrice({ // those options are provided to the RefinementList container: '#mobileprice', attribute: 'price', tooltips: { format: function(formattedValue) { return '£' + formattedValue; } } }) );pagesearch.addWidget( instantsearch.widgets.currentRefinements({cssClasses: {delete: 'collection__active-filter-cross',list: 'collection__active-filters',item: 'collection__active-filter-item'}, transformItems: function(items) { for(var i = 0; i < items.length; i++) { switch(items[i].attribute) { case "meta.global.shortsize" : items[i].attribute='Size'; break; case "meta.global.shortcolour" : items[i].attribute='Color'; break; case "vendor" : items[i].attribute='Brand'; break; case "named_tags.type" : items[i].attribute='Type'; break; case "named_tags.occasion" : items[i].attribute='occasion'; break; case "named_tags.gender" : items[i].attribute='Gender'; break; case "named_tags.style" : items[i].attribute='Style'; break; case "named_tags.width" : items[i].attribute='Width'; break; case "named_tags.calffit" : items[i].attribute='Calf Width'; break; case "named_tags.boottype" : items[i].attribute='Boot Type'; break; case "named_tags.heel" : items[i].attribute='Heel Height'; break; } } return items; }, container: '#current-refinements' })); pagesearch.addWidget( instantsearch.widgets.pagination({ cssClasses: { firstPageItem: 'pagination__prev link', lastPageItem: 'pagination__next link', previousPageItem: 'pagination__prev link', nextPageItem: 'pagination__next link', pageItem: 'pagination__nav-item' , selectedItem: 'is-active', list: 'pagination__nav'}, container: '#paginationblock',}) ); pagesearch.addWidget(instantsearch.widgets.stats({ container: '#stats', templates: { text(data) { if (data.hasNoResults) { return 'No Results' } if (data.hasOneResult) { return 'Showing one result' } if (data.hasManyResults) { return 'Showing ' + data.nbHits + ' products - page ' + (data.page +1) + '/' + data.nbPages; } } }})); pagesearch.addWidget(instantsearch.widgets.stats({ container: '#statsmobile',cssClasses: {root: 'collection__products-count text--small hidden-desk'}, templates: { text(data) { if (data.hasNoResults) { return 'No Results' } if (data.hasOneResult) { return 'Showing one result' } if (data.hasManyResults) { return 'Showing ' + data.nbHits + ' products - page ' + (data.page +1) + '/' + data.nbPages; } } }})); pagesearch.addWidget(instantsearch.widgets.hitsPerPage({ container: '#hits-per-page', items: [ { label: '16 products per page', value: 16 }, { label: '32 products per page', value: 32 , default: true}, { label: '64 products per page', value: 64 } ],})); pagesearch.addWidget(instantsearch.widgets.sortBy({ container: '#sort-by', cssClasses :{root: 'collection__toolbar-item collection__toolbar-item--sort'}, items: [ { label: 'Featured', value: 'easy_products' } ],})); pagesearch.addWidget(instantsearch.widgets.clearRefinements({ cssClasses: {button: 'button button--transparent button--extra-small'}, container: '#clear-refinements-mobile',})); pagesearch.start(); pagesearch.on('render', function() { // Do something on render var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { var controlId=acc[i].getAttribute("aria-controls"); var panel = acc[i].parentElement.parentElement.lastElementChild; panel.id=controlId; panel.setAttribute("aria-hidden",true); } var hidden=document.getElementsByClassName("ais-RefinementList--noRefinement"); var x; for (x = 0; x < hidden.length; x++) { hidden[x].parentElement.parentElement.parentElement.classList.add("noContent") } });function imageSrcSet(path) { if (path) {var imgsrc=path.replace(".jpg","_200x.jpg") + ' 200w, 'imgsrc+=path.replace(".jpg","_300x.jpg") + ' 300w, 'imgsrc+=path.replace(".jpg","_400x.jpg") + ' 400w, 'imgsrc+=path.replace(".jpg","_500x.jpg") + ' 500w, 'imgsrc+=path.replace(".jpg","_600x.jpg") + ' 600w, 'imgsrc+=path.replace(".jpg","_700x.jpg") + ' 700w, 'imgsrc+=path.replace(".jpg","_800x.jpg") + ' 800w 'return imgsrc; }else{ return ''}} function RolloverThumbnail(id, src) { var elementID='rollover' + id; var x = document.getElementById(elementID); // Get the element with id="demo"x.src = src; x.classList.remove("product-item__rollover-image__hidden"); } function RolloutThumbnail(id) { var elementID='rollover' + id; var x = document.getElementById(elementID); x.classList.add("product-item__rollover-image__hidden"); } function formatMoney(cents) { var priceInCents = cents*100; /** * Uncomment the following block to support Shopify multi-currency * and convert prices from store currency to the currency selected by * the user (aka "presentment" currency). * Please note that this relies on the `Shopify.currency` object exposed * by Shopify, which is an undocumented feature and can change at any time. */ if (Shopify) { if (Shopify.currency) { if (Shopify.currency.rate){ priceInCents=priceInCents* Shopify.currency.rate; // priceInCents = Math.ceil(priceInCents); var currencySymbol='£' switch(Shopify.currency.active) { case 'GBP': currencySymbol='£'; break; case 'USD' : currencySymbol="$"; break; case 'AUD' : currencySymbol="$"; break; case 'CAD' : currencySymbol="$"; break; case 'EUR': currencySymbol="€"; break; case 'CHF' : currencySymbol="Sfr."; break; case 'NZD' : currencySymbol="$"; break; case 'ZAR' : currencySymbol="R"; break; case 'INR' : currencySymbol="₹"; break; default: currencySymbol=''; break; } var currencySuffix=''; switch(Shopify.currency.active) { case 'PLN' : currencySuffix=" zł"; break; case 'SEK' : currencySuffix=" kr"; break; } if (Shopify.currency.rate == 1) { return currencySymbol + (priceInCents / 100).toFixed(2) + currencySuffix } else { return currencySymbol + Math.ceil((priceInCents / 100).toFixed(2)) + currencySuffix } }else{return cents} }else{return cents} }else{return cents} } function BrandCollection(brand) { var linkArray = {}; if (linkArray[brand]){return linkArray[brand]}else{return ''}; }

Recently viewed

FREE delivery over £70

£3.49 Standard UK delivery £5.49 Express UK Delivery

Hassle Free Returns

45 day return limit. 99p/pair returns insurance

Customer Services

email: helpdesk@easyfit.co.uk
tel: 0344 844 0809

100% Secure payments

Visa, Mastercard, Amex, Apple Pay & Google Pay

Women's Extra Wide Fit Shoes (6E) (2024)
Top Articles
How to Tell if a Number is Rational or Irrational + Examples
7.1 Rational and Irrational Numbers - Prealgebra 2e | OpenStax
Denman Promo Code
Ascension St. Vincent's Lung Institute - Riverside
Scary Games 🕹️ | Play For Free on GamePix
Navicent Human Resources Phone Number
Iapd Lookup
Foodsmart Jonesboro Ar Weekly Ad
Myhr North Memorial
Crestwood Funeral Home Obituaries Gadsden Al
Weather Channel Quincy
Chubbs Canton Il
Buhl Park Summer Concert Series 2023 Schedule
Oriellys Bad Axe
How to Sign Out of Microsoft Outlook: Step-by-Step Guide - Solve Your Tech
My Fico Forums
Forest | Definition, Ecology, Types, Trees, Examples, & Facts
Ghostbusters Afterlife 123Movies
Rufus Rhett Bosarge
Elemental Showtimes Near Regal White Oak
Walgreens Pharmacy | Manage Prescriptions, Transfers, and Refills
Pella Culver's Flavor Of The Day
Kaelis Dahlias
The Angel Next Door Spoils Me Rotten Gogoanime
Generac Find My Manual
Pain Out Maxx Kratom
The 10 Craigslist Guys You’ll Live With in DC
San Diego Box Score
Twitter Pestel Analysis 2024| Free Pestel Framework
Hd Hub4U Com
Below Her Mouth | Rotten Tomatoes
Recharging Iban Staff
Acadis Portal Missouri
Thomas E Schneider Jeopardy
Jackandjill Pregnant
Mellow Mushroom Nutrition Facts: What to Order & Avoid
Media Press Release | riversideca.gov
Gargoyle Name Generator
No title - PDF Free Download
Musc Food Truck Schedule
Baywatch 2017 123Movies
Big Lots Hours Saturday
Dimensional Doors Mod (1.20.1, 1.19.4) - Pocket Dimensions
Travelvids October 2022
Couponsky.com
The Realreal Temporary Closure
Six Broadway Wiki
Netspar on LinkedIn: Netspar is pleased to announce the next Netspar Pension Day, which will…
City Of Omaha Efinance
Lubbock Avalanche Journal Newspaper Obituaries
Sam Smith Lpsg
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 6537

Rating: 4 / 5 (71 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.