skip to Main Content

I have an active running shopify store, I need to upgrade it to a new theme.
First need to add pages and products in the new theme in development phase which should only go into the new theme that I am working on to develop and should not disturb the existing store. When all the product and pages for the new development theme are done I would expect to publish it.

What would be the best approach to go with this?
As currently when I go to customize the other theme it doesn’t let me add specific products/ pages for that theme only.

2

Answers


  1. Long story short, you can’t.

    If you like products to be visible to a specific theme only you will need to create a separate dev store or create hidden product ( not visible to the Online Store channel ).

    For the pages is not a big problem since if you don’t link ( and your search don’t look for pages as well ) to them it will be hard to someone to enter then.

    Login or Signup to reply.
  2. This is a common issue – youre doing an overhaul but don’t want to disturb current business. Sure on Plus this is made easy ( If you are on plus, ask your MSM for a new dev shop and use the Transporter app ) but for non-plus stores, it can be a headache.

    There’s no cut and dry answer but here are some ways to get the job done.

    • Create your dev theme and start doing your work there, as you’re doing.
    • For pages, as mentioned by drip’s answer, don’t link them and you should be fine. If you don’t want search engines to index these while you’re working on them, you can also add some liquid logic to your layout/theme.liquid and add the pages you don’t want and have it add a meta no-index tag.
    • If your products are being completely reformatted, i.e. new description formats and such, create one product that has the new formatting, then export your CSV and add the new formatting in there. If you do this, be sure to export again and update your inventory values in your newly formatted sheet since they have likely changed since your export and when your new product formatting is done.
    • If you have new products you want to hide – give them a special product type, lets say hidden. In your smart collection rules – Type allows a ‘not equal to’ so set that there and also use the same no-index meta so google isn’t indexing them until your ready.

    Main things are – your new content can be ‘live’ in Shopify but if there’s no where on site to link to it, its pretty safe unless someone guesses the url. then just make sure you add a band-aid so Google doesn’t index them. This can also be extended to your sites search, a bit more work there but 100% doable.

    The last bits that are ‘always on’ like your navigation – that you map all out and hustle on. Or make a new nav with a new handle and use that.

    Best of luck! Have done many massive overhauls of sites and product data all while the site is live, just need to use a little finesse to work around some of the things specific to Shopify.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search