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
1. is it possible in the product detail page of Bakery to change the url /bakery/ to /shop/ ?
'/bakery/'.page_filename($title)
'/shop/'.page_filename($title)
WB_PATH.PAGES_DIRECTORY.'/bakery/'
WB_PATH.PAGES_DIRECTORY.'/shop/'
2. how can i display more information in the order mail then only the default information inside [ITEM_LIST]? For example i would like to add the title or description of the product. Where can I change the content of [ITEM_LIST] ?
// Make list of ordered items for e-mail
Hi, sorry if this was asked before, but is it possible to hide the "EDIT CSS" & "PAGE SETTINGS" by user class.
Is there a way by which I can auto fill-out the address form when someone is ordering (i'm modifying your shop module for businesses so all their employees can order stuff (all orders need to be delivered to one adress))??
Probably most convenient solution for your needs is to prepopulate the form fields by hard coded values.
For logged in customers Bakery tries to get their address data of a previous order to prepopulat the address fields. http://www.bakery-shop.ch/#customer_address_form Requires all employees to have an account and to be logged in when ordering. After the first order Bakery will auto fill-out the address using the given addresses.
I am making the translation in Italian
I say that it is possible to add to a field tax identification number customer in the form address?
Ciao ghost06Quote from: ghost06 on September 02, 2009, 06:44:53 PMI am making the translation in ItalianGreat - grazie mille! Please post upon completion!
Quote from: ghost06 on September 02, 2009, 06:44:53 PMI say that it is possible to add to a field tax identification number customer in the form address? Not by default. You have to code the additional field yourself.Regards Christoph
In the print invoice, I would like to be able to place our company logo to the top of the page. When i go to images and upload new logo.jpg and logo.gif I get 550 error and not able to update the images there. Is there something I need to go to get this to update? I have gone through FTP and also through file manager in cpanel. Both options do not allow me to do this. I also tried changing the file perms to 777... still no luck...
So can this be done: Something nice would be to have ( order admin, stock admin, general settings & payment settings) in the Admin-Tools area. Or even on the admin home page, a new small button called bakery, and in that section you will find those small settings.
I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!
Hi ghost06Quote from: ghost06 on September 09, 2009, 03:35:16 AMI have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes! Tell us what exactly you have done!Especially what settings (general settings and item settings) concerning taxes did you set?Regards Christoph
I do not succeed to set up the tax on the products, I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!
Essentially we sell products that require different shipping charges depending on the amount ordered. e.g. order eight and the shiiping price is per product. However order more than eight and price is per pallet so to speak. I have no idea how to set this up using the bakery module.