Product price multi currency for old price

06.10.2013 15:02
#1
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Product price multi currency for old price

Good afternoon.
Please tell me how you can make the old price of the two currencies?
New price display in two currencies but we nedd also display old proce in two currencies.
Product price multi currency 1.0.5


Joomla: 2.5.14
JoomShopping: 3.4
Website Url: http://www.sushiexpress.lv/
 
08.10.2013 10:14
#2
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

So its is wuestion for webdesigner-profi.de team.
J was bay addon_product_price_multi_currency_1.0.5.zip.
So its work great.
But we need also dispay in two currency old price. Now dispay new price.
Please look www.sushiexpress.lv/en

 
08.10.2013 11:24
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Product price multi currency for old price

will be in new version + (New version shop 3.16.0)

 
08.10.2013 11:39
#4
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

So it is wery, wery wery good. Thank You.
And when its will be?

 
08.10.2013 12:01
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Product price multi currency for old price

http://www.webdesigner-profi.de/joomla-webdesign/shop/plugins/product-price-multi-currency.html

Product price multi currency 1.1.0

+chnage shop

components\com_jshopping\templates\default\product\product_default.php

...
<?php if ($this->product->product_old_price > 0){?>
<div class="old_price">
<?php print _JSHOP_OLD_PRICE?> <span class="old_price" id="old_price"><?php print formatprice($this->product->product_old_price)?>

add row
$this->product->_tmp_var_old_price_ext;?>


components\com_jshopping\templates\default\list_products\product.php

....
<?php if ($product->product_old_price > 0){?>
<div class="old_price"><?php if ($this->config->product_list_show_price_description) print _JSHOP_OLD_PRICE.": ";?><span><?php print formatprice($product->product_old_price)?></span></div>
<?php }?>

add row
<?php print $product->_tmp_var_bottom_old_price;?>


Letzte Änderung: 08.10.2013 12:03
 
08.10.2013 12:30
#6
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

Thank You, but its not work=(

 
08.10.2013 12:38
#7
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

code produc defualt
<?php if ($this->product->product_old_price > 0){?>
<div class="old_price">
<?php echo JText::_("_JSHOP_OLD_PRICE")?> <span class="old_price" id="old_price"><?php print formatprice($this->product->product_old_price)?>
$this->product->_tmp_var_old_price_ext;?></span>
<?php }?>

<?php if ($this->product->product_price_default > 0 && $this->config->product_list_show_price_default){?>
<div class="default_price"><?php echo JText::_("_JSHOP_DEFAULT_PRICE")?>: <span id="pricedefault"><?php print formatprice($this->product->product_price_default)?></span></div>
<?php }?>

product
<?php if ($product->product_old_price > 0){?>
<div class="old_price"><?php if ($this->config->product_list_show_price_description) echo JText::_("_JSHOP_OLD_PRICE").": ";?><span><?php echo formatprice($product->product_old_price)?></span></div>
<?php }?>
<?php print $product->_tmp_var_bottom_old_price;?>
<?php if ($product->product_price_default > 0 && $this->config->product_list_show_price_default){?>
<div class="default_price"><?php echo JText::_("_JSHOP_DEFAULT_PRICE").": ";?><span><?php echo formatprice($product->product_price_default)?></span></div>
<?php }?>

 
08.10.2013 12:43
#8
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

its great.
JoomShopping MultiPrice Products in plugin Currencies
Show old prices Yes.
Work great.
Thank You.
You a great team.

 
08.10.2013 13:16
#9
Feaire
Joomshopping forum user no avatar
Name: Feaire
04.09.2011
Posts: 7
Quote
Aw: Product price multi currency for old price

And one more questien, how i can add this code to the shoping card module?

 
08.10.2013 16:57
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Product price multi currency for old price

Not possible.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.