I successfully added the cart to multiple cart but there's no cart showing up on user page.

CommentFileSizeAuthor
#6 orders_page.png42.86 KBBD3
#4 admin_page.png43.21 KBBD3
#4 shopping_carts_page.png141.71 KBBD3
multiple_1.jpg27.38 KBoltus
multiple_2.jpg31.7 KBoltus

Comments

oltus created an issue. See original summary.

BD3’s picture

I am not seeing the cart tab as well. According to the code, it is supposed to appear at /user/[uid]/carts, however when I travel to that, it just goes to the main profile of the user and this user does have more than one cart. I have uninstalled, flushed caches, etc, but it doesn't appear. Did you ever get this working? Or any guidance from anyone else?

spacetaxi’s picture

Have you tried adding an item to the first cart and then creating another cart? I believe I set things up so that it won't create a new cart if the first one is empty.

BD3’s picture

StatusFileSize
new141.71 KB
new43.21 KB

Thanks for replying. I do have both shopping carts with products in them. When I create a new cart using the "Create A New Cart" link it does create a new empty cart, I then add products to it, and try and visit /user/[uid]/carts, but nothing still appears there. Does it matter that I am adding products to the cart from the admin pages? I don't have a product display content type setup, and am just adding products to the cart manually via the admin interface.

spacetaxi’s picture

Thanks for your reply. Can you see if that new cart shows under /user/[uid]/orders ? I wonder if it is not showing because of a status change?

BD3’s picture

StatusFileSize
new42.86 KB

Nothing seems to be showing there either. Both orders are still in the "Shopping Cart" status.

Using:
Drupal Core 7.54
Drupal Commerce 7.x-1.13
Commerce Cart Multiple 7.x-1.0

No other commerce contrib modules are being used as well. Plain commerce installation.

spacetaxi’s picture

Can you enable the user carts view?

BD3’s picture

Ahh, that was my problem all along. I didn't see that it was disabled! Thank you for your support.

  • spacetaxi committed aab3a56 on 7.x-1.x
    Issue #2845120 by oltus, BD3: Enable user carts view by default.
    
spacetaxi’s picture

Status: Active » Fixed

New release will not have user carts view disabled by default.

spacetaxi’s picture

Status: Fixed » Closed (fixed)