- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Tagged: Variable Products, variations, woocommerce
Hi, I just launched a site (https://screenflair.com/shop/) and am wondering why all variations are displaying instead of just the overall variable product. We’re using a third part inventory system that syncs with skus etc. so not sure if that’s it?
I’ve cloned the site in a staging environment (not associated to third party) and it works great:
http://screenflair.staging.wpengine.com/shop/
Please advise,
Thank you,
Hi
A number of issues are possible. Our cache only updates when the WordPress post editor update button is pressed. It does not update if posts are imported/synced. These import plugins act in bulk, but actually work one record/post at a time (in a loop) and so we have an action you can add to their code to simulate the update button press:
Update Cache for a Particular Post
I think this is the most likely cause, if that sounds right to you?