Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pricing Cards #9

Open
vody opened this issue Mar 18, 2021 · 0 comments
Open

Pricing Cards #9

vody opened this issue Mar 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vody
Copy link
Collaborator

vody commented Mar 18, 2021

imageAs a publisher, I want to visualize product prices in a pricing table so that improve pricing visibility for a customer and increase conversion
image

Feature: Pricing Cards
  As a publisher, I want to visualize product prices in a pricing table so that improve pricing visibility for a customer and increase conversion. 

  Background:
    Given a publisher defined multiple prices for product A:
      | Name        | Currency | Interval | Price |
      | Starter     | NZD      | Monthly  | 100   |
      | Starter     | NZD      | Annually | 1000  |
      | Starter     | AUD      | Monthly  | 80    |
      | Starter     | AUD      | Annually | 800   |
      | Business    | NZD      | Monthly  | 300   |
      | Business    | NZD      | Annually | 3000  |
      | Business    | AUD      | Monthly  | 240   |
      | Business    | AUD      | Annually | 2400  |

  Scenario: Open pricing table
    Given account currency equal to NZD 
    And user are on Subscription Info Screen
    When user click on select plan
    Then new lookup page opens
    And there are only prices for NZD currency visualizes as cards grouped by name
    And each card incudes name, description, features, amount, unit, interval

AB#7767

@vody vody added the enhancement New feature or request label Mar 18, 2021
@vody vody self-assigned this Mar 18, 2021
@vody vody added this to 2021 Q2 in Roadmap Mar 18, 2021
@vody vody moved this from 2021 Q2 to 2021 Q3 in Roadmap Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
2021 Q3
Development

No branches or pull requests

1 participant