[soved] Shop: "&" statt Dezimalpunkt im Frontend

Hier bekommst Du deutschsprachigen Support bezüglich offizieller Module für phpwcms. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
User avatar
santscho
Posts: 1442
Joined: Mon 2. Apr 2007, 08:56
Location: Schweiz

[soved] Shop: "&" statt Dezimalpunkt im Frontend

Post by santscho »

Hallöle

Habe gerade festgestellt, dass unter "perbi.ch" plötzlich die Preise wie folgt ausgegeben werden: 36&60 CHF
Richtig wäre natürlich 36.60 CHF oder 36,60 CHF

Habe nix an der Website geändert :-(

Wieso, weshalb, warum?

Santscho
Last edited by santscho on Sat 28. Jun 2008, 08:56, edited 1 time in total.
Schon Konfuzius sagte: "Sei kein YAML-Lappen". YAML-phpwcms-Integration auf http://www.yaml.phpwcms.org
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Shop: "&" statt Dezimalpunkt im Frontend

Post by juergen »

Moin um den Ball ;)

Schau mal im Tempolate (Ich hoffe das Original zu haben)

Code: Select all

cat_all = "besondere Angebote"
cat_list_products = Off
price_decimals = 2
vat_decimals = 0
dec_point = ","
thousands_sep = "."
image_list_width = 80
image_list_height = 80
image_detail_width = 200
image_detail_height = 350
User avatar
santscho
Posts: 1442
Joined: Mon 2. Apr 2007, 08:56
Location: Schweiz

Re: Shop: "&" statt Dezimalpunkt im Frontend

Post by santscho »

Uff! Das ist ja der Hammer!

Da wurden die Anführungszeichen in html-text umgewandelt. Vielen Dank!
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!--CONFIG_START//-->

cat_all = "Top Produkt"
cat_list_products = Off

price_decimals = 2
vat_decimals = 0
weight_decimals = 0
dec_point = ","
thousands_sep = "'"

image_list_width = 135
image_list_height = 100
image_detail_width = 200
image_detail_height = 200

mail_customer_subject = "[#{ORDER}] Ihre Bestellung auf perbi.ch"
mail_neworder_subject = "[#{ORDER}] Neue Bestellung"

label_payby_prepay = "Vorauskasse"
label_payby_pod = "Nachnahme"
label_payby_onbill = "Rechnung"
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: [soved] Shop: "&" statt Dezimalpunkt im Frontend

Post by juergen »

Manchmal denke ich.ich wohne in dem shop ... grade gestern habe ich einen getunten sauber gemacht :mrgreen:
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: [soved] Shop: "&" statt Dezimalpunkt im Frontend

Post by update »

HORRAY HORRAY :mrgreen: vivat!! Thanks!
I'm living there too 8)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: [soved] Shop: "&" statt Dezimalpunkt im Frontend

Post by juergen »

Claus, wenn jemand zum meckern kommt sage ich dann aber, dass ich nur der Putzmann bin *g*
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: [soved] Shop: "&" statt Dezimalpunkt im Frontend

Post by update »

:lol:
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Post Reply