Cart
Product
Price
Qty
Total
 
UGX 264,000
UGX 528,000
UGX 230,000
UGX 230,000
UGX 313,000
UGX 313,000
UGX 250,000
UGX 250,000
UGX 430,000
UGX 430,000
UGX 303,000
UGX 606,000
UGX 270,000
UGX 270,000
UGX 590,000
UGX 590,000

Cart totals

Subtotal UGX 3,217,000
Shipping

Shipping to Kampala.

Total UGX 3,222,000
Top
document.addEventListener("scroll", function() { const button = document.querySelector(".sticky-call-button"); const scrollPosition = window.scrollY; const pageHeight = document.documentElement.scrollHeight - window.innerHeight; const scrolledPercent = (scrollPosition / pageHeight) * 100; if (scrolledPercent > 20) { button.classList.add("show"); } else { button.classList.remove("show"); } });