Copy settings
This tool will copy all of the WooCommerce settings from the current blog to any selected blogs. The settings on the child blog are overwritten.
Amongst other things, the following settings are copied:
- Basic settings (all database options that begin with woocommerce_, wp_wc_)
- German market settings
- Shipping zone data
Coupons
Coupons can be broadcasted. When a broadcasted coupon is used during checkout, its amount and usage cound will automatically be synced to all linked coupons (parent and siblings).
Order sync
Syncing of orders created on the product’s parent blog can be synced to the product’s child blogs. Syncing orders made on a product’s child blog can be synced back to the product’s parent blog using the Back To Parent add-on.. If a visitor orders a broadcasted product, the order is copied over to each linked blog.
Changing the status of broadcasted orders is currently only supported using the bulk actions dropdown and the tickbox. Changing the status by editing the order is not currently supported, although will be in the future as soon as more reports come in.
Price: Prevent child changes
If you want to change the prices on your child products, and want to protect the price when broadcasting,
visit Admin > Broadcast > Settings tab > Custom fields subtab
And add the following lines to your custom field protect list:
_regular_price
_price
Reviews sync
If you enable the Comments Broadcast add-on your the syncing of your reviews can be set up like the comment sync of any normal post type.
Stock sync
This option will keep the stock of all broadcasted products in sync with each other.
Usage Tracking
Broadcast is not compatible if you have the WooCommerce.com usage tracking setting enabled.
You will get a critical error just after the child product is created on the child site.
Variations per queue
Do your products have so many variations, with so many images, that your broadcasts are failing / timing out even though you’re using the queue? Use this setting to divide the variation broadcasting of each product into several pieces so the broadcast doesn’t take too long. The setting controls how many variations of a product are broadcasted per queue process occasion.
Try 5 variations per queue to start off with, since that shouldn’t take longer than PHP’s default time limit of 30 seconds. How many variations you have time for per queue depends how complicated the variations are. You can use debug mode and manual queue processing to see if Broadcast has time to finish before running out of time.
So if you have a product with 100 variations, using a value of 5 variations per queue, it will take 20 queue processes (100 / 5) to completely broadcast the complete product with variations.
This setting only works with the queue enabled.
YITH WooCommerce Tab Manager
In order for the tab information to be preserved, broadcast the tabs themselves before broadcasting your products. To broadcast a tab, you must edit the tab, where you will be shown the normal Broadcast meta box.
Article features
This add-on is featured in the following articles:
I have purchased the Woocommerce add-on. One major problem that we’re encountering is that it’s not broadcasting the product gallery, just the featured image. Your product descriptions states that it broadcasts gallery images. Please assist, this urgent for us.
Thank you
According to the WooCommerce add-on page, if you wish the product image gallery to be correctly broadcasted, you’ll have to enable the Custom Field Attachments add-on.
Since version 3 WooCommerce the add-on now handles the gallery by itself. No more need for the Custom Field Attachments add-on.
Report from a user regarding the variations per queue setting: “Just to keep you updated. I experimented a bit with variations number so that it does not cause timeouts (I set 30 in the end), set up the cron job and after a while the queue is empty. So this works well on my end.”
There are two add-ons used for bulk broadcasting: The Send To Many and Queue add-ons.
This should simplify mass broadcasting to just a few clicks and a cup of coffee.
I tried to create a woocommerce category with image in it, but when I created product with that category, then I broadcast to my child site, category’s image was not broadcasted to my child site, product post and category were brodcasted but not with category’s image, should I buy woocommerce pack/addon broadcast, or there is something i should set
Look in the list above and you’ll find the answer to your question: “category images”
https://woocommerce.com/products/woocommerce-subscriptions/
I cannot say; I haven’t heard anyone broadcasting subscriptions, nor anyone complaining that it doesn’t work.
At any rate, standard behavior for someone telling me that something doesn’t work is usually a few broadcast debug texts sent to me and then I add support for the new feature to the add-on in question. :)
For example: I have a blank t-shirt on my master blog [Product 1]. I can broadcast it to my sub-blog and update the images with different artwork there, which is perfect. However I have 5 more t-shirts on the sub-blog, each would use [Product 1] from the master blog. Can I broadcast [Product 1] multiple times to the same sub-blog to keep them all linked to the master?
Thanks!
Unfortunately there can only be 1 child per site, but this does sound like it should be solvable via some custom code. Feel free to e-mail me with some more details about how your web shop works (and what needs to be shared between the products) and perhaps we can figure something out.