Alipay Face-to-Face Payment Plugin – includes video tutorial!
pbootCMS Manual Payment Plugin
To apply for Face-to-Face Payment on Alipay, simply follow the video tutorial once your application is approved.

Installation Documentation
Step 1: Copy the files to the website's root directory; these are all newly added files.will notMake modifications to the original pbootCMS system.
Step 2: Apply for an Alipay Face-to-Face Payment Key (search for it yourself on Baidu); Enter the key:\apps\home\controller\PayController.php
Step 3: Create two custom fields in the website backend.
Payment amount:price(The pbootCMS default product model already includes this field; if you are using the product model, you do not need to create this field anew. If you are using the news model, you should delete this extended field from the product model and then add this field to the news model.)
Content displayed after payment:downcontent
Please note: The names of these two fields remain unchanged – do not modify them. If you need to make changes, please adjust the corresponding sections in the file response; for detailed instructions, please refer to the newly added files. For users without a background in coding, it is not recommended to make any modifications.
Step 4: Copy the following code into the appropriate location within your content page template file; e.g.:\template\default\html\product.html