View Issue Details

IDProjectCategoryView StatusLast Update
0001114OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:24
Reporterrgruber Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.3 revision 19918 
Fixed in Version4.2.0 revision 23610 
Summary0001114: no delivery charges for non logged in users
DescriptionWhen user is not loged in, and option (Core Settings->Settings->Other settings) "Calculate default Shipping costs when User is not logged in yet" is OFF, the line with:
 Shipping cost 0,00 € /Versandkosten 0,00 €
.. is displayed in the basket.
In such case the line with Shipping costs should not be displayed at all in basket.
TagsOrder
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-07-20 17:10

reporter   ~0001245

There is option in admin (Core Settings->Settings->Other settings):
"Calculate default Shipping costs when User is not logged in yet"
When this is checked - the default shipping costs are calculated and displayed in the basket for user.
But the bug is, that when this option is OFF - then line:
   Shipping cost 0,00 € /Versandkosten 0,00 €
.. is displayed in the Basket (when user is loged out).
In such case, when option "Calculate default Shipping..." is OFF, the line about Shipping costs should not be displayed in the basket at all (no sense to display it equal to 0.00EUR, as this is not true).