View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004768 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-12-04 08:23 | 2012-12-07 14:20 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.1 / 5.0.1 revision 52468 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0004768: "price from" missing in bargain list | ||||
Description | If you assign a product with variants to promotion "bargains", normally the price is shown. If a product has variants and father is not buyable (with no price of course) - nothing is shown. I would expect to see "from xx.xx €" as shown in lists. The price for bargain on front page will be 0. It doesn't display price from variants like in 4.6.5 | ||||
Steps To Reproduce | 1. create new product a) set title, manufacture, category b) don't set the price - price is only in variants 2. create variants with prices 3. add created product to bargainlist | ||||
Additional Information | related? https://bugs.oxid-esales.com/view.php?id=4735 from forums: http://forum.oxid-esales.com/showthread.php?t=17397 please check all other similar promotions and lists as well for this issue | ||||
Tags | Promotion | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
added with fix 0004736 |
|
here you wrote "Next Major Version" but in linked Bug you write "Patch for 5.0" so when it will be released? In patch or in next upgrade? Is there a hotfix if published in upgrade? |
|
for this bug in major version. (bug in koment in patch) |
|
fix: in bargainitems.tpl: [{if $_product->getFPrice()}] [{assign var="currency" value=$oView->getActCurrency()}] [{assign var="sFrom" value=""}] [{assign var="fPrice" value=$_product->getFPrice()}] [{if $_product->isParentNotBuyable() }] [{assign var="fPrice" value=$_product->getFVarMinPrice()}] [{if $_product->isRangePrice() }] [{assign var="sFrom" value="PRICE_FROM"|oxmultilangassign}] [{/if}] [{/if}] <span class="priceValue">[{$sFrom}] [{$fPrice}] [{$currency->sign}] [{if $oView->isVatIncluded() }] [{if !( $_product->hasMdVariants() || ($oViewConf->showSelectListsInList()&&$_product->getSelections(1)) || $_product->getVariants() )}]*[{/if}] [{/if}] </span> [{/if}] |