I have a store with products and related accessories.

I would like to know how i can provide the accessories add to cart form on the cart and checkout page.

After my users have selected a product an they have gone to the cart. They will see a list of related accessories they can add to the product they have already selected. So as soon as they select an accessory and click add. It will automatically add it to the cart and recalculate the total.

I am pulling my hair out on this issue and i will be glad if someone can shed a light on how i can create the relations between a product and its accessories and also provide the ability of attaching or adding accessories to the cart.

Thanks.

Comments

TR’s picture

Priority: Major » Normal
Status: Active » Fixed

https://drupal.org/node/1591948 is one tutorial. If you search drupal.org for "ubercart related products" you will find a lot more, including the uc_upsell module (which has a working D7 port in its issue queue).

docans’s picture

Thanks so much for your tremendous help. I am truly grateful

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

techleadzwpteam’s picture

I have follow the same procedure that are mentioned here: https://drupal.org/node/1591948
but it showing me the related products under the product detail page. I want to show it under the cart.

How can be I do that? Can anyone please help me here.