WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery: Small Shop Module (ORIGINAL TOPIC)

<< < (112/167) > >>

Yippeekayaye:
For the next update...

I noticed a couple styles missing from backend.css

.row_a {    background-color:  #FFFFFF;}
.row_b {    background-color:  #E6EBF4;}

This color codes the rows in the backend

Stefek:

--- Quote from: Yippeekayaye on November 10, 2009, 04:56:52 PM ---For the next update...

I noticed a couple styles missing from backend.css

.row_a {    background-color:  #FFFFFF;}
.row_b {    background-color:  #E6EBF4;}

This color codes the rows in the backend

--- End quote ---
Hello.
Normally this Classes are defined in the Backend Theme.
You can go to admin>>settings>>general settings >> Backend-Theme and there you can switch the backend theme to another one.
Is there any difference?

Regards,
Stefek

eltremolo:
Hi
I need an upload function/field on the article detail page for customers  to upload a picture. should be sent e.g. with the order confirmation mail.
Any idea or tipps???

zirzy:

--- Quote from: zarathustra.at on August 03, 2009, 10:04:38 AM ---I think this has to do with allowed special characters - you have to define which special characters are allowed:

(in your case i suppose) in file bakery/languages/SE.php

    $MOD_BAKERY['ADD_REGEXP_CHARS'] = 'ÄÖÜäöüß';

make sure the file is encoded the same as your WB installation.

Hope this helps!

--- End quote ---

Hi guys!
I just dont get this.. I have translated bakery to finnish but the customer ordering form don´t understand åäö`s. Wiew.php has the // Check the textfields codes.. Should I put åäö´s there? I tried this also ($MOD_BAKERY['ADD_REGEXP_CHARS'] = 'ÄÖÜäöüß'; ) on few ways, but it did not work at all. Im doin somethin wrong but what?

Ihave test server on utf-8 and my customers server where shuold be the final version on iso-8859-1.

Is there someone who can help me?

THANKS!

freeSbee:
Hi zirzy

http://www.bakery-shop.ch/#customer_address_form
http://www.bakery-shop.ch/#charset

Add your chars like "åäö" and other to the $MOD_BAKERY['ADD_REGEXP_CHARS'] var like this:
$MOD_BAKERY['ADD_REGEXP_CHARS'] = 'åäö';

Save your language file using iso-8859-1 encoding. This way both iso-8859-1 and utf8 should work fine.

Regards Christoph

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version