-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Premium theme not activated when signing up with Premium plan or above #21075
Comments
I'd like to also fix this bad one: #14896 We shouldn't be charging customers for themes after they've upgraded. |
I tested and confirmed that this is still happening. If I go to My Sites > Themes I can then activate the premium theme on my site at no additional charge, but if I go back to the URL I started at (https://wordpress.com/theme/photo-blog) I run into #14896 which is really bad. |
One of the problems is that What action this flow takes is depends mostly on which site is selected (see But the fix appears to be a lot more complicated than just adding |
Some ideas of best way to proceed:
|
@seear "Pick this design" button currently does not allow me to create a new website a selected Premium theme. Is this issue still valid? UPDATE: Only just now realized I should try the test flow without being signed in. Doh. |
This issue is stale because it has been 180 days with no activity. You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation and apply one of relevant issue close labels. |
Adding this to the Design Selection program we're looking at for issue triage. Sounds fixed-ish? But we should test it. :) |
I confirm that this bug exists and it's reproducible. A different theme needs to be used since the one cited above (photo-blog) does not exist anymore. You can use this: https://wordpress.com/theme/ovation I am searching for possible fixes, seems complex |
With the complexity and our priorities I'm going to close this one as wontfix. We can open it up again if there are user reports. |
Steps to reproduce
What I expected
Site should have the photo-blog theme activated after checking out.
What happened instead
Site has a default theme activated.
Browser / OS version
n/a
Screenshot / Video
Context / Source
Manual testing while investigating #20717
Notes
This happens because the Premium plan includes themes, so the theme is not added to the cart, but headstart does not allow switching to a premium theme (see
class-headstart-lifecycle#maybe_switch_to_theme
in Headstart repo).The text was updated successfully, but these errors were encountered: