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

Missing Cart, Checkout and Complete pages #816

Open
penbox-ad opened this issue Oct 24, 2023 · 3 comments
Open

Missing Cart, Checkout and Complete pages #816

penbox-ad opened this issue Oct 24, 2023 · 3 comments

Comments

@penbox-ad
Copy link

Hi, after a new theme clean install I have lost the Community Store pages Cart, Checkout and Complete from the Sitemap. I have already tried to update Community Store but it didn't help. Pages are still missing.

I can see these pages via ftp: ../web/packages/community_store/single_pages but how I can get these also to Sitemap?

@Mesuva
Copy link
Collaborator

Mesuva commented Oct 24, 2023

Have those pages been moved to the trash?

If not, you could try:

  • taking a full backup
  • in the database, adjusting in the Packages database table, the version number for Community Store to something lower (just so it will allow the upgrade to be triggered)
  • in packages/community_store/src/CommunityStore/Utilities/Installer.php, around line 466 there should be a line:
    if (!$upgrade) {
    Change that to
    if (true) {
  • then go to the Extend page in the dashboard and trigger the Community Store upgrade
  • revert that line of code

@penbox-ad
Copy link
Author

This worked! Thank you a lot, you saved me from reinstallning.

@Mesuva
Copy link
Collaborator

Mesuva commented Oct 25, 2023

That's great.

I might adjust the upgrade script a little, just so if this happens in the future an upgrade alone can fix it.
So I'll leave this issue open for a bit, to remind me.

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

No branches or pull requests

2 participants