WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery: Small Shop Module (ORIGINAL TOPIC)

<< < (17/167) > >>

Ruud:
I love this module. It shows you can do great things and still keep it (relatively) simple.

I have one remark/request.
I have seen a lot about taxes, but one thing I missed in these discussions.

The tax is not calculated over the shipping costs.
Overhere (Netherlands) you need to tell the customer the tax on the complete amount of what is deliverred. Shipping costs is one of them.
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).

So I tried all settings I could find. (incl tax/.excl tax/shipping per item/shipping total) but there is never a tax calculation with the shipping included.

Would it be possible to add this as a setting or two? (use tax on shipping & shipping inc tax/excl tax)
If not (or too difficult) can you point me in the direction of "hacking" the module for my personal situation?

Thanks for your help,

Ruud

(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)

freeSbee:

--- Quote from: erikp01 on February 01, 2008, 01:37:17 PM ---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

--- End quote ---

Hi Erik

To make this code more universal I advise that you use vars instead of hardcoded values:

--- Code: ---// 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";

--- End code ---

Best,
Christoph
 

brent:

--- Quote from: RuudE on February 01, 2008, 03:50:04 PM ---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).

--- End quote ---

It's true, In the USA you don't charge tax for shipping.

freeSbee:

--- Quote from: RuudE on February 01, 2008, 03:50:04 PM ---Would it be possible to add this as a setting or two? (use tax on shipping & shipping inc tax/excl tax)

--- End quote ---

Hi Ruud

It is possible and I will more probably than not implement it in the next version.
Thanks for the hint.

Best,
Christoph

Ruud:

--- Quote ---It is possible and I will more probably than not implement it in the next version.
--- End quote ---

Thats good news. I'll be waiting.

In the meantime I am trying to translate the language files in Dutch.

Strange thing is that some words seems to be hardcoded?
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.

Am I missing something there?

Ruud

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version