VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: alyex on May 22, 2016, 08:57:35 AM

Title: Payment Method
Post by: alyex on May 22, 2016, 08:57:35 AM
Hi

We are a company and we have 6 branches, we use the VM system to distribute already bought stationery on our branches.

So no body will pay any thing but we need to know expenses of each branch.

How to configure the payment methods?

Thanks and Regards,
Title: Re: Payment Method
Post by: Jörgen on May 22, 2016, 09:03:48 AM
Use standard payment method and call it Internal debit. Assign a shopper group to use the payment method. Like COD payment.

regards

Jörgen @ Kreativ Fotografi
Title: Re: Payment Method
Post by: alyex on May 22, 2016, 09:35:55 AM
Thank you very much.

But in Order page, the print view comes with Zero prices.

how to show prices in this page without letting employees see product prices in the front page?

Regards,
Title: Re: Payment Method
Post by: Jörgen on May 22, 2016, 11:21:19 AM
Need more info from You, are your employes the only ones that will see the products?
If that is the case, you can solve this with the overrides, perhaps with configuration in shop/prices ?

regards

Jörgen @ Kreativ Fotografi
Title: Re: Payment Method
Post by: jenkinhill on May 22, 2016, 12:04:45 PM
As Jörgen writes, if the products are only "sold" within the company use template overrides to remove the prices display.
Or simply use a css override, eg with default VM templates this will hide the prices:
.product-price { display:none; }
Title: Re: Payment Method
Post by: alyex on May 22, 2016, 13:06:21 PM
Hi

Our HR employees managing the products and orders and need enter and see all prices. Also accounting department need to see the prices and costs.

The other employees no need to see the prices.

I try the override but the prices not displayed in Invoices. So what to do?

See attachment

Regards,