Ecshop imitates Dossy's simple responsive children's clothing mall source code adaptive PC+ mobile terminal with demonstration data and templates, upload it directly to the space and decompress it and install it. After the installation is completed, enter the background: database management - data backup - restore backup - import the database backup inside com.sql is enough. Installation steps:------------------------------------------------- -----------------------1. Upload all folders and files in the compressed package to the root directory of ECShop. Please note that our template is different from other templates. It is not uploaded to the themes directory, but overwritten to the root directory of ECShop. 2. Select this template in the background. 3. Set in "Store Settings" → "Display Settings": time format Ymd H:i thumbnail width 180 (if you want to enlarge the picture without blur, you can set it to 234) thumbnail height 180 (if you want to enlarge the picture The picture is not blurry and can be set to 234) The width of the product picture 480 The height of the product picture 480 The default display method of the product category page Table display The number of album pictures on the product details page 100 The length of the article title 15 The product attribute display style radio button is in "System Settings" "→"Verification Code Management" settings: Verification code image width 64 Verification code image height 29 4. There are more options in options.php in the template directory, please check the description. Special instructions:-------------------------------------------------- ----------------------- 1. The size of the website logo is: 40px high and 150px wide 2. The size of the scrolling advertisement image on the homepage is: 960px wide 420px high 3. , Please use square pictures in product albums. 4. If you add image ads, please set the "Advertisement Template" of the ad slot to:
Advertisement The size of the image is: 960px wide. General image ads will be hidden in the mobile version. You can add an ad space specifically for the mobile version. Please set the ad space template of the ad space. The ad image size of the mobile version is: 320px wide. , it is recommended to use Notepad++ (http://notepad-plus-plus.org/zh/) to edit text files (php, dwt, lbi, css, js, etc.) Help document ============. ================================================== ========1. Template installation 1. Upload all files to the root directory of ECShop installation. 2. Select this template in the background. 3. Change the website settings (the ones marked with * are required): Time format Ymd H:i Currency format in "Store Settings" → "Display Settings" * ¥%s Width of thumbnail * 180 Height of thumbnail * 180 Width of product image * 480 of product image Height * 480 Length of the product name 30 Number of pictures in the album of the product details page * 100 Length of the article title 15 How to display products in the shopping cart Display text and pictures In "Store Settings" → "Product Display Settings", the product attribute display style radio button In "System Settings" → "Verification Code Management", the verification code image width is 64 and the verification code image height is 29. 4. There are more options in the template configuration file (options.php in the template directory). Please check the description and press as needed. Modify. 2. Image related: 1. The size of the website logo is: 10px high and 150px wide. Name it logo.gif, upload it to /static/img/, or modify the logo option in the template configuration file. 2. The product brand logo. The size is: 180px wide and 60px high. 3. Please use square images for product albums, such as 1000px*1000px. 4. The size of the homepage scrolling ad image is: 960px wide and 420px high, which is managed in the "Homepage Main Advertising Management" in the background. 5. If you want to add image ads, please set the "Advertisement Template" of the ad slot as: The width of ordinary advertising images is 960px. 3. Navigation bar management Dossy uses the grouped navigation bar plug-in to customize the drop-down menu of the navigation bar. Currently, it supports the main navigation bar and the top navigation bar. Setting method: When editing an entry in the "Customized Navigation Bar", when the number in the "Sort" option is a single digit (1-9), it will be used as a first-level navigation bar, and when the number is a two-digit number (11 -99), will be displayed in the drop-down menu of the navigation bar sorted by the first number (if there is one). For example, items sorted 12 or 13 or 15 will be displayed in the drop-down menu of items sorted 1. For example, items sorted 51 or 56 or 59 will be displayed in the drop-down menu of items sorted 5. But this does not mean that there can only be nine first-level navigation bars, but that there can only be nine groups. For example, there can be unlimited items sorted 2, but they cannot be used as groups. 4. Style settings Dossy comes with more than a dozen styles, making it easy to choose different styles according to the types of products on the website. You can also create a style yourself. Setting method: 1. Change the overall style: modify the theme_style option in the template configuration file to 'theme01' or 'theme02' or 'theme03'...'theme14'. 2. Change the style of a certain category page: When editing the category in the background, fill in static/theme01/style.css or static/theme02/style.css or static/theme03/style.css in the "category style sheet file". ..static/theme14/style.css. Make a new style: 1. Create a directory (such as mytheme) in the static directory, then name your background image bg.png and place it in this directory. 2. Create the file style.css, enter the following code and save it: body{background:#ffffff url('bg.png') repeat left top;} change ffffff to the specified color Hex value according to the background color of the background image, if you If you don’t understand it, don’t modify it. If you are using a large background image, you can change the code to: body{background:#ffffff url('bg.png') no-repeat center top;}5. Frequently Asked Questions If you don’t see this template in the background, you can choose it. ? Please note that our template is different from other templates. It is not uploaded to the themes directory, but overwritten to the root directory of ECShop. There is an error at the front desk, and words such as {siy: are displayed in some places. This may be because the updated patch restored some files. Please contact customer service for assistance with installation. How to modify the icon displayed on the iPhone/iPad home screen of the website? You need to modify static/img/website_icon.png. Where is the setting of "The trousers can be rolled up to reveal the color underneath!" in the demo website? Fill in the "Brief Description of the Product" when editing the product. How to set up price filtering and attribute filtering on the category page? Please refer here: http://wiki.shopiy.com/ecshop/guide/product_filter6. Online Help ECShop - Shopiy Wiki http://wiki.shopiy.com/ECShop Official Online Help ECShop official forum template only supports Simplified Chinese by default. Adding support for other languages requires manual modification, taking Traditional Chinese zh_tw as an example: 1. Copy the zh_cn folder in the languages directory and rename it zh_tw, and translate the contents of the file into Traditional Chinese and upload it over languages/zh_tw; 2. Replace static/js Copy the lang.zh_cn.js file in the / directory and rename it to lang.zh_tw.js, and translate the content into Traditional Chinese; 3. Copy the zh_cn folder in the themes/dossy14030523/lang/ directory and rename it to zh_tw, and translate The contents of the files inside are in Traditional Chinese;