• Here is another good use of the WP e-Commerce plugin:
    http://www.minibijou.com/

    What I like about this site is the use of the Product Groups widget on the left hand side and the Shopping Cart widget + Latest Products widget on the other sidebar.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Mufasa

    (@mufasa)

    I just showed this to a client and they were really impressed… just thought you might like to know that 😀

    Cool but I couldn’t get any other page to load even after waiting for 30 seconds.

    Not so awesome?

    Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/minibijou.com/httpdocs/wp-content/plugins/wp-shopping-cart/product_display_functions.php on line 992

    Hi, I picked up on these comments from the stats, thanks for all your comments, this is the first wp-ecommerce site I have worked on and I am learning as I go, luckily this for a family member and not for a paying client which has allowed me do a lot of testing and work out all the bugs.

    I have recently updated the site and optimized for speed, hopefully this has resolved the bugs, if anyone has any further comments I’d be very grateful for any additional feedback or recommendations for the website.

    does anybody know how to change the size of the thumbnail on the latest products widget?

    Depending on which wp-e-commerce theme you are using open latest_product_widget.php in wp-e-commerce/widgets and find on lines 29 or 30

    $output .= "				<img src='index.php?image_id=".$special['image']."&width=100&height=70' title='".$special['name']."' alt='".$special['name']."' id='product_image_".$product['id']."' class='product_image'/>";
    
    				} else {
    					$output .= "				<img src='". "index.php?image_id={$special['image']}&width=45&height=25' title='".$special['name']."' alt='".$special['name']."' /><br />";

    see the width and height in the code? you can set it to any you want.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP e-Commerce] awesome WP e-Commerce site’ is closed to new replies.