I have added the variants to the product, but the variants does not appear on the product description page. It is supposed to appear as a dropdown below product description.
I am currenly using TeaCommerce 3.2.2 and starterkit 4.2.1
I also found the same issue in a fresh installation of TeaCommerce 3.2.3 and starterkit 4.2.4
This issue does not appear on the demo site of teaCommerce.
these functions on product.cshtml page retuns empty list:
TC.GetVariants( storeId, productPage, true ).ToList();
Variants do not appear on product page
I have added the variants to the product, but the variants does not appear on the product description page. It is supposed to appear as a dropdown below product description.
I am currenly using TeaCommerce 3.2.2 and starterkit 4.2.1
I also found the same issue in a fresh installation of TeaCommerce 3.2.3 and starterkit 4.2.4
This issue does not appear on the demo site of teaCommerce.
these functions on product.cshtml page retuns empty list: TC.GetVariants( storeId, productPage, true ).ToList();
List
The answer is in this thread.
https://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/88844-umbraco-763-cannot-add-product-variants-in-products-in-backoffice#comment-280919
is working on a reply...