Thanks Milbo,
My plugin is working fine. I have it in the correct vmshipment folder. Perhaps if I explained better what I am trying to do.
The administrator/components/com_virtuemart/helpers/parameterparser.php file contains a vmRender function which does the layout of the plugin parameters in the Backend into a table.
I would like to "override" this function from within my plugin so that more plugin parameters could be added from the backend without editing the xml file.
The plugin in question is for UK postcode zones related shipment costs.
I would like to release it to the public once it is working (non-commercial), so I would like them to be able to add and delete zones in a layout similar to the picture.
I have the buttons "Add Postcode Zone" and "Delete This Postcode Zone" working as a simple js popup at the moment but it won't render the params unless they are in the xml file.
Any ideas greatly appreciated.
[attachment cleanup by admin]