Title: WooCommerce
Last modified: August 21, 2016

---

# WooCommerce

 *  [Eddyb1](https://wordpress.org/support/users/eddyb1/)
 * (@eddyb1)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/woocommerce-102/)
 * 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/](https://wordpress.org/plugins/grid-products/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-102/#post-4937463)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/grid-products.svg)
 * [Grid Products](https://wordpress.org/plugins/grid-products/)
 * [Support Threads](https://wordpress.org/support/plugin/grid-products/)
 * [Active Topics](https://wordpress.org/support/plugin/grid-products/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grid-products/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grid-products/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ModDish](https://wordpress.org/support/users/moddish/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-102/#post-4937463)
 * Status: not resolved