We are still working hard to speed up magento. In addition to the built-in cache and compilation, many of our previous efforts started with reducing loading times such as JS, CSS, and images, the loading time of the page is sometimes the largest part-the page data is not processed too much. For example, the time consumption of each request is checked using firebug (the data is affected by many factors, for reference only ):
We can see that the loadi
greater than 0, all original payment methods are returned for customer's choice (the new free payment payment method should be removed).Solution SolutionsAfter reviewing the source code of Magento's payment module, I found that Magento1.9 native support for 0 amount order payment (if you have experience, you do not need to look at the source), in the background system->configration->sales- >payment Methods->zero Subtotal Checkout can be configured to turn on this payment method.The configuratio
System-configuration-currency Setup on the right Currency options allowed currencies tick,Then system-manage Currency Rates Click Import to automatically set the exchange rate or manually enter it yourself, and then save it.(like Magento install IPS payment channel you need to set the exchange rate of RMB CNY first)So Magento background settings multi-currency processing is OK.Magento Foreground custom disp
modules-> Modulecontroller-> Controllermodel-> ModelMagento is the most powerful shopping cart online platform on the planet. Of course, you should have no doubt about it. However, you may not yet know that Magento is also an object-oriented PHP framework. You can develop dynamic Web applications with the powerful features of the Magento Shopping cart program.This is the beginning of the
1, copy the Magento directory to the new server, export the database, import. If you do not go in because the Magento database using FOREIGN KEY constraints, through phpMyAdmin Import error, on the exported SQL file added a row set @[email protected] @FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;2, modify Magento configuration file, location in App/etc/local.xml, not
Tags:
Plug-ins
Magento
Magento plugin
Required plug-ins
Magento plugin, Plug-ins. I want to use the magento essential plug-ins ..
They are all free magento plug-ins, many of which are complicated ~~
[Powerful for collection> _
If you have a good plug-in, leave a message.
Magento install wordpress and magentowordpress
It is actually very simple to say. Now let's briefly discuss the installation process.
1. Install magento extension on the magento connect interface, address: http://www.magentocommerce.com/magento-connect/magento-wordpress-int
I installed magento2 on ubuntu14. when I access localhost on the webpage, the apache prompt ItWork is displayed !, However, when localhostmagento2 prompts HTTPERROR500, I installed it with the following command: {code ...} after the error, I checked the php error... I installed magento2 on ubuntu14, and accessed http: // localhost/on the webpage to display the apache prompt It Work !, However, http: // localhost/magento2/prompts http error 500
I installed it with the following command:
apt-get
I installed Magento2 on UBUNTU14, Web Access http://localhost/can show the Apache hint it work! , but http://localhost/magento2/tip http ERROR 500
I installed it by using the following command:
Apt-get updateapt-get install git wgetwget-o/usr/local/bin/composer http://getcomposer.org/composer.pharchmod +x/usr /local/bin/composercd/var/wwwgit Clone Https://github.com/magento/magento2.gitcd/var/www/magento2composer Install
After the error, I checked th
Magento development Note 3. In this section, let's take a look at Layouts and Blocks in the View. Unlike other mainstream PHPMVC architectures, magento's ActionController does not pass the data object to the view or set the View object. in this section, let's take a look at Layouts and Blocks in the View.
Unlike other mainstream PHPMVC architectures, magento's ActionController does not pass data objects to views or set properties in view objects. Vi
Magento is developed based on PHP. To install magento locally, you must first have an environment where PHP can run. Here we recommend wampserver or XAMPP. I have tried both of them. I personally think wampserver is easy to use, we recommend that you go to the official website to download the latest version to avoid various errors caused by version problems, because I encountered the problem of updating the
Http://www.crucialwebhost.com/blog/how-to-setup-multiple-magento-stores/#addon-domain-method
Address Source
How to setup multiple magento stores
By Kyle on December 28,200 8. posted in howto, magento · 78 comments
There are numerous ways to setup multiple magento stores that all share the same codebase and backend, B
Magento ModuleModule is the core of Magento. Any action on the site, either in the foreground or in the background, is implemented through a module. A module can be treated as a container that can contain the following items: Set (settings), database schema, render object (rendering object), Auxiliary tool Class (utility helpers), data models) or action controller (action controllers). A module can contain
In any fast iteration of the project, how to ensure the development and production (current network) database synchronization is a very headache. Magento provides a system to create a resource migration version that can help us deal with the problems that are constantly encountered during development. Www.2cto.com the last time we created the Weblogpost model. This time, we execute the create TABLE directly. We will not create a setup Resource with ou
Delete the cache and session files from the Var file in the original Web site file and delete the cached files in media. It then makes all the files into a compressed package to reduce the file volume and facilitate the transfer.
Transfer the compressed package to the folder that the new server domain name points to, unzip.
Export Magento database, if using phpMyAdmin export, refer to article: http://www.hellokeykey.com/
Magento is an e-commerce site, for the site's user information security, let magento Use SSL connection is a good solution. If in the sidebar or at the bottom of the page to indicate that the site uses a secure connection of the pictures, appear more professional, so that customers have a sense of security, for the Magento site is also a good publicity.Magento SS
This chapter begins by parsing Magento1 's own modules, which are described in different ways depending on the complexity and importance of the module, some using only text, and some with.1.Admin As the literal meaning, the admin module is related to the background administrator, specifically, the background user (Admin_user table) and the background user's rights management (Admin_role and Admin_rule table). To version 1.9.2.3,For security reasons added Permission_variable and Permission_bloc
Pre-guidanceWe are using parked domain to point to your existing magento file root directory for the domain name you want to add. As mentioned in the preview, we have a Magento station domain name for one. com , add a new domain name two.com. Set the root directory of the two.com to the root directory of one.com. This article is based on the magento1.2 version, and other versions are shown at the end of th
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.