View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006687 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2017-09-01 11:31 | 2017-11-30 15:19 |
Reporter | d3 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.10.5 / 5.3.5 | ||||
Fixed in Version | 6.0.1 | ||||
Summary | 0006687: unitprice is shown although right "SHOWARTICLEPRICE" ist disabled | ||||
Description | Deactivate prices for specific customers. Configure an article with unit price (oxunitprice). See the article on the detail page. There are no prices to be seen, with the exception of the unitprices | ||||
Additional Information | -> productmain.tpl there are no "[{oxhasrights ident="SHOWARTICLEPRICE"}]" in the next section: <div class="additionalInfo clearfix"> [{assign var="oUnitPrice" value=$oDetailsProduct->getUnitPrice()}] [{block name="details_productmain_priceperunit"}] [{if $oUnitPrice}] <span id="productPriceUnit">[{oxprice price=$oUnitPrice currency=$currency}]/[{$oDetailsProduct->getUnitName()}]</span> [{/if}] [{/block}] </div> | ||||
Tags | Enterprise, Rights & Roles, Solution Provided | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
https://github.com/OXID-eSales/flow_theme/pull/109 |
|
Mentioned pull request 0000109 were merged to flow theme master. |