• Resolved justanothernetizen

    (@justanothernetizen)


    Hi All,
    (Thanks for the Theme).

    Upgraded to Woocommerce 3.0 in a test environment.

    I needed to overwrite “templates/single-product/product-thumbnails.php” with the default woocommerce ones. Woocommerce was grumbling otherwise.
    I also needed to add the following to “functions.php” to get the gallery working nicely.

    // From https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)-in-3.0.0

    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );

    I think otherwise things appear normal enough.

    (I also overwrote “product-thumbnails.php”; but I think that was unnecessary).

    Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • sagar42

    (@sagar42)

    Hi there!

    The issue may be the latest update of woocommerce plugin.We will fix this issue in our next theme update.Till then we suggest you to use older version of Woocommerce and you can use latest version once we fixed the issue.

    Thank you.

    Thread Starter justanothernetizen

    (@justanothernetizen)

    Hi There,

    Thanks for your reply (and for the theme).

    That is what I am doing and look forward to an update of the theme updated.

    Best regards
    (P.S. I do not feel that I should mark as “resolved” at this stage since the small incompatibility is still there.. however the suggestions that I posted above have worked on my test site).

    Thread Starter justanothernetizen

    (@justanothernetizen)

    Hi @sagar42,

    Noticed an update to Storevilla theme. Took the plunge with Woocommerce 3.0.1 and it seems to be okay now.
    Was this update the cover the 3.0 WC series?

    Kind regards.

    Thread Starter justanothernetizen

    (@justanothernetizen)

    Marking as resolved. Found no other problems related to this.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce 3.0’ is closed to new replies.