Welcome, Guest. Please login or register.
Login with username, password and session length


VirtueMart 1.1.8 - [SECURITY RELEASE] is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: Bugfix: changing shipping address  (Read 2286 times)
Simon A.
Sr. Member
****
Posts: 336



WWW
« on: January 31, 2008, 13:08:30 PM »

I've noticed that shipping costs don't update properly when the user uses the 'back' button to change his address.

This fix is to version 1.0.14, file checkout.index.php.

Around line 168:
           $vars["weight"] = $weight_total;
            $i = 0;
           
            foreach( $PSHOP_SHIPPING_MODULES as $shipping_module ) {

This becomes:
           $vars["weight"] = $weight_total;
            $i = 0;
            $vars["ship_to_info_id"] = $ship_to_info_id;
           
            foreach( $PSHOP_SHIPPING_MODULES as $shipping_module ) {

How do I get this included as an 'official' bugfix?
Logged

aravot
Peter
Quality&Testing Team
Hero Member
*
Posts: 2921


WWW
« Reply #1 on: January 31, 2008, 17:48:30 PM »

You can report bugs and fixes in tracker http://dev.virtuemart.net/cb/project/1 however VirtueMart 1.0.14 probably is the last update to VM 1.0.x series unless major security issues are found, all efforts are directed towards VirtueMart 1.1, so it would be helpful if you could submit bugs or fixes for VM 1.1, thank you.
Logged

Pages: [1]   Go Up
Print
Jump to: