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
Unknown column 'page_offline' in 'field list'
Oddly... WB reported "upgrade successful". It should be checking for the presence of an upgrade script, I'd think.
Is it possible to display f.i. 3 items on the home page and then when 'clicked' the item is dispayed on a new page.
As soon as the upgrade script will work I will post Bakery v0.6.1
1.You can make a Bakery section on your homepage. Bakery will generate a product detail page for you and - of course - will link to it as well.
When you 'click' on a item the detail page shows but also all the sections of my homepage.Is it possible when you 'click' a item only the product detailpage shows and not (in my case) the other sections of my homepage?
You can publish Bakery products on your homepage using a WYSIWYG editor. Then you have to make a Bakery page and link to the product detail page manually.
In a code page:display_any_items(section_id, items_per_page, number_of_coloms);where:section_id = the section id of your shop page sectionitems_per_page = number of items to displaynumber_of_coloms = number of coloms to display ( 1 = vertical and > 1 = horizontal)e.g.: display_any_items(67, 3, 3);in your template:<?php display_any_items(67,3,3); ?>
I have made a snippet based on bakery and anynews.
How do you change the files to use other than paypal? I want to use paymate.
Parse error: syntax error, unexpected '"', expecting ',' or ';' in /modules/bakery/view_summary.php on line 170
1) When I click "In den Warenkorb/Order" I get a "Not Found" error -> "The requested URL /b2b/pages.php was not found on this server"... However the shop URL looks like ".../b2b/pages/de/e-shop.php" (P.S: I have a multilingual site)
Associate VAT to the single products...Within a checkout process (Let's say I am in step 3) I'd like to go back to step 1 -> Idea, implement the 1,2,3 steps/numbers as links...Sequence number as "Bestellnummer": This is a small issue. It just gives an idea to customers how well your sales are going (If in 6 months the number changes from 1 to 4 that might not be that great) -> Idea, keep the number you have for internal purposes (customer will not see it). Then add a new one = timestamp for example for the customers bestellnummer...In my case the e-shop is "for members only". I therefore know who is logged in and there is no need to fill in a shipping address, etc... (I already asked this question some month ago and you told me what files need to be changed). I know this is asking too much but what would be amazing is if it would be possible to associate a shipping address to a WB user. Then when checking out the logged-in user would jump directly to step 2 showing the adress (that the user can still modify if he'd like)...
One of the main thing of WB is its simplicity
Make the "Vorauszahlung" option configurable. In my case, I do bill my customers (the bill is sent together with the products) -> Idea, make the text you display in checkout step 3 configurable...