Developer forum

Forum » Feature requests » Custom fields in admin - e.g. show price WithVAT

Custom fields in admin - e.g. show price WithVAT

Thomas Jensen
Reply

Hi

in admin
1: In the product view it self, having a way to show the price WithVAT next to the price field, so you can see both prices

2: In list view, having a way to show price WithVAT here as well, and also a way to show price form matrix for a given currency

This could be don if it was posible, to make custom (readonly) fieldt, where it was posible to insert code for calculatede with fileds from DB, API, or template
e.g. "Product.Price * Global:VAT"
 

I have currently 2 customer that have asked for a posiblity for showing alternativ price (withVAT or from Matrix)

 

Regards Thomas


Replies

 
Nicolai Pedersen
Reply

Hi Thomas

The system shows the price in database. That can be with or without VAT.

Problem is that vat on a product is unknown in backend - the VAT depends on your settings - i.e. delivery country. We could of course introduce a default setting for countries for this scenario.

Not sure I fully understand you matrix request? It has a LOT of options - but you want a column for i.e. regular price in a given currency (2 options set)?

Thank you for the input.