Discover handpicked fudge truffle flavors, featuring a mix of our most popular and seasonal flavors, each beautifully crafted with an artisanal chocolate design. Every bite delivers the rich, melt-in-your-mouth experience that makes our handmade fudge truffles a standout in San Antonio’s dessert scene.
Countdown to the holidays with this artisanal Fudge Advent Calendar from San Antonio Fudge Company. Each of the 24 days reveals two handcrafted mini fudge pieces, delivering premium flavors and indulgent moments throughout December. Meticulously made by hand using quality ingredients, this calendar transforms your daily routine into a celebration of authentic, small-batch craftsmanship. Perfect for fudge lovers, gift-givers, and anyone seeking a more meaningful advent experience than mass-produced alternatives.
document.addEventListener('submit', function (e) {
const form = e.target;
if (!(form instanceof HTMLFormElement)) return;
// Only affect Classic Case product
if (!window.location.pathname.includes('/products/classic-case')) return;
// Only for add-to-cart
if (!form.action.includes('/cart/add')) return;
const qtyInput = form.querySelector('input[name="quantity"]');
if (!qtyInput) return;
qtyInput.value = '1';
qtyInput.min = '1';
qtyInput.setAttribute('data-min', '1');
}, true);
Choosing a selection results in a full page refresh.