內容簡介
WP-Systempay 是一款外掛,可以讓你建立完全模組化的付款表單,包括文字區域、下拉式選單等等,然後使用簡短代碼在網頁或文章中顯示這個表單。
此外,此外掛會建立並管理付款確認頁面、將用戶導向支付平台、保存並更新交易,最終向客戶發送確認電子郵件。
最後,你可以查看已保存的交易及其詳細信息。
相依性
無
更多使用信息
首先,啟用此外掛。然後前往配置頁面,在那裡配置你的郵件發送者(SMTP 或 SendMail)。
如果你沒有個人的 SMTP,可以使用 gmail 的(smtp.gmail.com,並勾選 SSL)。
然後創建您的表單,不要忘記完成所有必填配置。如果想要,你可以在「自定義輸入框」標籤中創建自己的輸入框。
最後,複製並粘貼顯示在主頁面中的簡短代碼。
如何使用簡短代碼:
[wp-systempay id=’表單ID’ template=’模板名稱’]
或
[wp-systempay name=’表單名稱’ template=’模板文件名稱’]
示範:
[wp-systempay id=’1′ template=’form_subscribe.php’]
或
[wp-systempay id=’online give’]
如果 template 屬性為空或未提供,WS 將使用預設模板「default_form.php」
如何修改表單模板
可以在模板/表單模板庫中創建自己的模板,請使用 default-form 當作範例。
如何修改電子郵件模板
可以在模板/電子郵件模板庫中修改電子郵件模板,成功電子郵件是在交易成功時發送的,error_email 是在交易期間出現錯誤時發送的。
更多學分
此外掛由 Soixante Circuits 團隊成員開發,他們是:
https://github.com/schobbent
https://github.com/gabrielstuff
外掛標籤
開發者團隊
原文外掛簡介
WP-Systempay allow you to create totally modular payment forms containing textareas, dropdown, whatever and then use a shortcode a page or post to show this form.
The plugin create and manage the payment confirmation page, redirection to the platform of payment, save and update the transactions, and finaly send a confirmation mail to the customer.
Finally , you’ll be able to see the saved transactions, and their details.
Dependencies
None
More info about usage
First, activate the plugin. Then go to configuration page. There, configure your mail sender (SMTP or SendMail).
If you don’t have personal SMTP , you can use the gmail one’s (smtp.gmail.com and check ssl).
Then create your form and don’t forget to complete all the mandatories configurations.If you want, you can create your own inputs into
the “customisable inputs” tab.
Finally, copy and paste the shortcode wich is showed in the Main Page.
How to use the shortcode :
[wp-systempay id=’form id’ template=’template name’]
or
[wp-systempay name=’form name’ template=’template file name’]
Samples :
[wp-systempay id=’1′ template=’form_subscribe.php’]
or
[wp-systempay id=’online give’]
If template attribute is empty or isn’t given, WS will use the default template “default_form.php”
How modify forms templates
You can create your own template into the templates/forms_templates repository, please use default-form as sample.
How modify emails templates
You can modify the emails template into the templates/emails_templates repository, success email when
the transaction is successful and error_email if the there was an error during the transaction.
More credits
This plugin have been developped by Soixante Circuits team members that are :
https://github.com/schobbent
https://github.com/gabrielstuff
