ferdinant Posted January 31, 2010 Report Share Posted January 31, 2010 У меня такой вопрос возник... Как сделать цену без копеек (Округление к целым) например для валюты русский рубль. А для доллара и евро оставить. Quote Link to post Share on other sites
ekctpemict Posted January 31, 2010 Report Share Posted January 31, 2010 Я знаю только как округлять все <!-- Цена /--> {if $product->variants[0]->discount_price>0} <span id=variant_price_{$product->product_id}>{$product->variants[0]->discount_price*$currency->rate_from/$currency->rate_to|string_format:"%.0f"}</span> {$currency->sign|escape} {/if}так вроде Quote Link to post Share on other sites
lain Posted March 9, 2010 Report Share Posted March 9, 2010 в продолжение темы - как сделать цену без копеек В АДМИНКЕ, если все уже исправлено на "%.0f" Quote Link to post Share on other sites
Guest Posted March 10, 2010 Report Share Posted March 10, 2010 Точно так же Quote Link to post Share on other sites
brainbrainbrain Posted April 1, 2010 Report Share Posted April 1, 2010 К сожалению, хитовые товары на главной странице все равно остаются с копейками. Как это исправить? Quote Link to post Share on other sites
Guest Posted April 1, 2010 Report Share Posted April 1, 2010 В catalog.tpl сделать то же самое Quote Link to post Share on other sites
daramal Posted May 19, 2012 Report Share Posted May 19, 2012 А как сделать для версии 2.1.0 ?? Quote Link to post Share on other sites
daramal Posted May 19, 2012 Report Share Posted May 19, 2012 Может кто знает, как это сделать?Надо убрать копейки и центы.Спасибо за любую инфу! Quote Link to post Share on other sites
ivan888 Posted May 19, 2012 Report Share Posted May 19, 2012 В админке это есть... В настройках -> Валюты -> Показывать копейки или не показывать для отдельно выбранной валюты. Quote Link to post Share on other sites
daramal Posted May 19, 2012 Report Share Posted May 19, 2012 ivan888 , ух ты точно )Спасибо огромное. я чет не заметил этот момент. Quote Link to post Share on other sites
Rik Posted September 23, 2014 Report Share Posted September 23, 2014 а возможно ли сделать чтоб цена округлялась до 100р или до 50р? Quote Link to post Share on other sites
Kors Posted September 23, 2014 Report Share Posted September 23, 2014 http://simpla-tuning.com/products/okruglenie-tsen-do-desyatkov-i-soten Quote Link to post Share on other sites
byrzyi Posted December 3, 2020 Report Share Posted December 3, 2020 А как в выгрузку Яндекса сделать, чтобы без копеек округленно попадало? По умолчанию там: $price = round($simpla->money->convert($p->price, $main_currency->id, false),2); Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.