We are currently working on our servers, so there may be outages on the domains.Zurzeit wird an unseren Servern gearbeitet, deshalb kann es zu Ausfällen bei den Domains kommen.
...on the product detail page and on step 1 the address entry page. I think the customer likes to see what he ordered at the time he gives name and address.
Does anybody have a french language file for Bakery?
To have the view_cart button at step 1 of the checkout process I added this piece of code at line 60 of the file view_form.php?><div class="mode_bakery_main_di v_cart_bt_f"><form action="yourwebshoppage.php" method="post"><input type="submit" name="cart" class="mode_bakery_bt_cart _f" value="View Cart" /></form></div><?php
// Show button "View Cart"echo "<div class='mode_bakery_main_div_cart_bt_f'>\n<form action='$setting_continue_url' method='post'>\n<input type='submit' name='cart' class='mode_bakery_bt_cart_f' value='{$MOD_BAKERY['TXT_VIEW_CART']}' />\n</form>\n</div>\n";
I actually cannot believe this would be different in other countries. If not you sell your product for EUR 1.00, and add EUR 499.00 for shipping (taxfree).
Would it be possible to add this as a setting or two? (use tax on shipping & shipping inc tax/excl tax)
It is possible and I will more probably than not implement it in the next version.
For instance the word "Price" on the firstcatalog page. I can't find it in the language file or even in the view*.php files.
Language file EN.php line 135:$MOD_BAKERY['TXT_PRICE'] = 'Price';
..., but still shows in the first and details page.
(ps.. it gets even worse, the actual rule is you need to add tax in the same percentage as the goods you deliver. I can't find out what to do when you have mixed tax rates in one order)
Which taxe rate would be applied to a eg. shipping based on a flat amount / number of items / percentage of subtotal...Can anybody advise?
@dhdesignI am certain this is not a Bakery message and fairly certain it is not a WB message at all. I suppose it is a server message.Have a look at Bakeries file list and check if there are files missing on the server or may be corrupted. If true, upgrade to v0.83 I am going to post later on.
New Version of Bakery:VERSION 0.83 (02/03/2008)
I've checked via FTP to be sure that all of the files made it up to the server, and they are all there.