WP e-Commerce 3.7.5 RC2 has launched

I’m pleased to announce that WP e-Commerce 3.7.5 Release Candidate 2 is ready for download – it is a stunning piece of work (in my humble opinion). Assuming there are no major issues we will be releasing 3.7.5 early next week.

Also a big thanks to Ben Huson, James Collis, Norihiko Sato, Anson Ho, Dragos Comanescu and to everybody else that has contributed to this release.

The following fixes have been implemented:

  • Re Integrated cross sales on marketing page
  • PayPal Address override
  • Tweaked AIOSEO integration to work on sites without permalinks
  • Fixed bugs with shipping calculators – buyers are forced to enter a zipcode
  • Fixed CSV file downloads
  • Fixed purchase log filters
  • Fixed CSS issues with Screen Options
  • Fixed PayPal IPN to cope with PayPal changes
  • Security fixes for add / edit products and options page
  • Added new Japanese, Chinese and Romanian language files

Update:

These problems have been fixed in the development version

  • The menu for editing images now shows for the first image added when adding a product with gold cart enabled
  • Removing products from multiple categories now works
  • Multi Currency bug fixed where it automatically created items with zero cost
  • PHP warning when creating the shopping cart object fixed

» Download 3.7.5 RC2 Now

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

28 Comments

  1. Shan
    Posted October 15, 2009 at 9:25 pm | Permalink

    Sweet. Let us know when the new Crafty Cart theme will be available

  2. citrine
    Posted October 16, 2009 at 2:54 am | Permalink

    I have been getting requests for more “personalize” options for each product.

    So what I mean is that they require more text box variations. They want the customer to be able to type in more than just personalized text. They want them to type in their initials, numbers, gift card message.

    Example: http://www.mrsmonogram.com/Menfeets-Dopp-Kit_MPD111.html

    Will this ever be available?
    They are not happy with the customer having to type it at the checkout, they want each product to be separate in case someone is ordering say 10 things, it would get confusing.

    Please add this feature :) I think it’s available with most other shopping carts

    • Posted October 16, 2009 at 11:13 am | Permalink

      This really isnt the best place to discuss a new feature and I’m not sure of any other carts that have this feature either…. at least not to the same degree as on mrsmonogram.com which looks pretty unique to their site and requirements. Something that feature rich is not really high up on our priority list for 3.7.5 or even 3.7.6 unless somebody wanted to commission it. Or if there was a lot of interest from the community.

      That said simply adding a form field on a product by product basis could be done in 3.7.6 or possibly even sooner if somebody wanted to commission it or do it for us and submit us a patch.

      I will be posting a product road map soon…

      Best,
      Dan

    • Phil
      Posted February 9, 2010 at 5:06 am | Permalink

      I’d like to 2nd this as I think the Personalisation options is rather important. Can’t see the point of only doing half a job on this. Text box variations would be so usefull to alot of us and I think it’s just been overlooked as it surely isn’t that difficult or time consuming to add.

  3. Posted October 16, 2009 at 3:19 pm | Permalink

    I think you forgot to mention Toms awesome CForms fix ;)

  4. Posted October 16, 2009 at 10:27 pm | Permalink

    when will we see EU VAT (TAX) options..???

  5. stephen
    Posted October 18, 2009 at 1:13 am | Permalink

    I think the shipping options is not working in this version .
    I cant update the shipping charges and it show an error message.

    • Posted October 19, 2009 at 9:59 am | Permalink

      You’d have to show us. It sounds like a problem on your server because we can definitely save shipping settings. A conflicting Plugin maybe… beats me.

      Also in future, to make it easier on the developers please post the error – because unless they can see it then no programmer in the kingdom of grey skull can help you :)

    • jconroy
      Posted October 19, 2009 at 2:33 pm | Permalink

      I think I’ve come across the same/similar issue. When I try to change/set any of the shipping settings once updating I get “Your attempt to edit your settings has failed. Please try again”. All other settings pages appear to update properly.

      • jconroy
        Posted October 19, 2009 at 6:58 pm | Permalink

        And I don’t have any other plugins enabled. Using thematic.

        • Posted October 20, 2009 at 11:42 am | Permalink

          Hi Yes it is a bug, easy fix, is in the dev version now. Sorry about that~

          • jconroy
            Posted October 22, 2009 at 8:57 am | Permalink

            Awesomeness – thanks for your help!

  6. Chris
    Posted October 18, 2009 at 7:23 am | Permalink

    Spotted a bug – when using Limited Quantity, if an item is added to basket AND the customer proceeds to the Checkout screen, even if the transaction isn’t processed, the quantity reduces still? This is a problem, especially if a basket is dropped, although there aren’t any problems if the item is removed in the sidebar widget

    • Posted October 19, 2009 at 10:00 am | Permalink

      Good spotting. We’ll be looking at / testing this later today :)

    • Posted October 19, 2009 at 10:35 am | Permalink

      I have not been able to reproduce this problem on my test site. The plugin does not permanently subtract from the total stock until the order is marked as accepted.

      However, it does temporarily claim the stock when it is added to the cart, where it is held until three hours after the user leaves the site if the order is not submitted, or until the order is either marked as confirmed or rejected.

      You can edit the amount of time before the claim on the stock is removed by editing this line at the bottom of wp-shopping-cart.php:

      $old_claimed_stock_timestamp = mktime((date(’H') – 3), date(’i'), date(’s’), date(’m'), date(’d'), date(’Y'));

      Just change the 3 to the amount of time in hours after a user last visited the site that you want the claimed stock to be cleared.

      • Chris
        Posted October 22, 2009 at 5:53 am | Permalink

        It works! It works! You have saved my life! Thank you!

      • Posted October 22, 2009 at 9:45 pm | Permalink

        Would be nice to add a WordPress filter to $old_claimed_stock_timestamp so it can be set via a plugin or function in a theme so you don’t have to re-hack the file when upgrading. What do you think?

  7. jconroy
    Posted October 19, 2009 at 7:42 pm | Permalink

    Hi I’ve been trying to import a csv on a couple of sites with RC2 and noticed that the title links to the detailed product descriptions on the product page don’t work properly for imported products (Example http://ecom.mydemo.com.au/products-page/). If you go into the dashboard and update the products manually after importing them it seems to fix the problem however. I have also tried the “Fix Permalink and Url” links under admin settings and it doesn’t appear to do anything.

    • Posted October 20, 2009 at 2:17 pm | Permalink

      Hey jConroy,
      I didn’t forget about you! I’ve been working on a fix for this, it is in the development version. Ill email you to make sure you get the fix.

      Best
      Jeff

      • jconroy
        Posted October 20, 2009 at 3:51 pm | Permalink

        Thanks, problem solved!

  8. Hugo
    Posted October 19, 2009 at 11:01 pm | Permalink

    Hi,

    I had to remove the “htmlentities” function in the product_page file to get the urls right. Before that got urls like this:

    ?page_id=3&category=1&page_number=2

    lines: 71, 73, 277, 279

  9. Hugo
    Posted October 20, 2009 at 2:15 am | Permalink

    note “?page_id=3 & a m p ; = 3category=1&page_number=2″ that was

  10. Posted October 20, 2009 at 4:17 am | Permalink

    Variations are too much to uncheck
    i think this could be considered a bug, because make the variations nearly inusable for those who have a lot.
    http://www.instinct.co.nz/forums/topic.php?id=6450

  11. Posted October 20, 2009 at 11:31 am | Permalink

    We’re running Version 3.7.5 Beta 2 at happygirlkitchen.com and for some reason the checkout page is not working correctly. We use paypal for our gateway. I can get to the payment gateway when using Firefox, but not using Safari or Opera. When I try to get through to paypal with either Safari or Opera (not sure about IE), then the checkout page just refreshes.

    Anyone else have this problem?
    Can someone help with this?

  12. Posted October 24, 2009 at 1:54 am | Permalink

    They may contain binding sites for various proteins that will attach there in order to enhance the binding of RNA polymerase to the promoter. ,

  13. Harv
    Posted November 7, 2009 at 2:16 am | Permalink

    Hi. i’ve test this version on my wpmu site.
    When upload the product image using flash, it won’t display the thumbnail automaticly at bottom of upload button. but then when it saved and edit it will display it.

    Also the purchase doesn’t work, it didn’t process the purchase.

    When I using version 3.7.4 this problem do not happens.

  14. Posted November 7, 2009 at 10:36 pm | Permalink

    Hi there i really like your plugin i think in next update why dont you put monybookers and credit card option for the payment .
    it will boost your plugin
    thanks really nice work

  15. Posted November 12, 2009 at 6:46 am | Permalink

    Is there a quick way of either:

    a) editing the products list page, so that instead of ‘Add to cart’, you get a simple link to the product. I want to force users to enter ‘personalization message’

    b) adding the ‘personalized message’ box to the above the ‘Add to Cart’ button on the products list page so that they can enter info here before ‘Adding To Cart’

    Sorry if this post is in the wrong place!

One Trackback

  1. [...] enable you to validate, reuse, navigate and deploy your code in an efficient and sophisticated WP e-Commerce 3.7.5 RC2 has launched – instinct.co.nz 10/15/2009 By Dan Milward | October 15, 2009 I’m pleased to announce that [...]

Post a Comment

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

*
*
  •