At the request of Jamedo Websites I upgrade the webshop of webvrouw to Woocommerce 2 last week. The upgrade broke my styles on the first sight. After taking a look to the css-files i found Woocommerce functions should be wrap with a woocommerce class
now.
Be sure to wrap <?php woocommerce_content(); ?>
in a <div class="woocommerce"></div>
tag in your theme.
This new css gives also problems when using star-rating and the woocommerce-lightbox. See: Star rating bug.
ShareYourCart integration
After the upgrade the ShareYourCart settings were lost. Also ShareYourCart gives a warning on the checkout page.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'ShareYourCartWooCommerceEx' does not have a method 'showCheckoutButton' in
Update: After updating ShareYourCart to the latest version (1.11.7) the problem with the check-out page is solved. ShareYourCart isn’t a integrated part of Woocommerce any more. ShareYourCart works like any other plugin now.
One Response to “Upgrading to Woocommerce 2”