Forums

[Plugin: WP e-Commerce] awesome WP e-Commerce site (7 posts)

  1. mufasa
    Member
    Posted 1 year ago #

    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.

  2. mufasa
    Member
    Posted 12 months ago #

    I just showed this to a client and they were really impressed... just thought you might like to know that :D

  3. mccormicky
    Member
    Posted 11 months ago #

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

  4. blocklevel
    Member
    Posted 10 months ago #

    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

  5. hyperdude
    Member
    Posted 9 months ago #

    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.

  6. infini19
    Member
    Posted 2 months ago #

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

  7. mccormicky
    Member
    Posted 2 months ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic