I want to be able to add a field to the checkout to capture special delivery instructions? Any ideas on how I would go about this?
This is for both PayPal & manual checkout.
I want to be able to add a field to the checkout to capture special delivery instructions? Any ideas on how I would go about this?
This is for both PayPal & manual checkout.
inside plugin directory go to /views then open checkout-form.php . Add new fields here. Open /gateways and Cart66gatewayAbstract.php and add the fields names there to send it to database. Dont forget to create same names columns in the database . Table name in DB is wp_cart66_orders.
You have to read above files carefully and also read comments inside the files which help you to understand the code functionality.
This topic has been closed to new replies.