]> _ Git - fluidbook-html5.git/commitdiff
#7423
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Apr 2025 11:33:52 +0000 (13:33 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Apr 2025 11:33:52 +0000 (13:33 +0200)
js/libs/fluidbook/cart/fluidbook.cart.puma.js

index 293295b2cafe58fcdac98c4fea26b055a797a13b..8d091d75d0bcf3135f0e18c64a548f46d1d586e4 100644 (file)
@@ -247,7 +247,7 @@ FluidbookCartPuma.prototype = {
 
 
     exportPlanogramme: function () {
-        let url = this.fluidbook.service.getBaseURL(true) + 'puma/planogramme/' + encodeURIComponent(this.getItemsReferences().join(','));
+        let url = this.fluidbook.service.getBaseURL(true) + 'puma/planogramme/' + this.fluidbook.settings.id + '_' + this.fluidbook.settings.cid + '/' + encodeURIComponent(this.getItemsReferences().join(','));
         console.log(url);
     },