PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 5th, 2008, 04:52 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 254
Send a message via ICQ to dontom
Currency display problem

Hi,
just went from 2.4 to 3.01 and have one question - within the options "Default Currency" ist set to EUR (as it always was) - but the items are displayed with the $ symbol.
How can I solve this?
Thanks
dontom is offline   Reply With Quote
Old June 5th, 2008, 06:13 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 254
Send a message via ICQ to dontom
Found it
PP added an new column "currency" in the products table and added the value USD everywhere

I fixed it by doing this:
update pp_products set currency = "EUR"
dontom is offline   Reply With Quote
Old June 6th, 2008, 07:31 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yes I that could be a problem if you had it set to something else I will look at changing the upgrade to try and grab the currency and set it appropriately only issue is we only support certain currencies so I would need to see how to do that without messing things up thats why all ads where set to default.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 6th, 2008, 07:40 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 254
Send a message via ICQ to dontom
ok, got it.

If automatically is not possible, perhaps adding a hint into the upgrade doc will do, so people know what they have to do...
dontom is offline   Reply With Quote
Old June 6th, 2008, 08:01 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yeah the old classifieds you entered your own currency and then symbol whereas the new one you enter the currency and the currency table has the correct hex codes etc all we need and more streamlined. I would have to think on how to handle that but a note in the upgrade docs is probally easiest considering since we only support what like 15-20 currencies and there are tons more out there.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 28th, 2010, 01:13 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
Hi Chuck.

I have the same problem, I want DKK as default, but new uploads still get $ when created.

I have run: update cp_products set currency = "DKK" (thats works for the old ads)

Then set the default currency in database to be DKK but new ads still being USD with the $ ???
Simka is offline   Reply With Quote
Old June 28th, 2010, 08:01 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
well is there an actual DKK currency? I am not sure about that one

I just checked there is no DKK currency in our product so you would need to lookup the correct info for whatever currency that is and insert an entry into the cp_currency table.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 29th, 2010, 12:44 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
Quote:
Originally Posted by Chuck S View Post
well is there an actual DKK currency? I am not sure about that one

I just checked there is no DKK currency in our product so you would need to lookup the correct info for whatever currency that is and insert an entry into the cp_currency table.

Yes there is,It was allready there, as ID 8
so thats not the problem :-(
Simka is offline   Reply With Quote
Old June 29th, 2010, 07:04 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Ok well what exactly is the issue?

If you truly set an ad to be the denmark croner by default it will be that but I would suspect you do not have it set correctly.

whats the currency you select when uploading?

If your uploading an ad as US then thats why its displaying as US.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 29th, 2010, 07:12 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
Quote:
Originally Posted by Chuck S View Post
Ok well what exactly is the issue?

If you truly set an ad to be the denmark croner by default it will be that but I would suspect you do not have it set correctly.

whats the currency you select when uploading?

If your uploading an ad as US then thats why its displaying as US.
Yes, it is set correct in PP admin to denmark as default :-)

Problem is that new uploads get the dollar sign and not the (kr).

I have removed the currecy dropdown from uploadsproduct template (no need to be selected as DKK is the only option I want)
Simka is offline   Reply With Quote
Old June 29th, 2010, 09:50 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well if thats the case then you must properly hard code a hidden input string with the currency set to the proper value.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 29th, 2010, 10:02 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
So the default field in database have no effect?
Simka is offline   Reply With Quote
Old June 29th, 2010, 10:34 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
If you have proper modified things it should however I would suspect this is not the case.

At any rate my product support answers are limited to the normal operation of the program. The default currency is US in the database. If you upload an ad and set the currency to be DKK it is most definately displayed with DKK as the currency.

You can remove the currency field if you choose in the uploadproduct template but you must put something like this in the uploadproduct template where noted

CODE MODIFICATION MUST ALWAYS BE DONE CORRECTLY. we dont really provide although this hint should help

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 29th, 2010, 10:39 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
Thanks, i try that.
Simka is offline   Reply With Quote
Old June 29th, 2010, 10:44 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
no problem
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with display comments. rcull Photopost Pro How Do I...? 1 April 12th, 2007 10:31 AM
Currency problem Chris2707 Classifieds Bug Reports 6 December 1st, 2004 11:11 AM


All times are GMT -5. The time now is 04:10 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0