Hi everyone
,
I’m building a simple e-commerce in Bubble.
My model: a Cart type with a field products (List of Products).
Goal
-
Clicking “Add to cart” → add product to the active Cart.
-
Clicking “Cart (0)” → navigate to the Cart page, which should display products in a RG.
Problem: the Repeating Group on the Cart page stays empty.
Current workflow
-
If no Cart exists → Create a new Cart (products add Current Page’s Product, status = en_cours, user_temp_id = Current User’s unique id).
-
Else → Make changes to Cart (products add Current Page’s Product).
-
I also store the Cart in a custom state
PanierActif. -
The “Cart (0)” button → does a Set state PanierActif via a Search, then Go to page Cart (Data to send = PanierActif).
Expected
The RG on the Cart page (type = Product, data source = Current Page Cart's products) should list products.
Actual
The RG stays empty. But in App data, the Cart is created and sometimes products are added to its products list.
Question
Do you think the issue comes from:
-
Type of content / Data to send setup on the Cart page?
-
Missing constraints in my “Make changes to Cart” (not always filtering with user_temp_id + status)?
-
Wrong RG data source (
Current Page Cart's products)? -
Or Privacy rules?
I’m attaching all screenshots in order. Thanks a lot for your help ![]()












