kasuwai

Ecommerce, web development
Year: 2021
Technology: Wordpress, woocommerce
Categories: Ecommerce

Description

Kasuwai is a dynamic e-commerce platform designed to connect buyers and sellers seamlessly. It provides a user-friendly marketplace where individuals and businesses can discover, buy, and sell products effortlessly, creating a vibrant digital shopping experience.

Conclusion

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const targetId = this.getAttribute("href"); window.location.href = `${window.location.origin}/${targetId}`; }); });