View Issue Details

IDProjectCategoryView StatusLast Update
0001593OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 14:13
Reporteralfonsas_cirtautas Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001593: Shipping set information is cached in basket object and not updated corectly
DescriptionShipping set information is cached in basket object and not updated corectly
Additional InformationUsually this happens with with enabled config option
"Calculate default Shipping costs when User is not logged in yet"

Selected non default shipping set is not changed, because it is cached (default or empty) and not updated in basket object.

If in order step 4 user changes shipping set, everything works fine.


TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001249 resolvedarvydas_vapsva shippingtype not saved 

Activities

alfonsas_cirtautas

2010-01-08 14:19

reporter   ~0002263

shipping set info in basket object was not updated

alfonsas_cirtautas

2010-01-11 10:39

reporter   ~0002265

quick fix can be applied by editing

file
views\payment.php

method
getPaymentList()

add line
$oBasket->setShipping( $sActShipSet );

right after
oxSession::setVar( 'sShipSet', $sActShipSet );