Calculating price in backend
-
For a client we’re building a webshop. On the frontend the shop is a catalog. You can see the prices but you can’t order them. They don’t sell online. They make their orders in the admin. They sell laminate products. They have the price online as per square meter only 1 box of laminate is more than 1 meter. So I have created a custom field with the square meters in 1 box. Now I want to change the way the product is calculated in the invoice because the prices are not right because the prices are in 1 square meter. How can I make it possible to calculate the price like this: amount * m2 per box * price. I looked at the plugins but they are all plugins for the frontend of the shop.
- The topic ‘Calculating price in backend’ is closed to new replies.