Group Product Price Cached?
-
Hello, I have a site where I replaced the “add to cart” button text with the product price. I used the
$product->get_price()
method to display the price.However, after changing the price on the products linked to a Group product, I noticed the Group product continued to show the old price on our “add to cart” button in the catalog. Although, the price is listed correctly when viewing the Group product.
If I duplicated the Group product, the price would appear correctly in our button; which lead me to believe this is a caching issue.
I tried clearing the WooCommerce transients and our server caching, but that did not resolve the issue.
The single products update the price fine, but only the Group product did not.
Has anyone else run into this issue?
Is this a bug with getting the price for a Group product?
- The topic ‘Group Product Price Cached?’ is closed to new replies.