WooCommerce Template out of date?

Home Forums WordPress Themes – Premium Lavish Pro WooCommerce Template out of date?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17159
    Phil
    Participant

    lavish-pro/woocommerce/cart/cart-shipping.php version 2.3.0 is out of date. The core version is 2.5.0,

    I have the latest version, is this a problem?

    Thanks
    Phil

    #22619
    Sushil Adhikari
    Moderator

    Hi Phil,

    Theme version is not the problems out theme neither the woocommerce plugin version. It is due to the version of woocommerce template that are inherits from woocommerce plugin. We will soon release the latest woocommerce template For now you can copy the template on child theme keeping on same directory:

    lavish-pro/woocommerce/cart/cart-shipping.php

    There you will get the following code on cart-shipping.php template:

    /**
     * Shipping Methods Display
     *
     * In 2.1 we show methods per package. This allows for multiple methods per order if so desired.
     *
     * @author 		WooThemes
     * @package 	WooCommerce/Templates
     * @version     2.3.0
     */

    You just need to replace the following code with this:[Just changing the version to 2.5.0 from 2.3.0]

    /**
     * Shipping Methods Display
     *
     * In 2.1 we show methods per package. This allows for multiple methods per order if so desired.
     *
     * @author 		WooThemes
     * @package 	WooCommerce/Templates
     * @version     2.3.0
     */

    Let us know how it will goes.

    Thanks

    #22626
    Phil
    Participant

    Thank that worked 🙂

    #17160
    Sushil Adhikari
    Moderator

    That’s awesome , happy for you. 🙂

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.