• Hi all- I’ve seen posts on this one before, but can’t believe that the fix has to be manipulating the php code- why wouldn’t the Presentation Editor in Store Settings work like it is supposed to?

    So I’m using wp e-commerce with the gold cart in a Organic Portfolio theme, with the most current wordpress.

    When I first installed the gold cart and category thumbnails, the thumbnail images sized properly and filled the category thumbnail image window on the main products page. Then after I changed some settings the category thumbnails reduced in size to about 45×45, a speck inside of the window, which remained the proper size. I’ve changed every setting I can think of but can’t get them to return to proper size and fill the category thumbnail window.

    Is there a documented bug? Do I really have to manipulate code? Why wouldn’t the thumbnail size settings in the Store Settings/Presentation editor work?

    thanks,
    scott

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not sure why it happens, but it only happens for me when I installed Gold Cart and set the products to display in Grid View. When I set to the default or List View for the products, the category thumbnails revert back to the correct size.

    Here is the “fix”;

    Using WP e-Commerce 3.8.7.6.2 as the example;

    wp-content/plugins/wp-e-commerce.3.8.7.6.2/wpsc-theme/wpsc-grid-view.php
    Line 16; <?php wpsc_print_category_image(45, 45); ?>

    The 45,45 is the width and height of the image. Hard code it to be what you want your category thumbnails to be.

    Thanks Cybermike ??

    Bless you. tdmac

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP e-commerce: Grid View- Category thumbnails very small and can't change them’ is closed to new replies.