WP e-Commerce 3.7.5 RC4

Hi Team. We’ve uploaded the last of the release candidates for your testing – we’ll be releasing WP e-Commerce 3.7.5 this Wednesday. This is your last chance to have a say.

Changes from RC3 to RC4 are as follows:

1. Misc Javascript improvements
2. Flat Rate and Weight Rate improvements
3. HTML Tables can now be added to product descriptions
4. Purchase log bulk actions now work
5. PayPal gateway module fixes and improvements
6. Stock claims are now cleared when the cart is emptied
7. Presentation Settings / Edit Products page improvements
8. Misc Coupons Fixes
9. More slashes stripped from Variation Names
10. Categories widget fixed

A big thanks to everybody that helped contribute to this release.

» Download WP e-Commerce 3.7.5 RC4

This entry was posted in WP Plugins. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

30 Comments

  1. Posted November 10, 2009 at 2:09 am | Permalink

    Very special request ;-)

    Having a compnay in Monaco, I need to have sales tax added for Monaco AND France.

    At the moment I can only chose for Monaco OR France :-(

    So, selecting more tax countries, like the states in the USA would be brilliant :-D

    Thx

  2. Posted November 10, 2009 at 5:30 am | Permalink

    Will it be easy to implement a total discount on whatever the cart total is… for example if I wanna give 10% discount till mm dd yy… then I specify 10 in flat rate area or something similar !!

    I have accomplished this by adding custom function to \plugins\wp-e-commerce\wpsc-includes\cart.class.php

    these are the functions:
    function wpsc_total_before_shipping($forDisplay=true) {
    global $wpsc_cart;
    $total1 = $wpsc_cart->calculate_subtotal();
    if($forDisplay){
    // exit(’abksd’.get_option(’add_plustax’));
    return $wpsc_cart->process_as_currency($total1);
    }else{
    return $total1;
    }
    }

    function wpsc_discounted_price($forDisplay=true) {
    global $wpsc_cart;
    $total2 = $wpsc_cart->calculate_subtotal();
    $total2 -= $total2 * .15; // 15% discount applied

    if($forDisplay){
    // exit(’abksd’.get_option(’add_plustax’));
    return $wpsc_cart->process_as_currency($total2);
    }else{
    return $total2;
    }
    }

    function wpsc_cart_grand_total($forDisplay=true) {
    global $wpsc_cart;
    $total = $wpsc_cart->calculate_subtotal();
    $total -= $total * .15; // 15% discount applied
    $total += $wpsc_cart->calculate_total_shipping();

    if($forDisplay){
    // exit(’abksd’.get_option(’add_plustax’));
    return $wpsc_cart->process_as_currency($total);
    }else{
    return $total;
    }
    }

    and to send the discounted price to paypal correctly I changed line #137 in \plugins\wp-e-commerce\merchants\paypal_multiple.php to this:

    $data['amount_'.$i] = number_format(sprintf(”%01.2f”, ($paypal_currency_productprice -= ($paypal_currency_productprice*.15))),$decimal_places,’.',”);

  3. Posted November 10, 2009 at 5:33 am | Permalink

    And if its not too much trouble can we have a SINGLE “update quantity” button on the checkout page rather than having a button each for each product.

    Thanks a lot Instinct team :)
    AK

  4. citrine
    Posted November 10, 2009 at 6:27 am | Permalink

    “6. Stock claims are now cleared when the cart is emptied”

    Does that mean that the issue with items being “out of stock” even when the item is just added to the cart then removed is fixed?

    • Posted November 10, 2009 at 10:54 am | Permalink

      Yes, it does, though please test this version to make sure it works for you.

  5. enlightenmental
    Posted November 10, 2009 at 7:18 am | Permalink

    what if,
    the user could select a wp-e-commerce theme per category or group?

    i.e.

    Group A : uses ishop

    Group B: uses Marketplace

    that would make the customization nearly limitless :-)

    • Posted November 10, 2009 at 10:57 am | Permalink

      I think a better way of doing this would be to have templates that could be applied to categories or products, theoretically this should be relatively simple to do.

      We will probably add this into 3.7.6.

      • tracey
        Posted November 10, 2009 at 4:55 pm | Permalink

        That would be awesome Tom. Cheers.

  6. Carlos
    Posted November 10, 2009 at 9:58 am | Permalink

    How about making the plugin compatible with qTranslate plugin?
    http://wordpress.org/extend/plugins/qtranslate/

    It would be nice that customers could choose which language the WP e-Commerce is displayed on the website while shopping.

    It would be perfect in Countries with several common languages.

    Thank you for the amazing work!

    • Posted November 10, 2009 at 4:17 pm | Permalink

      I think this is a good idea – I’m not sure what would be involved yet.

      Does qtranslate have an API or a documentation page for other developers?

  7. Posted November 10, 2009 at 11:33 am | Permalink

    Thanks for continuing to release this and making improvements. I’ve just begun testing with it recently for a number of projects and its very promising, Thanks again!

    • Posted November 10, 2009 at 4:16 pm | Permalink

      Thanks Oscar :)

      The Plugin has come a long long way in the last 12 months. We’ve put a lot of work in, so I really hope that it works out for you!!

  8. tracey
    Posted November 10, 2009 at 4:50 pm | Permalink

    How difficult would it be to use this as a request for quote system? I’d need users to be able to select quantities of products and variations as they would a shopping cart but there would be no prices displayed. Once they’d selected everything they’d submit a request for quote which would be emailed to the account manager.

    I’ve only just started looking at the plugin for another project and it’s very impressive! Well done Dan and team!

    • Posted November 11, 2009 at 11:26 am | Permalink

      hmm interesting, It wouldn’t be the first time someone has used the plugin for use other than online shops, Basically I believe you can achieve it by a. removing the prices from display, and b. Using manual payment, then your purchase logs and email receipts will need amending (which could be the tricky part)

      best Jeff

  9. Posted November 10, 2009 at 5:27 pm | Permalink

    Dan I need you email address
    please email me at iggy@bonbonfemmme.com

  10. Posted November 11, 2009 at 12:49 am | Permalink

    Hi Dan,

    I have been searching for your affiliate program because we would like to join and promote Instinct Entertainment WP E-commerce solutions. Where can I get a link to join?

    Many thanks,

    Terence.

  11. Posted November 11, 2009 at 1:57 am | Permalink

    Some comments about the last version:

    I would like to hide “settings” and “upgrades” to editors (I’ve already purchased Gold Cart). ¿Is it possible?
    When I upload several images to a product, and try to edit the first one, the edition menu shows up behind the other thumbs. I can’t see the options.

    Congratulations for your awesome plugin.

  12. Posted November 11, 2009 at 3:02 am | Permalink

    ¿How about products tag support? You can set your product tags, but they don’t show up in the product page.

  13. citrine
    Posted November 11, 2009 at 5:58 am | Permalink

    I’m still getting requests for images to be displayed like this on the single products page:

    http://www.shopnastygal.com/products/vintage/clothing/dresses/Time%27s-Up-Sweater-Dress.html

    So that when you hover over the thumbnails, the large picture is replaced.

  14. Posted November 11, 2009 at 7:26 am | Permalink

    Besides being happy about the availability of this plugin, if we want to have a say… like telling you about bugs and reporting issues. Do you have a specific bug tracking DB or place where we can report bugs and other issues we’re having with this?

  15. citrine
    Posted November 11, 2009 at 8:07 am | Permalink

    Also, what about a wishlist feature? Many other shopping carts have this. What do we think?

    • Posted November 12, 2009 at 9:35 am | Permalink

      We’ll get there one day – but hopefully somebody else will make it in the meantime :P

  16. Posted November 11, 2009 at 8:23 pm | Permalink

    How about permalinks for product tags?
    Permalinks work for product categories but I just see “?ptag=xxx” in product tag pages.

  17. Larry
    Posted November 12, 2009 at 4:53 am | Permalink

    I upgraded the plugin to 3.7.5 and now none of my categories display anything, it just cycles back to the main shopping categories page. Anyone have any suggestions? My shop is down now and I don’t know what to do.

  18. Posted December 7, 2009 at 2:58 am | Permalink

    I have been searching happy about the availability of this plugin.I would like to join and promote Instinct Entertainment WP E-commerce solutions.

  19. Posted December 7, 2009 at 3:07 am | Permalink

    Thank you I’ve only just started looking at the plugin for another project and it’s very impressive! Well done Dan and team!
    God Bless you and your Team

One Trackback

  1. By Update wp-e-commerce. 3.7.4 to 3.7.5 on November 11, 2009 at 7:46 am

    [...] The plugin wp-e-commerce keeps getting regular updates. A new update has just been announced scheduled to come out on Wednesday. In the meantime, you can download the release candidate for that version – see more here: http://www.instinct.co.nz/blog/2009/11/wp-e-commerce-3-7-4/ [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*
  •