Let's talk about the virtual product delivery system "Delivery100" program.

Publish: 2022-05-21 | Modify: 2022-05-21

Product Introduction

Delivery100 is a powerful virtual product automatic delivery system/article pay-per-view system that requires no manual supervision. Customers can complete transactions automatically by purchasing online. It supports various functions such as out-of-stock reminder/quick login/recycle bin/guest checkout.

Product Image

About Pricing

Recently, I bought this program for my own virtual product platform, see: shop.xiaoz.top. As a shopping mall source code, the price of 598-998 yuan for a lifetime is not expensive. Since I don't need WeChat mini program, I purchased the standard version for 598 yuan/lifetime, and got a discount of 12% off the promotional price, so the actual payment was about 526 yuan.

Pricing Image

System Requirements

Delivery100 is not strict in terms of system requirements. It does not have any special component dependencies. PHP version 5.5-7.3 is required, and MySQL database support is also needed.

About the Backend

The backend has few functional options and is relatively easy to use. After using it several times, you can basically get familiar with it. Although help documentation links are provided for most settings, the help documentation is relatively simple and not suitable for beginners.

Backend Image

What annoys me is that the SMTP email sending in this program has the same sender and recipient by default, and there is no place in the backend to modify it.

About Templates

After purchasing the license, there are more than 10 sets of templates available in the backend, but the template interface is not very attractive.

Template Image

Some templates also call static resources from BootCDN, which causes slow loading. In the end, I replaced all the static resources with local ones.

Some parts of the templates cannot be modified or removed through the backend. If you want to make changes or remove them, you can only modify the templates themselves. The templates are located in the templates directory.

About Payment

In addition to supporting official Alipay and WeChat Pay, Delivery100 also supports third-party payment methods such as Hupijiao, PAYJS, and EasyPay. Since Alipay and WeChat Pay require individuals or businesses to apply, and domain registration is required, many people find it difficult. If you don't have the corresponding qualifications, you can use third-party payment methods.

Payment Image

Customization

The source code of Delivery100 only encrypts the core content, so some parts of the code can be modified. Currently, I have found that the key .js files have been encrypted. Here are some points to note for customization compiled by xiaoz:

  1. If you need to modify the template, go to templates/template name to make changes.
  2. If you want to modify the content of the STMP email delivery, go to conn/function.php to modify.
  3. If you need to replace the content of the product page, go to conn/function.php to modify.

Pitfall Avoidance Guide

The built-in editor of Delivery100 stores images directly in the database in BASE64 encoding when pasting images, which I personally think is very unprofessional. It not only occupies database capacity, but also dynamically processes each image output, which is not efficient.

Therefore, when uploading images in the editor, it is recommended to use the editor's image upload button or reference external image URLs. Do not directly paste images in the editor.

After-sales Service

The after-sales attitude is good, but the response is a bit slow. They accept suggestions, but it is unclear whether they will make improvements or not.

Summary

If I were to rate Delivery100, I would only give it a score of 6. The good points are that the price is not expensive and the after-sales service is acceptable. The unsatisfactory points are about the program itself:

  1. The overall architecture of the program is outdated, and it still uses traditional template tags, which makes modifications very difficult.
  2. Some parts are not rigorous, such as the lack of strong validation for forms.
  3. The help documentation is rudimentary and there is no documentation for customization.

I have summarized it roughly for your reference:

  1. Delivery100 has low system requirements, PHP version 5.5-7.3 is required.
  2. The templates are not very attractive, and some parts need to be modified by yourself.
  3. It supports official WeChat and Alipay channels, as well as third-party payment channels.
  4. When uploading images, do not use the editor's direct paste image function.
  5. The program itself is relatively niche, the official documentation is relatively simple, and there are basically no tutorials online. If you encounter problems that cannot be solved, you can only rely on after-sales support.

If you are also looking for a virtual product platform, xiaoz does not recommend Delivery100. It is recommended to look at other shopping malls. I have compiled a list of them: Magento, Opencart, CRMEB, fecmall, WooCommerce. However, I have not used any of these, so it is unclear if there are any other pitfalls.

If you still insist on purchasing Delivery100, you can use my AFF link: https://www.fahuo100.cn/


Comments