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
Can somebody please tell me what file I would need to edit to remove "Shipping domestic/abroad: USD 00.00/0.00" I can't find it and I can't find where it's mentioned here in the forum
i just need the fields of the: Name, Last name, Mail, and maybe a phone.
can i somehow add a text field that will go along with the order on purchase?hope this makes sense..
Hi edodiIt is possible but you need basic knowledge of PHP.Alter the $cust_info and $length arrays in the show_form.php files.Furthermore you have to make some modifications in the view_summary.php file to omit notices like "Undefined offset" or "Undefined index"...
- Is it possible to get rid of the "Terms and Conditions"/"AGB" for the user to tick in case there is, e.g., no link defined in the general settings?
<td height="40" colspan="5" align="right" valign="bottom"><input type="checkbox" name="agree" id="agree" value="yes" /> <a href="<?PHP echo $setting_tac_url ?>" target="_blank"><?PHP echo $MOD_BAKERY['TXT_AGREE']." ".$setting_shop_name ?> </a> <input type="submit" name="final" class="mod_bakery_bt_order_f" value="<?PHP echo $MOD_BAKERY['TXT_SUBMIT_ORDER'] ?>" onclick="return checkTaC()" /></td>
<input type="submit" name="final" class="mod_bakery_bt_order_f" value="<?PHP echo $MOD_BAKERY['TXT_SUBMIT_ORDER'] ?>" /></td>
- I only have one shipping/payment option. Would it be possible to remove step 3 of the payment process?- I have stock items I cannot backorder. Is it possible: If there are X items in stock and the users orders more than that, put just the X items in the basket and tell the user?
- Is there a way of chaning the mesage the user gets upon completion of the shopping tour (the one that says we have just sent him/her a mail)? I mean, chaning on a "per shop" basis?
- Is there a reason I do not get the German Umlaute right: I get "Zürich" instead of Zürich (and I get it right everywhere else in my WB installation)
Is there a way that I could clone a page (using page cloner or so) to copy a page on my UK section to my Dutch section. When I try to do so - only the bakery section as such is copied - but no data or page settings etc... Is this still possible? Otherwise I have to duplicate each item individual (which is a lot of effort)
Second question - currently my overview page (with the list of all the products) is a second section of my page (first is a WYSIWYG section). When clicking an item for a more detailed overview - I noticed that bakery does this within the same section on the same page (which means that the content of section 1 WYSIWYG-section - remains there). This text is not in line with the product detail. Is there a way that the product detail opens in a new page with only bakery as a section?
1. Is there a way that I can change the link within the [THUMB] option at the loop page. I would like to use lightbox for displaying a larger image at the loop page when clicking the thumb. In order to do that, bakery has to provide the url to the full picture file (and not to the product php page). Is there a way to do this?
2. Currently I had to create different bakery sections over different product pages eg. a bakery section in productpage 1 and a bakery section in productpage 2 (it is not my idea - but they asked me to do so).Is there a way that I can combine all these different bakery sections also in an additional overall catalogue/webshop page... (and not to create all new ones or to duplicate every item?
http://www.yourdomain.ch/media/bakery/image[ITEM_ID].jpg
Only one thing with anyitems - it seems I cannot get the columns ok. If I set the number of columns to more then 1 (as explained on the site - (number_of_coloms = number of coloms to display (1 = vertical, >1 = horizontal)) it seems that it only uses one column - all items are represented in a single column.