• Hi There,

    I Want to use your plugin to list services on the front end of my website.

    However the shortcode [product] is pulling from the eCommerce on my website. Is there a way to change this shortcode to pull from your plugin instead?

    I also tried using just the id but this doesn’t work either

    https://wordpress.org/plugins/grid-products/

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.