Please make sure that the SevenSpikes.Core plugin is installed.
Also you can try to modify your Global.asax file by simply putting a blank space in it to force a restart of the application.
Please let us know how it goes!
Best Regards,
Nop-Templates Support Team
Hi,
Thank you for your feedback. There was a change in the Nop Ajax Cart in the way how is integrated manually and this has not been added in our documentation which we are going to fix very soon.
Can you try integrating the Nop Ajax Cart using the line below:
For ProductBox_.cshtml :
@Html.Action("GetAddProductToCartAjaxButton", "NopAjaxCart", new { ProductId = Model.Id, ButtonValue = Model.ProductPrice.AvailableForPreOrder ? T("ShoppingCart.PreOrder") : T("ShoppingCart.AddToCart") })
For _ProductVariantAddToCart.cshtml:
@Html.Action("GetAddProductVariantToCartAjaxButton", "NopAjaxCart", new { ProductVariantId = Model.ProductVariantId, ButtonValue = Model.AvailableForPreOrder ? T("ShoppingCart.PreOrder") : T("ShoppingCart.AddToCart") })
Please let us know if this does not work!
Thanks!
Hi,
The Nop Fashion Theme is designed for single product variant and the lack of multi product variants is not a bug. But as we now have more and more customers asking about multi product variants support we will add this functionality in the near future or for nopComemrce v.2.6 the latest.
Hope that helps!