VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: sandomatyas on June 20, 2017, 05:45:23 AM

Title: Select pickup point - new plugin
Post by: sandomatyas on June 20, 2017, 05:45:23 AM
I want to write a shipping plugin which provides a dropdown list with a predefined pickup point list and the customer can select which is the best for him/her.
As I checked the code, I can create a new plugin and add the dropdown list to plgVmDisplayListFEShipment method which is okay but what is the correct way to get and store the user selected value?
Is there maybe a documentation/tutorial about this?