Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rishi Mehta

    (@rcreators)

    Hi Nitesh,

    Thanks for the review. No user has submitted bug before that plugin is not working with latest version. I am sure you checked support forum for same. You can either put ticket in support forum instead of putting 1 star review without asking support.

    Anyway, i will check in free time, if its work, i cannot solve issue from your side. There can be many reason for plugin to not work from bad theme to plugin conflict.

    Actually it works with WC 3.0 and WP 4.81,
    there’s just two php notice:

    1) accessing directly to WC object properties is now deprecated, this happens on $product->product_type, instead you need $product->get_type() from WC 3.0

    2) undefined variable $args in woocommerce_template_loop_add_to_cart, it has been sufficient to add it ad default variable in function, like this:
    woocommerce_template_loop_add_to_cart($args = array())

    and everything works as expected

    • This reply was modified 7 years, 2 months ago by bluantinoo.
    • This reply was modified 7 years, 2 months ago by bluantinoo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn’t work with woocommerce 3.0+’ is closed to new replies.