Viewing 1 replies (of 1 total)
  • Plugin Contributor ModDish

    (@moddish)

    you would need to replace the references to product shortcode in the plugin file to something else, in either our plugin or woo, that way they do not conflic with each other.

    believe the line is

    add_shortcode(‘product’, ‘product_shortcode’);

    look for that line and change it to

    add_shortcode(‘grid’, ‘product_shortcode’);

    or something along them lines

    then use grid as your shortcode.

    if that doesn’t work let me know.

    Thanks
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce’ is closed to new replies.