Close

Add to cart from catalog page for multi-variant product?

bubli
11 years ago
#929 Quote
Avatar
  • 12
Hi,
is there a way how to add product to cart from catalog page if the product has multiple variants? I tried to forcefully set Model.ProductPrice.DisableBuyButton to false so button is always generated, but this shows just one (first) product variant. I'd like to see a list of all variants there.

Thanks,
bubli
PS: I'm using Nop Ajax Cart integrated with Nop Fashion Theme (2.6)
Support
11 years ago
#938 Quote
Avatar
  • Moderator
  • 1044
bubli wrote:
Hi,
is there a way how to add product to cart from catalog page if the product has multiple variants? I tried to forcefully set Model.ProductPrice.DisableBuyButton to false so button is always generated, but this shows just one (first) product variant. I'd like to see a list of all variants there.

Thanks,
bubli
PS: I'm using Nop Ajax Cart integrated with Nop Fashion Theme (2.6)


You could try to modify the Multi Product Variants mini details view template in order to show more variants.
SevenSpikes.Nop.Plugins.AjaxCart\Views\NopAjaxCartCatalog\ProductTemplate.VariantsInGrid.cshtml

At the moment both templates are the same as the Single Variant.
Please let us know if you manage to make this work.

Best Regards,
Nop-Templates Support Team