magento on cloud

Want to know magento on cloud? we have a huge selection of magento on cloud information on alibabacloud.com

Magento import csv files to database scripts

Magento import csv files to the database. we will use a plug-in named SplFileObject to import large amounts of data. of course, we can write this file on our own, but not necessarily better than this one... magento import csv files to the database. we will use a plug-in named SplFileObject to import large amounts of data. of course, we can write this file on our own, but not necessarily better than this. T

How to make Magento newly uploaded products in the category show the front?

In the actual environment, you will encounter this situation, each time the product is added, but in the product display page, the first addition is always in front, and then added sometimes need to page, to see, this is because Magento products in the list page by default is sorted in ascending order, that is, the first product is always displayed in the front, And the latter is added in turn at the end. If we want to add the last product to the fron

Magento Adding classification properties

Adding custom attributes to a product in Magento is easy to implement in the background and can be easily added, but not for categorization, Magento itself is not provided to the category to add custom attributes. In the actual use of the process we want to add attributes to cagegory we have to find a way. Tell me how I added it here.Idea: By creating a product attribute, change this property to the Cagegor

Magento 1.6 Background Unable to log in _php tutorial

Today a customer said it's Magento 1.6 backstage can not log in, find a long time to find a solution, this is found from the Internet, I hope the same problem friends can refer to. Magento 1.4.x Stable have a problem on the login procedure on localhost.You need to the change in app/code/core/mage/core/model/session/abstract/varien.php tutorial Session cookie Params $cookieParams = Array (' Lifetime ' = $

Magento error: Fatal error: Call to undefined method

This article introduces how to solve Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract: getexceptions (). If you have encountered such problems, refer to it. Magento errors during product import: "Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract: getexceptions () in appcodecoreMageAdminhtmlBlockSystemConvertProfileRun. php on line 167"The current Magento version Magent

Magento Operation Summary

Document directory How to modify language How to remove index. php from the home page and product links Add ad for left slider How to add special category content [you can put it in home page or other pages] Use the database method to modify the model How to modify language 1. Download the Language Pack (app> locale) and replace it2. log on to the admin Console> Manage stores to create a new store view. [if it is a website with multiple languages, consider]3. Go to admin panel System

How to change the base URL for Magento

The base URL for Magento is the URL used to access the store page, or you can set a base URL for a single store view.Before you change this value, make sure that your domain name is already pointing to the IP,DNS resolution of the server on which the site is located before you can access it properly through the domain name.To change the base URL of the Magento, you need to enter the background firstSystem >

Multi-lingual approach to quickly implement Magento and product data in multiple languages

Magento supports multiple language stores by default, but you need to make some settings to use multi-lingual features.One, background multi-language support (Chinese culture)Magento Login Backstage when the default is to display the English interface, in the lower left corner of the page to select the language is Chinese will jump to the Chinese interface, if it is still displayed in English, it is because

Magento PHP Extension "curl" must be loaded workaround

I remember the first time I installed Magento in xampp, when I came backstage, I was prompted PHP Extension "curl" must be loadedOn the Web page to check the reasons and solutions, found to be in the Magento environment php.ini file configuration problemsWell, first, find the php.ini file (don't ask me which directory the file is in, I really can't remember!!) Well! Should not be difficult to find)Open php.

Local environment cannot log on Magento background issues

After the local installation of Magento, account password login found that there is a blank, can not jump to the background. How to solve? Workaround One: This is a cookie problem, using a non-IE core browser such as Firefox to solve this problem, although the way the browser handles cookies is similar but not 100% identical, Magento Other versions have this problem. The way to fix this problem in detai

Install Magento on Mysql5.6

Find a home foreign trade company, the site in Magento 1.6.2.To cater for the needs of the company, install a copy locally for learning and use. In the installation link has been an error said InnoDB not installed. Because the local environment is used for a long time, you can be sure to support InnoDB.That must be the Magento version of the problem, hit a php5.4 patch (mine is php5.5), noAnother Google ...

Magento 1.6 cannot log on to the background

Today, a customer said that its magento 1.6 Background could not be logged on. It took a long time to find a solution. This was found on the Internet. I hope my friends can refer to this problem. Magento 1.4.x stable has a problem on the login procedure on localhost.You need to change in app/code/core/Mage/Core/Model/Session/Abstract/Varien. php tutorial // Session cookie params $ CookieParams = array ('L

Magento Background PayPal settings

How to set up PayPal in Magento background? This way to organize the simple to share with you.1, System->config-paypel1.1 Merchant Country set up the country1.2 Email associated with PayPal Setup account1.3 Select a PayPal solution1.4 Choose website Payments standard–paypal processes all of the your orders and you get paid, the front hook, the other hooks are removed.1.5 In the following column will website payment standard setting point open:1.5.1 Pa

How to create a Magento module Z's Hello World example (RPM)

Steps:1. Create a Hello World module2. Configure routing for this module3. Create an execution controller for this moduleCreating the Hello World moduleTo create a structure directory for a module:App/core/local/sjolzy/helloworld/blockApp/core/local/sjolzy/helloworld/controllersApp/core/local/sjolzy/helloworld/etcApp/core/local/sjolzy/helloworld/helperApp/core/local/sjolzy/helloworld/modelApp/core/local/sjolzy/helloworld/sqlTo create the content of CONFIG. App/core/local/sjolzy/helloworld/etc/co

Common methods of Magento development

Here is I do magento development commonly used methods, now summed up, the follow-up will be more useful methods summed up.1. Direct operation of the databaseCheck:$read = Mage::getsingleton ("Core/resource")->getconnection (' Core_read '); $sql = "SELECT * from ' abc '"; $result $read->fetchall ($sql); // Fetchrow Find aincrease, delete, change$write = Mage::getsingleton ("Core/resource")->getconnection (' Core_write '); $sql = "INSERT into ABC

Magento error Illegal scheme supplied, only alphanumeric characters is permitted

1. Check if the value of the table Core_config_data ' Web/unsecure/base_url ' and ' Web/secure/base_url ' is the correct link address2. Delete all subdirectories and files under System directory var (cache information) 3. Refresh Browser reference: Illegal scheme supplied, only alphanumeric characters is permittedIllegal scheme supplied, only alphanumeric characters is permitted in Magento 1.8From for notes (Wiz)

Magento official free Template

Magento official free Template Posted Thursday, 06/11/2009-06:20 by Kevin von Magento's official templates are all well-performed, and the following articles are free of charge, and the extension key is included. These are all based on the AFL 3.0 protocol:1.Blue_skin: Http://www.magentocommerce.com/extension/519/blue-skinMagento_Connect_Extension_Key:magento-core/Interface_Frontend_Default_Default_Blue2.Blank: Http://www.magentocommerce.com/extensi

Magento Adjust Product detail Page customization options or the location of configuration items

Default location such as, feel not beautifulAfter adjustment, such asOpen the Background product page and find the display product options in property under Design, you can see two options: Product Info column and block after Info column, where block after is selected by default Info column, which is literally understandable, the content of options is displayed below the product information by default, and if the display product options in property is set to the products info Column, The front d

Magento offers multiple membership prices

Magento shows a variety of member Prices. on the product details page, I want to show the various prices of this product, that is, according to the different prices of the customer group, how can I get them? thank you very much !, This requires you to modify the code by yourself. The price list corresponds to different user groups or is written in a program. different user groups get the final price based on one algorithm.

Magento Background Order Display product image modification method

Magento Backstage Orders originally is not display product picture, customer service business also get the website front desk to look for this product picture to provide to the delivery department, this is very inconvenient. In order to improve the work efficiency, should customer service business requirements, is now the Magento backstage orders to modify, so that the order page shows the product picture.O

Total Pages: 15 1 .... 10 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.