How to show large image in checkout page using WP Ecommerce plugin [closed]
IT Nursery
June 4, 2022
0
I want to show large image in checkout page right now it showing 31×31 size image in wpsc-shopping_cart_page and using <img src="https://wordpress.stackexchange.com/questions/50618/<?php echo wpsc_cart_item_image(); ?> to call thumbnail image.
what should i do for that?
3 Answers 3
I agree with Goran on editing the core files. It should not be done. But, if a user has dimensions in the name of the image, they will also be replaced and the image won’t display with this regular expression. Instead, you can create a new function in your theme’s functions.php file. Something like this: