Hi everybody, ;)
I'm using Joomla 3.48 + VM 3.0.14 with VP Merchant template.
I need to modify the content of the plugin {vm:vendoraddress}, because he call two fields I didn't need (country and region). I don't need to display them into invoice, but these are requested fiels I can't leave blank.
So, the solution is to not call them into {vm:vendoraddress}. But I don't know where such fields are called by the plugin.
Any idea ?
Regards, Alain.
What "plugin" are you talking about?
from memory it calls static public function renderVendorAddress ($vendorId,$lineSeparator="<br />", $skips = array('name','username','email','agreed'))
in components\com_virtuemart\helpers\shopfunctionsf.php
add more skips?