All Versions
49
Latest Version
Avg Release Cycle
99 days
Latest Release
2467 days ago

Changelog History
Page 4

  • v0.3.7 Changes

    December 09, 2011
    • Discount should apply to each unit not just once per SKU. Previously only percentage based discounts worked for quantity greater than 1 - Gary Reynolds
  • v0.3.6 Changes

    December 08, 2011
    • Fix for subquery update in MySQL. See http://dev.mysql.com/doc/refman/5.0/en/subquery-errors.html - Gary Reynolds
  • v0.3.5 Changes

    December 03, 2011
    • Add the ability for a developer to replace the OrderForm class with a setting. This would usually be a subclass of cartridge.shops.forms.OrderForm however we do not enfore this and leave it to the developer to ensure that the interface requirements are met in the form they define - Gary Reynolds
    • Synchronize PO files with latest tip - Sebastián Ramírez Magrí
    • PayPal doDirectPayment Website Payments Pro NVP API payment processor - Ken Bolton
    • Fix mistake in the urllib2 request. Add COUNTRIES - Ken Bolton
  • v0.3.4 Changes

    November 13, 2011
    • Refactored discount code calculation per product to not use DB queries per cart item - stephenmcd
    • Added handling for recalculating discount codes on cart changes - stephenmcd
    • Added discount code tests - stephenmcd
    • Added a note to docs about discounts per cart item versus entire cart - stephenmcd
    • Fixed incorrect calls for rerieving all products for a discount - stephenmcd
  • v0.3.3 Changes

    November 11, 2011
    • Type fixes on shipping - stephenmcd
  • v0.3.2 Changes

    November 11, 2011
    • DiscountCodes can be applied to specific products or categories - Luke Miller
    • Fixed type error with decimal shipping values - stephenmcd
    • Added a payment handler for ANZ eGate - stephenmcd
    • Fixed egate exception handling - stephenmcd
  • v0.3.1 Changes

    November 05, 2011
    • Fixed formset iteration for Django <= 1.2 - stephenmcd
  • v0.3 Changes

    November 05, 2011
    • Added live_num_in_stock method to the variation model for displaying actual number of items available - stephenmcd
    • Added an extra guard in AddProductForm to ensure valid options are selected - stephenmcd
    • Made empty product options hidden in product edit view - stephenmcd
    • Fixed styling of long lists of product options - stephenmcd
    • Fixed upsell products to exclude items already in cart - stephenmcd
    • Added options for configuring where the discount field is located throughout the shop process - stephenmcd
    • Made relevant updates for Mezzanine's install management command - stephenmcd
    • Fixed logic around displaying discount code field - stephenmcd
    • Made product images orderable - stephenmcd
    • Initial layout of editable cart formset - stephenmcd
    • Added error display to cart form - stephenmcd
    • Refined discount form styling - stephenmcd
    • Refactored AddProductForm to not use a wrapper function and to also handle adding items to the cart from the wishlist - stephenmcd
    • Refactored loading of cart and wishlist moving it from context processors into a single shop middleware shared with SSL redirection - stephenmcd
    • Cleaned up cart rendering logic - stephenmcd
    • Added next param to login/signup link on checkout - stephenmcd
    • Initial view for printable PDF invoices - stephenmcd
    • Added invoice links to order complete page and order admin list/change views - stephenmcd
    • Made the SHOP_CARD_TYPES setting available to templates - stephenmcd
    • Add lables to editable settings - Ken Bolton
    • Updated Mezzanine version requirement - stephenmcd
  • v0.2.2 Changes

    June 30, 2011
    • Edited cartridge/shop/templates/shop/billing_shipping.html via GitHub - jdeblank
    • Remove extra quotation mark - jdeblank
    • If product has stock, show price. Else show an error message - jdeblank
    • Backout hiding price when no stock available - stephenmcd
    • Fixed an issue with Google Analytics where there was a type error and a variable misname. Ecom Analytics should work now - =
  • v0.2.1 Changes

    May 28, 2011
    • Updated Mezzanine's old DynamicInlineAdmin with the new TabularDynamicInlineAdmin. Fixes #6 - stephenmcd
    • Updated base template to include is_installed check for apps where applicable - stephenmcd
    • Updated 960.gs to fluid version - stephenmcd
    • Fixed footer alignment in base template - stephenmcd