Search code examples
phpjoomlashopping-cartvirtuemart

Virtuemart - add to cart, without prices


I'm trying to change some of the Virtuemart code, so I can show items and add them to cart, but without prices. The whole checkout process should be the same, but the purchase order has to be sent without prices(more like a 'quote').

It is a requirement of a project I'm working on. I've already seen that the action of showing prices is directly attached to the 'add to cart' functionality, so If anyone can suggest some hint about how to separate these 2 functionalities it will be a great help. Thanks


Solution

  • Why don't you just remove the HTML/PHP that displays the price in the basket, checkout page and in the order email?