Prices with and without VAT

In http://www.kapa-group.com/oxid/ I have a test installation where the prices are shown with and without VAT at the same time (net price appears in a line under the gross price).

If this is of interest to anyone, a patch for 4.4.3 is at
http://www.kapa-group.com/oxid/patch_prices.txt The changes seem to work but that is all I can say. CSS may need more fine-tuning.

Apply patch as follows (unix):

cd 'oxid_base_path’
patch -b -u -p0 < ‘path_to_patch_file’/patch_prices.txt

Hi tm,

thanks, looks really great BUT :slight_smile:

  • using discounts will lead you into trouble with rounding problems. Means = this solution will not provide a full B2B functionality (prices w/o tax)
  • patching php files is not the method we suggest: Better would be to write a module to keep the shop updatable. Do you know how it works?

Regards

Hi Mr. Steinhaeuser,

I hadn’t thought of the issue with discounts - you have a very good point there. Regardless of that, I still have a need for a way to have both prices (with and without VAT) displayed at the same time in much the same way as in my test site. This should be helpful for our B2B customers and informative for the B2C ones at the expense of just some added clutter.
The patch was the easiest way to explain how it works. I have no experience with oxid modules and, even more important, this could be just a half-baked idea.

PS: I liked OXID way more than any other shopping cart I tried. Thanks for releasing it as open source.

Hi tm,

I am Marco, ok? :slight_smile:
The B2B feature request is already recorded here and is the most rated request yet:
http://oxid.uservoice.com/forums/31940-feature-requests

As a simple adaption is not easily possible it will still take some time to sort it out. Maybe you want to vote there as well.

You’ll find some useful tutorials for writing modules in this section on OXIDforge:

Regards

Glad to speak with you Marco,

I’m Thanos. Please don’t hesitate to stop me if you feel this conversation is getting the wrong way.

I had voted for the B2B feature a couple of months ago. My needs are actually for a B2B/B2C store.

I kind of agree with the person that commented that “It would be nice, when the user could select between private customer or business customer. Depending on the price should be shown as gross- or net price.” and “… the customer has to choice at the entrance of the shop if B2B or B2C. If identified as B2B Customer, prices should be shown without tax.” meaning, if I got right, that the user should have to register before been able to enter the ‘B2B mode’.

The difference is that I wouldn’t care what non-logged-in users select (B2B or B2C) until just before the order is placed. In this way, this functionality is usable by those non-logged-in users that only want to see the net prices and not actually order anything.

For example, if a user that wasn’t logged-in, chose the B2B option, I’d let him/her proceed up to step #2 where he/she would have to login with an existing account. ‘Purchase without Registration’ would be deactivated.

A login with a B2B account would keep the user in ‘B2B mode’ all the way up to checkout, while a login with a B2C account would automatically turn everything into vanilla ‘B2C mode’.

New B2B accounts should get approval by the shop admin before they could place orders (so that they could be verified as legitimate) .

Already logged-in users should see the prices (with or without VAT) as configured in their profile (B2B or B2C).

To take it one (very-long) step further, I believe that a logic of letting non-logged-in users make some selections (ie B2B/B2C, destination country etc) that may affect parameters of a sale (ie inclusion/exclusion of VAT, availability and cost of various methods of payment and delivery) may have some merits.