The highest of all the high heels, Smaibulun stilettos collection is the most wanted, needed, loved styles for sexy gals!! Walk your way!!
function renderWishlistCounter() {
var counter_elem = document.querySelectorAll(".swym-wishlist-header-counter");
if (counter_elem) {
for (var i = 0; i < counter_elem.length; i++) {
if (window._swat.renderWishlistCount) {
window._swat.renderWishlistCount(counter_elem[i], function(count, element) {
console.log("debug - renderWishlistCount", count, element); /* Can be removed after verification */
});
}
}
}
}
if (!window.SwymCallbacks) {
window.SwymCallbacks = [];
}
window.SwymCallbacks.push(renderWishlistCounter);