Hello!
Today I updated WP to latest version, WooCommerce to Version 2.0.3 and also updated the Abundance theme to recent version (downloaded two days ago).
These are the issues I have noticed so far:
Two boxes for the product display arrangement in the category (as in, sort by name, popularity etc). There use to be one, above the nav bar on the right. Now has located to the left and there are two of them. I used this code that I found in another thread:
#top .woocommerce-ordering {
position: absolute;
display: block;
right: 0;
top: 21px;
}
And as you can see here http://femmefatalecosmetics.com.au/product-category/rp/ it has relocated them back to the right but there are still two. This is showing on Chrome and Firefox that I can tell.
When I add an item to the cart the entire page goes completely messed up:

So I changed the setting to "Redirect to the cart page after successful addition". this seems to be OK when you add the product from the product's page. However, if you are adding the product from the category page it mucks up the cart page as such:

Also any tips on how to remove the new star rating shown on products that have reviews? I want reviews shown on product pages, but not the star rating on category pages and couldn't find how to remove this in the backend settings.
Thank you!














