Management Background, system settings-online shop settings, you can see all online stores. (Currently, only default stores are available. To set multiple stores, click here)
Opencart online store
Opencart editing online stores
The configuration items after the Chinese version are clearly described. Here we will focus on mail and server configuration.
2.1 mail configuration
Click the mail protocol tab.
Opencart email Configuration
Opencart supports two protocol sending protocols. One is to use the mail sending function provided by PHP, and the other is to use the SMTP protocol for sending.
Use the mail method to send messages. Select mail in the mail protocol. The SMTP items below do not need to be configured. You can send mails.
Use the SMTP protocol. You need an SMTP server. Currently, you are charged for free. This article uses QQ's free SMTP mail protocol. The configuration parameters are as follows:
SMTP Configuration
Note that to use SMTP, you must check whether the SMTP service in the mailbox is enabled.
Enable SMTP
After you enable it, set SMTP to smtp.qq.com with the following parameters:
SMTP User: your QQ number (QQ number @ QQ.com) SMTP password: your QQ Password
Click Save.
Other SMTP service configuration methods are the same.
2.2 opencart Seo Rewriting
The default URL of opencart is as follows: index. php? Route = product/product & product_id = 40
After the rewrite function is enabled, it will become like this
Xxx.html
Is it refreshing? In addition, the link after pseudo-static (we call this rewrite method pseudo-static) has a good effect on Search Engine indexing.
To enable the rewrite function of opencart, you need to make the following configurations.
1. Modify the name of .htaccess.txt in the opencart directory to. htaccess.
2. If your website directory is not in the root directory/
Modify it to the rewritebase/opencart directory /.
3. Advanced URL rewrite's in the background: Select Yes
URL rewriting
3. Edit the product, category, and enter fields containing Seo keywords.
URL rewriting, Seo keywords, products, categories
Rewrite the URL to see the effect.
Opencart initial configuration-opencart tutorial