VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I define multiple price for perticuler product? for e.g. There is one digital product with subscription for that price are different weekly based, monthly based, yearly based etc. If "Yes" then How can I display all price as form of dropdown in section of price?

nani28 opened this issue · comments

Please provide detailed information about your issue, thank you!

Version info:

  • Browser version:
  • Platform version:
  • Storefront version:

Expected behavior

Actual behavior

Steps to reproduce

Yes. You can define multiple prices in different price lists, then you can call

​/api​/products​/{productId}​/prices
​/api​/pricing​/evaluate

to return multiplece prices and display them for the client.

Also you can create a new variation for each digital product with subscription and assign own price for each.