2
Answers
How to create a second "SHOPPING CART" form?
Hy guys,
I have several products type and each product has its attributes.
How can I associate every product type his cart?
Example: for all products PRODUCT_1 the button "ADD TO CART" should be directed to "cart/product1" and for all products PRODUCT_2 the button "ADD TO CART" should be directed to "cart/product1".
Thanks.
Comments
How do I get my shopping cart block in commerce 2.x. I used Ludwig to install instead of composer and my view "commerce_cart_block" does not make a block like Drupal 7. I can go to the "cart" node, but how do I add a cart to my blocks?