View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001114 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-07-20 10:57 | 2012-12-10 13:24 |
Reporter | rgruber | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.3 revision 19918 | ||||
Fixed in Version | 4.2.0 revision 23610 | ||||
Summary | 0001114: no delivery charges for non logged in users | ||||
Description | When 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. | ||||
Tags | Order | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
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). |