AyeCode / invoicing

GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirectory currently uses GetPaid as its payment system
https://wpgetpaid.com/
Other
39 stars 22 forks source link

User payment form fields as merge tags #578

Closed picocodes closed 3 years ago

picocodes commented 3 years ago

Is your feature request related to a problem? Please describe. It seems there are no merge tags for payment form elements.

Describe the solution you'd like Ad a way to use form element ids as merge tags.

https://secure.helpscout.net/conversation/1493784218/18283

sridhargoshika commented 3 years ago

I have included payment form fields by overriding the template file yourtheme/invoicing/invoice/invoice-meta.php Here is my code, `

get_id(), 'payment_form_data', true ); if($payment_form){ foreach ($payment_form as $key => $value) { ?> `
picocodes commented 3 years ago