View Issue Details

IDProjectCategoryView StatusLast Update
0000387OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterjuergen_busch Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.0 revision 14260 
Summary0000387: getFAmountPrice() in product.tpl empty
DescriptionThere is no value for Quantity-Scale-Prices.
Template product.tpl, line 51
[{ $product->getFAmountPrice()|default:$product->getFPrice() }] [{ $currency->sign}]

Additional InformationQuantity-Scale-Prices for one article
Amount 1-5 Price 139
Amount 6-10 Price 100
Amount 11-50 Price 80

Change template product.tpl, line 51 to:

***Show FAmountPrice:[{ $product->getFAmountPrice() }] [{ $currency->sign}]

This will be shown: ***Show FAmountPrice: €

TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

vilma_liorensaityte

2008-11-17 11:35

reporter   ~0000257

According Trusted Shops, it is not allowed to show scale price with prefix "ab", that is why getFAmountPrice() function returns null. I just removed this function.