Magento background Upload product pictures and editors upload pictures of the "Browse file" and "Upload Files" two buttons are in flash form, so normal translation methods have no way to translate these two buttons into Chinese.
After the efforts of zone classmate (qq:329204622), recompile a Chinese version of the button (Magento use Flex to generate these two buttons, and provide a button for the flex s
listening to friends with Magento in building e-commerce system, I am curious. Then he downloaded a package and deployed a set. the host uses Linux center os6.5, the installation program is very smooth, the deployment of a set of about one hours or so. #################Linux Environment Construction ##################install Apache2, and then start:Yum Install httpd/etc/init.d/httpd Startat this point, Apache can provide HTTP services, but cannot pars
SSH mode (for standalone servers or VPS)
The code is as follows
Copy Code
Find. -type f-exec chmod 644 {};Find. -type d-exec chmod 755 {};chmod o+w var var/.htaccess app/etcChmod MageChmod-r O+w MediaIf is isn't working, try setting all directories to 777 by doing this:Find. -type f-exec chmod 644 {};Find. -type d-exec chmod 777 {};chmod o+w var/.htaccessChmod Mage
Operations in Magento
For example, level Two me
Note: This article is for situations where the Magento property set (attribute sets) and properties are added to the program in bulk. This problem is not true if the background is manually added.
For example, the import format for CSV files is:
The code is as follows
Copy Code
"SKU", "store",...., "Myselect""Sku1", "admin",...., "value1""Sku2", "admin",...., "Value3"
Here the Myselect is a new attribute for
1.
In the Magento website to pass shopping cart and order information, can go to the Magento plugin library to download a plugin, but this plugin to the order of information crawl, is in the order to pay the successful return page,
For some third-party payment success did not return to the site, will be missing the order, resulting in inaccurate, we need to crawl before jumping over
So:
Check the official i
Magento supports creating, deleting, and updating database tables and fields in the module. In this way, adding and modifying fields becomes a very easy task in the process of plug-in development. Just modify the version number of the module and add a script that conforms to the naming convention in the file.If the current Magento module is ruiwant_rewards and the version number is 0.9.0, we would like to a
Rewrite a magentoA controller of the module
When you needWhen a function is modified, a new module is created to override a controller of an existing module.It is inevitable, because you only want to modify one of the methods, and do not need to change other Controller, Other classes.
To override checkoutModule onepagecontroller. phpFor example:
StepOne:Create and register a new module
Needless to say, you can directly copy the file directory structure of an existing module, or create onl
Magento the product information in the Sub-table, the topmost table is catalog_product_entity, contains only the product information (SKU)//table Eav_attribute, this table in Magento for all the different entities stored all the attributes// Note entity_type_id, each entity has entity_type_id. The record values in Catalog_product_entity are 10//the ID values of all entity entities stored in the Eav_entity_t
Google Analytics is a free Google service that allows owners and administrators of the site to monitor the traffic and conversion rates of their sites. Magento supports two types of tracing:
Page view Tracking: Lists the origin of the links to the visitors, that is, from which link the visitor entered your store.
E-commerce tracking: Lists the products that are extremely purchased by customers who have reached a deal.
First, you need to reg
Magento obtains the number and price code of the shopping cart product. This article will show you how to get the quantity and price of the shopping cart products and how to use Magento. I will give you a detailed introduction below. This article will show you how to get the quantity and price of all products in the shopping cart and show them to anyone who uses Magento
How can magento achieve online consulting? That is, when you enter the homepage, a prompt will pop up at the bottom of the page asking if you need to consult online. Cainiao will kneel down for guidance from the gods! Magento online consulting how does magento achieve online consulting?
When you enter the home page, a prompt will pop up at the bottom of the page
Magento: how to use phpcode in CMSpage. after creating a cmspage, you can use the magento editor in the background to insert some simple variables, however, if the page content is complex and there are many custom variables, for example, when we need to retrieve some data from the db or perform complex processing on the data, the built-in editor shows how magento
Magento repository plug-ins and Forum plug-ins key our company's background needs to add repository plug-ins and Forum plug-ins. after searching for the plug-ins online for a long time, we found a forum plug-in KEY: magento-communitySimple_Forum can not be used, really depressed, please master give pointers; ------ solution -------------------- This seems to use money to buy Oh ..
ThemeForest is a paid website platform for publishing and downloading website themes under Envato. Its Envato also includes multiple platforms, including Codecanyon, Videohive, Audiojungle, Graphicriver, Photodune, and 3Docean, basically covers most of the website front-end, graphic design, audio, art and other materials. As webmasters and domestic users, ThemeForest platforms are widely used, including WordPress, Magento, Joomla, HTML5 and other webs
A situation that is often encountered in two of times of development is to determine whether a classification belongs to a large classification, and the large classification includes many subcategories into a tree structure, the basic method is to get all the subcategories under the large classification of information, and then compare each to see if there is an ID and the undetermined ID equal. A recursive method is used to get all the IDs of the large classification, and the second one is to g
Magento self with Import and export function
Backstage system-->import/export-->advanced Profiles
Click Add New profiles after entering
You can create a new rule.
Profile Name * is a name
Actions XML * is the corresponding parameter
such as examples:
Analytical:
File is a document type
Path is the CSV file paths
FileName is the CSV file name
Format is CSV
The following configuration is the appropriate file format
With him, you can import the data
In any fast iteration project, it is a headache to ensure the synchronization of development and production (current network) databases. Magento provides a system for creating resource migration versions, which can help us deal with this problem that is constantly encountered during the development process. Www.2cto.com we created the weblogpost model last time. This time, we execute create table directly. We will not create a Setup Resource for our m
Magento adds the "new" or discount quantity label magentonewlabel. discountlabel to the product. The bottom of the article is. Add a new tag to the new product. Shows the quantity of discounts for discount products. You can add a piece of code to the bottom of the cata article in the template folder.
Add the "new" label to the new product. Shows the quantity of discounts for discount products.
You can add a piece of code to the catalog/product/list.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.