From d6800975bd05b450847f57fad844eaa090637269 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 2 Feb 2026 18:20:29 +0100 Subject: [PATCH] wait #7976 @0.5 --- js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js b/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js index 4e270076..8dd5747e 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js @@ -59,6 +59,10 @@ FluidbookCartBastideResahGuest.prototype = { });*/ }, + getItemCount: function () { + return 0; + }, + addToCart: function (reference) { window.location.hash = '#/cart'; return false; -- 2.39.5