WooCcommerce Version: 2.0.11 | css issues on product page

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Jun 17, 2013 9:45 am
Hi,

I have updated to WooCcommerce Version: 2.0.11.

I have notice that the upgrade effected the Storebox template (Template version: 1.0)
On the product page the Link Products -> Upsells info is in the product heading? see attachment


Below are the pages woo commerce upgraded (Template Overrides below where sourced from "system status").
/woocommerce/cart/cart.php,
/woocommerce/content-product.php,
/woocommerce/myaccount/my-orders.php,
/woocommerce/single-product/product-image.php

regards
Michael
User avatar
Junior Boarder

GK User
Mon Jun 17, 2013 9:57 am
I have updated to WooCcommerce Version: 2.0.11.

I have notice that the upgrade effected the Storebox template (Template version: 1.0)
On the product page the Link Products -> Upsells info is in the product heading? see attachment


Below are the pages woo commerce upgraded (Template Overrides below where sourced from "system status").
/woocommerce/cart/cart.php,
/woocommerce/content-product.php,
/woocommerce/myaccount/my-orders.php,
/woocommerce/single-product/product-image.php

regards
Michael[/quote]
User avatar
Junior Boarder

GK User
Tue Jun 18, 2013 7:40 am
Hi,

Thanks for your feedback, could you please attach a screenshot? or send me a PM with the URL of your site, because I updated to WC 2.0.11 and don't see this.
User avatar
Moderator

GK User
Tue Jun 18, 2013 12:28 pm
Thanks for the URL, you're right there is a bug when the product is displaying without description, additional info and reviews (tabs) but it's not connected with WC update.

To fix this, open Storebox/css/woocommerce.css file (line 482) and replace this fragment:
Code: Select all
div.product .woocommerce-tabs,
#content div.product .woocommerce-tabs {
   clear: both;
}
with this one:
Code: Select all
div.product .woocommerce-tabs,
#content div.product .woocommerce-tabs,
div.product .upsells.products,
div.product .related.products {
   clear: both;
}


Thanks again for report this issue, I'll add this fix to the nearest theme update.
User avatar
Moderator


cron