• Hi, I looking for the following and was wondering if anyone can help me as it’s a bit beyond my technical abilities……
    Basically, I have a WordPress website which isn’t very big and it consists primarily of a Woocommerce section but only using it as a product catalogue and NOT any transactions. I then need to have a series of other websites which will be identical in every way apart from the branding (logo and a couple of minor style sheet changes to colours). I need a set up whereby I can make on change to the main (parent) website which then automatically updates the rest of the other (child) websites. However, in addition to this, I need to be able to, if required, to be able to log in any of the child websites and make any changes/additions eg add a contact form, but without affecting any of the other sites.
    I have seen and tested systems where I can update things like the CMS / plugins / themes etc in one go but not when it comes to content, especially such as Woocommerce.
    Any guidance / help would be very much appreciated!

    Many thanks!

Viewing 1 replies (of 1 total)
  • Looks like you need to set up WPMU website, and organize mirroring for your woocommerce products data from main website to all the childs you’ll have.

    Here is the guide to set up WPMU:
    https://codex.wordpress.org/Create_A_Network

    Woocommerce products are stored in the same tables regular wordpress pages are stored, so you need to mirror woocommerce posttype records only from wp_posts, wp_postmeta, wp_terms, wp_termmeta, wp_term_taxonomy, wp_term_relationships, wp_woocommerce_termmeta tables.

    That procedure is not complex, but requires some minor software development experience.

Viewing 1 replies (of 1 total)

The topic ‘WordPress site with a Woocommerce section’ is closed to new replies.