Skip to product information
1 of 1

Isipho

A bunch of roses

A bunch of roses

Regular price R 300.00 ZAR
Regular price Sale price R 300.00 ZAR
Sale Sold out

a bunch of 10 red roses

View full details
document.addEventListener('DOMContentLoaded', function() { const addToCartForms = document.querySelectorAll('form[action="/cart/add"]'); addToCartForms.forEach(form => { form.addEventListener('submit', function(e) { e.preventDefault(); fetch('/cart/add', { method: 'POST', body: new FormData(form) }) .then(response => response.json()) .then(data => { window.location.href = '/cart'; }); }); }); });