View Issue Details

IDProjectCategoryView StatusLast Update
0006687OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2017-11-30 15:19
Reporterd3 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.10.5 / 5.3.5 
Target VersionFixed in Version6.0.1 
Summary0006687: unitprice is shown although right "SHOWARTICLEPRICE" ist disabled
DescriptionDeactivate 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>
TagsEnterprise, Rights & Roles, Solution Provided
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2017-09-04 09:00

administrator   ~0012217

https://github.com/OXID-eSales/flow_theme/pull/109

anton.fedurtsya

2017-11-30 15:19

administrator   ~0012301

Mentioned pull request 0000109 were merged to flow theme master.