Call for price

12.06.2012 22:21
#1
milemi
Joomshopping forum user no avatar
Name: MIle
16.02.2012
Сообщения: 2
Quote
Call for price instead of the default 0,00eur

Hello,

I need an option to display the price.
When the price is not entered,
instead of the default (0,00eur) I want to put there "CALL FOR PRICE"
I tried to modify the template, but I failed.

Please help


Joomla: Joomla! 2.5.4
JoomShopping: Version 3.7.0
PHP: 5.2.17
Website Url: http://www.canecorso-puppies.com

Последнее изменение: 13.06.2012 07:06
 
15.06.2012 08:15
#2
milemi
Joomshopping forum user no avatar
Name: MIle
16.02.2012
Сообщения: 2
Quote
Aw: Call for price

Anyone

 
22.06.2012 17:45
#3
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Сообщения: 36
Quote
Aw: Call for price

I am interested in this too

 
23.06.2012 13:57
#4
settas
Joomshopping forum user no avatar
Name: ilias
23.02.2012
Сообщения: 13
Quote
Aw: Call for price

Hi im interested for any answer about similar problem... in my project all prices must be "hidden" but i need the buy button for a submit function......... while i was trying to find a solution i thought that we would have the same result if we hide the jshop_display_price and keep the buy button witch we can translate it with any message like (ask for the price)..... any idea about how can we remove the jshop_price without removing the buy button or using the function (use as catalog) without removing the buy button?

Thank You


Последнее изменение: 23.06.2012 14:01
 
23.06.2012 19:22
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Call for price

See

http://www.webdesigner-profi.de/joomla-webdesign/shop/addons/ask-question-about-product.html


+ Change text

 
23.09.2012 23:05
#6
yourreno
Joomshopping forum user no avatar
Name: Jo Grist
27.05.2011
Сообщения: 1
Quote
Aw: Call for price

I need this too. The link supplied is to make an enquiry about this product which isn't what I need. As per the original post I need to replace $0.00 price with words "POA" or something similar.

 
02.11.2012 17:22
#7
challenge-r
Joomshopping forum user no avatar
Name: adam
13.09.2012
Сообщения: 70
Quote
Aw: Call for price

I was trying to get something like this for my shop with one particular product. to overcome it, i simply made a currency and called it 'P.O.A' and selected that currency for that product

 
14.12.2012 18:47
#8
anjakahuy
Joomshopping forum user no avatar
Name: Nguyen van huy
18.01.2012
Сообщения: 29
Quote
Aw: Call for price

This is code. You can change in product_default of list_product
<?php
if (formatprice($product->product_price)>0)
print formatprice($product->product_price);
else
echo "Call for Price ";?>

 
14.12.2012 20:23
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Call for price

http://www.webdesigner-profi.de/joomla-webdesign/shop/addons/ask-question-about-product.html

version 2.0.1 support "Ask a price"

 


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.