Change price

How to change the price by $ Price in € ads

Comment changer le prix $ en prix € dans ads

Quote · 4 Dec 2010

Pour changer le prix dans le module boutique:

 

Remplacer a la ligne 55:

 $sPrice = '';
        if ('Free' == $aData['price_range'])
            $sPrice = _t ('_bx_store_free_product');
        else
            $sPrice = str_replace('.00', '', sprintf ($aData['price_range'], getParam('pmt_default_currency_sign'), getParam('pmt_default_currency_sign')));

Par:

 

 $sPrice = '';
        if ('Free' == $aData['price_range'])
            $sPrice = _t ('_bx_store_free_product');
        else
            $sPrice = str_replace('.00', '', sprintf ($aData['price_range'], getParam('pmt_default_currency_sign'), getParam('pmt_default_currency_code')));

 

Dans le module annonces, il faut modifier l'unité dans les catégories et sous catégories.

http://www.maillarbaux.org/support
Quote · 4 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.