-
Issue #1437798 by stewart.adam: remove (out of scope) stock hook. Also fixes an issue where uc_ajax_stock violated the uc_stock namespace. Note that this change requires users use another module if they would like to continue preventing out of stock products from being added to cart.
-
Issue #1437820 by stewart.adam: use attachBehaviors after refreshing cart.
-
Issue #1455636 by stewart.adam: No discounts could cause a PHP error message Fixes a problem where uc_ajax_cart_preprocess_uc_ajax_cart_block_content() could end prematurely if no discounts were in place, causing $items to be stdClass objects instead of arrays in the theme template.
-
Issue #1494924: Call undefined function drupal_add_js: use hook_init.
-
Issue #199418: Cannot redeclare uc_cart_exit
-
Issue #1209344: integration with UC Discounts Alt
-
New 7.x branch created and imported. Several user contributed this code form issue #1120590. This is dev release and it's not tested by maintainer, just used community contribuyted code to make easy for toher to use and test.
-
Check for uc_discounts_alt module before use its functions
-
Issue #1209344 by rhmtts: UC Discounts Alt integration fix.
-
Issue #1317986 by maximpodorov: no cache for AJAX cart URL ops.