Title: [Plugin: WooCommerce] Updated template issue
Last modified: August 31, 2016

---

# [Plugin: WooCommerce] Updated template issue

 *  [mvmt1](https://wordpress.org/support/users/mvmt1/)
 * (@mvmt1)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-woocommerce-updated-template-issue/)
 * Hello yall, I went through this morning and updated a few of the outdated templates.
   After doing so I went to my shop page [http://www.thegreenmvmt.com/shop-4/](http://www.thegreenmvmt.com/shop-4/)
   and got a “Catchable fatal error”. I went to the line in the code where it said
   the error was but could not figure out what’s wrong. Any help would be great.
   Heres the code for the line where it says the error is. Lines 560 and 561 (line
   with error code)
 *     ```
       function woocommerce_template_loop_category_link_open( $category ) {
       	echo '<a href="' . get_term_link( $category->slug, 'product_cat' ) . '">';
       ```
   

Viewing 1 replies (of 1 total)

 *  [c960657](https://wordpress.org/support/users/c960657/)
 * (@c960657)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-woocommerce-updated-template-issue/#post-6992027)
 * Changing the second line from
    `echo '<a href="' . get_term_link( $category->
   slug, 'product_cat' ) . '">';` to `echo '<a href="' . get_term_link( $category,'
   product_cat' ) . '">';` fixed a similar problem for me.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WooCommerce] Updated template issue’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 1 reply
 * 2 participants
 * Last reply from: [c960657](https://wordpress.org/support/users/c960657/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-woocommerce-updated-template-issue/#post-6992027)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
