WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I will be working on optimizing my Dutch translation the next few days (Dutch grammar has some nasty things) and upload it here when its done.
Here is my translation in Dutch.The countrylist is added also in Dutch. To avoid special character problems I added a list in ISO-8859-1 and in UTF-8. Just use the one that corresponds with your WB setup.
1. Bestellformular: Wenn der Kunde noch kein Land gewählt hat, dann sollte vielleicht der shop_country gewählt sein, da die Kunden oft aus dem Land kommen, indem auch der Shopbetreiber sitzt.
2. Wenn ein Bestellvorgang ganz zuletzt abgebrochen wird, kommt die Meldung, dass alle Daten gelöscht wurden ("grüne Meldung"). Hier könnte wieder zur Shopstartseite geleitet oder diese über einen Button zur Verfügung gestellt werden (wie bei "Einkauf fortsetzen")....Es wäre schön, wenn die Bilder ein alt Tag bekommen würden, um Standardkonform zu sein. Vielleicht bietet sich der Artikelname an oder die Kurzbeschreibung. Notfalls leer.
This is the english Bakery thread. Please use the german thread for german posts:https://forum.WebsiteBaker.org/index.php/topic,7930.0.html
You can modify the country list to fit your needs by deleting lines or changing the lines order. Read more about in the COUNTRIES section of this post:https://forum.WebsiteBaker.org/index.php/topic,7834.msg47318.html#msg47318
Thanks for your suggestions. I have put them on my todo list.
Cart: 1 item(s) for $25.00
Does anyone know of a snippet I could put in my template to show cart contents throughout my site on each page?
I'm not sure if there are session variables that are not given until they visit the "bakery" page that would make this not possible? Any help would be appreciated.
Gillweb,You are right, this should be a nice snippet. I have been asking for this snippet a few posts ago.Must be difficult to make I think.erik
One problem noticed with Bakery_Cart V1 is the "view cart" javascript button will only show the cart if you are on a bakery page. If you are not on a Bakery page it just sort of refreshes the page
display_cart(section_id);
Bennie,thank you for Bakery Cart V 0.1 , this is what I need.In my testing this morning, the page needed a reload to display the cart content.Am I right?erik
Where the section_id is the number of a bakery page.I use this number to get the settings page of a bakery page and get the continue shopping settingThis data is used for the button. what it does is go to the bakery page and display the cartTo get the secion_id go to admin -> pages -> bakery-page -> page settings.In the adress bar you will see something like:http://www.domain.com/wb/modules/bakery/modify_page_settings.php?page_id=8§ion_id=8Let me know if this solves your problem smiley
Nope that doesn't help. I originally was putting the page_id in that area but i now changed it to the section_id but it still does the same thing?
Quote from: gillweb on February 27, 2008, 08:49:54 PMNope that doesn't help. I originally was putting the page_id in that area but i now changed it to the section_id but it still does the same thing?This is strange.Question: If you select a item to buy you will get the shopping cart. if you than select "continue shopping" are you then returned to a bakery page??
Quote from: Bennie_wijs on February 28, 2008, 12:16:58 PMQuote from: gillweb on February 27, 2008, 08:49:54 PMNope that doesn't help. I originally was putting the page_id in that area but i now changed it to the section_id but it still does the same thing?This is strange.Question: If you select a item to buy you will get the shopping cart. if you than select "continue shopping" are you then returned to a bakery page??Yes I am returned to the bakery page when I hit the Proceed Shopping button. Works 100% IF I'm on a bakery page but on a non-bakery page the car doesn't show at all ??