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
UI is loaded twice (one from footer.htt -- the line which is commented in 2.8.1
What charset encoding did you set as WB default charset (advanced options of the general WB settings)?What charset encoding did you use to save your SE localisation file?Regards Christoph
Hi lepracaunhttp://www.bakery-shop.ch/#item_imagesDid you select the main item image at "Bakery Backend" > "Add/Modify Item" > section "2. Product Images"?Regards Christoph
To display the item images in your Bakery templates use the placeholders [THUMB], [THUMBS], [IMAGE] and [IMAGES] (requires Bakery v1.3 or later). Depending on your page settings the inserted images will be linked to the item detail page or the image will be overlayed on the current page using Lightbox2.•[IMAGE] = Main item image selected at section "2. Product Images" of the "Add/Modify Item" page•[IMAGES] = All item images except for the item main image•[THUMB] = Thumbnail of the main item image selected at section "2. Product Images" of the "Add/Modify Item" page•[THUMBS] = All thumbnails of the item images except for the item main image
@jollylamaQuote from: jollylama on February 23, 2009, 01:44:52 AMcan i somehow add a text field that will go along with the order on purchase?hope this makes sense..Hi jollylamaYes, it makes sense. But Bakery does not come with the feature you require. You can implement it yourself but you need basic knowledge of PHP!Regards Christoph
can i somehow add a text field that will go along with the order on purchase?hope this makes sense..
[TXT_FIELD_1]: <input type="text" size="25" name="racername">
Racer's full name: <input type="text" size="25" name="racername">
Then catch the $_POST['racername'], sanitize it and do whatever you want using the appropriate PHP code.
Which files would I edit? The save_attribute.php one?
$MOD_BAKERY['TXT_SKU'] = 'Racer\'s Name';
$sku = $row2['sku'];
$sku = $_POST['racername'];
QuoteWhat charset encoding did you set as WB default charset (advanced options of the general WB settings)?What charset encoding did you use to save your SE localisation file?Regards ChristophUTF-8 in Website baker.Eehh, localisation files? In the comment on top of SE.php it says "This file is saved using charset iso-8859-1. If utf-8 is set as WB default charset, some iso-8859-1 encoded localisation strings will be automatically converted to utf-8."I didnt tamper with that. Just loaded the EN files, translated them and saved as SE.
Thanks for wonderful module.When I upload with resize option it seems to be rotating the image 90 degrees to the left so the image is sideways when displayed. I looked at the code and didin't see anything obvious in resize functions. Anybody else experiencing this behaviour with resizing images on upload?
Need to test with PayPal's Sandbox systemI've tried revising line #27 in "payment_methods\paypal\check_payment.php" from "false" to "true" but orders still get directed to www.paypal.com instead of www.sandbox.paypal. com
Revised three files as suggested, and order now went to Paypal's sandbox as hoped, but . . .#1 -- Order detail didn't display at PayPal, just a total order amount. I'll look around, but wonder how I can get order detail to display on Paypal page(s).
#2 -- Upon return to test store, Bakery informed me "Payment status or payment method is not defined."#3 -- Didn't receive email notifications from Bakery or Paypal.