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
The problem that they face is the order of these options. The order is alphabetical so you get L,M,S,XL,XXLCan this be re-arranged to the correct option list settings?
ORDER BY o.option_name, a.attribute_name ASC
ORDER BY a.attribute_id ASC
For example: i create an item "x" with a quantity of 7 pieces, and select the option "size" S, M, L.How can i select that i have for example 2 items "x" size S, 1 item "x" size M and 4 items "x" size L?Now it only gives the total quantity of the item, but when for example size M is sold out, you can still order it..
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
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!
Solving it for one option (eg. color) with 4 or 5 attributes (eg. red, blue, green...) would be easy.
Does anybody have any ideas how I can fix this? has anybody managed this?1) uploading videos,selling E-books
I am trying to change the text that appears on the second page of the cart where you need to put a tick in the select box agreeing to the terms and conditions. Where can I update this text?
Christoph,I want it to reference a particular page for Terms & Conditions so I need to change that, not just the text.
I am having trouble with Captcha when I try to pay with PayPal.
It is encrypting the PayPal account email address and thus give me an error.It puts the email address as name(at)domainname(dot)COM(dot)au at the top of the PayPal screen when I opt to pay via PayPal.I have the Frontend Output Filter disabled on the site as I am using the Droplet to encrypt the email addresses elsewhere on the site.
Just one other quick thing, when the stock level is zero, it doesn't bring up the number or image. If I go to order it, it then tells me that it is out of stock, but there is no reference to this on the actual shopping cart selection page.