View Issue Details

IDProjectCategoryView StatusLast Update
0006443OXID eShop (all versions)1.04. Content, static (register, contact etc.) pagespublic2024-03-22 16:14
Reporterpreethi Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Summary0006443: Inconsistency in the asterisk(*) symbol used for "incl. tax plus shipping" near the price
DescriptionFor articles that have variants, the symbol(*) is missing in the startpage, grid view etc(Start Page.PNG). But it is visible in the details page(Details Page.PNG).

In the listitem_grid.tpl is the following code:
[{if $oView->isVatIncluded()}]
    [{if !($product->hasMdVariants() || ($oViewConf->showSelectListsInList() && $product->getSelections(1)) || $product->getVariants())}]*[{/if}]
[{/if}]

For the details page in productmain.tpl the following code is being used:
[{if $oView->isVatIncluded()}]
    <span class="price-markup">*</span>
[{/if}]

One of the above two conditions have to be changed to match the other.
TagsNo tags attached.
Attached Files
Start Page.PNG (129,791 bytes)   
Start Page.PNG (129,791 bytes)   
Details Page.PNG (229,231 bytes)   
Details Page.PNG (229,231 bytes)   
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities