Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Store profiler - product types step change #4577

Closed
5 tasks
pmcpinto opened this issue Jun 15, 2020 · 8 comments
Closed
5 tasks

Store profiler - product types step change #4577

pmcpinto opened this issue Jun 15, 2020 · 8 comments
Assignees
Milestone

Comments

@pmcpinto
Copy link

Description: we aim to iterate on the product types step, in order to increase the number of users that select useful extensions

Product types.png

Acceptance Criteria:

  • Toggle the “Physical products” checkbox on by default
  • Remove the Composite products option
  • Include Product Bundles and Product Add-ons as options
  • Display monthly pricing instead of annual (see mockup)
  • Add tooltip with more info about the purchase (see mockup)

Event tracking:
Probably it won't be necessary additional tracking

Additional links:
Design mockup

@becdetat
Copy link
Contributor

Estimate: 2

@joshuatf
Copy link
Contributor

joshuatf commented Jun 17, 2020

Estimate: 2-3

My only concern is changing and formatting those prices from the wccom REST API as monthly prices instead of annual.

@jeffstieler
Copy link
Contributor

Agree on @becdetat 's estimate of 2 (assuming we can use our existing <Count /> component), and share @joshuatf 's concerns about the potential need to change the WCCOM API. (or can we just divide by 12?)

Question for @jameskoster on the pill/count component color - we just removed a lot of purple from the UI.. are we using purple for this?

@joshuatf
Copy link
Contributor

(or can we just divide by 12?)

After dividing and parsing, I think we can. It includes an encoded HTML entity for currency that needs to be stripped first and added back on. Nothing too crazy, just not exactly what you'd expect from the API response:

https://woocommerce.com/wp-json/wccom-extensions/1.0/search?category=product-type

@jameskoster
Copy link
Member

Question for @jameskoster on the pill/count component color - we just removed a lot of purple from the UI.. are we using purple for this?

Most likely yes :) The thinking is to be way more intentional when we apply any in-product branding (using purple). The latest direction is essentially to use it around any features that require some interaction or connection with woocommerce.com or wordpress.com. IE purchasing / installing extensions, setting up WCPay, or WCServices.

@mattsherman
Copy link
Contributor

Display monthly pricing instead of annual

I know this is a much larger discussion, but I am definitely not a fan of our displaying of monthly prices when we bill annually. But, I get it.

Do any of the prices vary based on other options being selected on this screen? Or, are they all completely decoupled?

<Count /> currently only shows a number, correct? So, we'd have to extend it to allow for a formatted string to be passed in. At which point, it isn't really a count anymore. So, it shares styling/layout with <Count />, but seems distinct.

I'd go with an estimate of 2.

@jeffstieler
Copy link
Contributor

Duh! Thanks for catching that @mattsherman.

@timmyc
Copy link
Contributor

timmyc commented Jul 21, 2020

With #4707 merged, I think we can close this out now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants