View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004226 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2012-07-08 11:52 | 2012-10-23 10:26 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.2 revision 46646 | ||||
Fixed in Version | 4.7.0_5.0.0_RC2 | ||||
Summary | 0004226: "* incl. VAT plus shipping" turns to "* plus shipping" once you're logged in | ||||
Description | There's this hint at the bottom right corner of the browser "* incl. VAT plus shipping". It turns to "* plus shipping" once you're logged in, which is not correct. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
A quick n dirty solution is to change the /out/azure/tpl/layout/page.tpl In line 31 (the else row) add the _SHIPPING to the [{ oxmultilang ident="PLUS" }] Then, the line is identical with the first if clause. * <span class="deliveryInfo">[{ oxmultilang ident="PLUS_SHIPPING" }]<a ... Warning! This only works if you have a shop which should always show the incl. VAT. The if clause here is made useless. This changings only manipulate the text output, so its identical now. The correct way would be, to solve the question why a logged in user got the "wrong" VAT information on the line: [{if $oView->isVatIncluded()}] There should be no difference if the user is logged in or not to the question if ther VAT is included or not. cya |
|
fixed |