Title: Product Image Sizes
Last modified: August 21, 2016

---

# Product Image Sizes

 *  [wesfoto](https://wordpress.org/support/users/wesfoto/)
 * (@wesfoto)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/product-image-sizes/)
 * Is there any way to make the image sizes bigger? Do you use the thumbnail sizes?
 * [http://wordpress.org/extend/plugins/wp-order-cart/](http://wordpress.org/extend/plugins/wp-order-cart/)

Viewing 1 replies (of 1 total)

 *  [Smat Placid](https://wordpress.org/support/users/www_smatplacid_com/)
 * (@www_smatplacid_com)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/product-image-sizes/#post-3860995)
 * In [PLUGIN_DIR -> Templates -> product.php] – so in this case a single view –
   u can play around line 43 with “echo get_the_post_thumbnail($post->ID, ‘medium’);”
   the size.
    Try make ‘large’ or ‘full’.
 * If u need a custom size, goto functions.php in ur TEMPLATE_DIR and search for“
   add_image_size” – if it doesn’t exist, create:
 * add_image_size( ‘name’, x-size, y-size, true );
 * and rename the line 43 with your size-name.
 * As far as I know, u will have to upload the images again to see the effect.

Viewing 1 replies (of 1 total)

The topic ‘Product Image Sizes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-order-cart.svg)
 * [WP Order Cart](https://wordpress.org/plugins/wp-order-cart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-order-cart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-order-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-order-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-order-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-order-cart/reviews/)

## Tags

 * [cart](https://wordpress.org/support/topic-tag/cart/)

 * 1 reply
 * 2 participants
 * Last reply from: [Smat Placid](https://wordpress.org/support/users/www_smatplacid_com/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/product-image-sizes/#post-3860995)
 * Status: not resolved