magento merchants

Read about magento merchants, The latest news, videos, and discussion topics about magento merchants from alibabacloud.com

Magento: How to change the way products are sorted

Magento can easily set the way to sort the foreground products, we can set SOTR by to Price,name,best value and other attributes to meet the sorting requirements. Magento The default is best value, so what is best value? Is there a two-paragraph interpretation of version 1.7 in the Official Handbook? Page 75./85. "Product Listing Sort by:the products are sorted, by default, by the selected attribute." The

Magento setting up SMTP Send mail

1. First download the plugin, the plugin address is: http://www.magentocommerce.com/magento-connect/ Aschroder-com-smtp-pro-email-free-and-easy-magento-emailing-for-smtp-gmail-or-google-apps-email.html 2. http://freegento.com/ddl-magento-extension.phpHttp://connect20.magentocommerce.com/community/ASchroder_SMTPPro You don't want to bother, just download the

The most suitable for magento. htaccess notation

Tags: des android http io os ar java for SPOriginal Author Address: http://www.ctrol.cn/post/ecommercial/magento/12-05-ctrol-4057.html############################################## These options is useful for Development#php_flag Display_startup_ Errors On#php_flag display_errors on#php_flag html_errors on#php_flag log_errors on#php_flag log_errors_max_len 0#php_ Value error_log/var/www/magento-lite/var/log

How to batch Delete products in the magento background

How to batch Delete products in magento background How does magento batch Delete products? Anyone who has used magento knows that it is very slow to delete products in batches in the magento background. 30 products cannot be deleted in one minute. SelectA time get out 504 error may occur when multiple products Perform

How can magento achieve the effect similar to the image display? my page only has text and no images.

How to achieve magento is similar to the image display effect my page only has text no image magento nbsp; how to achieve the effect similar to nbsp; Picture Display nbsp; my page only has Text nbsp; no image magento amp; nbsp; ------ solution -------- how can magento achieve the effect similar to the image displa

Magento remove index. php-php from URL tutorial

Magento removes index. php1. from the URL and modifies the configuration file in APACHE2. DocumentRoothomemagento lt; Directory gt; OptionsFollowSymLinksAllowOverrideAll change to All lt; Directory gt; lt; Magento remove index. php from the URL 1. modify the configuration file in APACHE2. DocumentRoot/home/magento/ Options FollowSymLinks AllowOverride A

Implement Magento Multi-File upload code function development

Uploading a single file in Magento is simple, you can directly add the following component directly in the Inherited Mage_adminhtml_block_widget_form class field: For Picture: $fieldset->addfield (' Test_Pic ', ' image ', Array (' label ' = ' + ' label ', ' name ' = ' test_pic ',));For files: $fieldset->addfield (' test_file ', ' file ', Array (' label ' = ' + ' tag ', ' name ' = ' test_file ',));Only use the Varien_file_uploader tool class in the con

Magento and theme

Magento development principles: 1. Do not modify magento's Core. 2. If theme is used, you can modify theme. If a plug-in is required, consider using the plug-in. 3. Standardized writing code Key Points of MAGENTO and theme development Add and remove javascript and CSS Use of static Blocks Setting template New Page Layout Common layout syntax MAGENTO temp

Magento connect Invalid Header response from server

Label: style blog HTTP Io color AR for SP Div Ever wondered why magento connect gives you this error when you try to install an extension? First of all make sure/Downloader folder has enough permissions .. connect to you VPs via sshcd/home/magentodirperform chmod-r 777 downloader/Downloader/* Now retry the magento extension if it still returns Invalid Header response open your php. iniand verify that PHP c

Magento Background Simple Replacement Favicon.ico

Just need to change the site Favicon.ico, is the browser URL in front of the small icon.A little search on the internet, and then shocked, the number of methods is to replace the file method, and the file walk in all corners of the site.In fact, the backstage is a direct upload replacement method.The path system--configuration--general--design--html Head--favicon icon can be replacedDoes not appear, the cache is refreshed under the circumstances.ReportReplacement file Solution(Benbow main Note:

How to create your own API with ACL in magento

Finally, I got my customize API works with magento today. I was confusing by the complex configuration XML files in magento, here I post my example which might be helpful though. This example passed testing under magento ver 1.3.2.4 using XML-RPC in. NET platform. Steps: 1./APP/etc/modules/hanix_all.xml Code highlighting produced by Actipro CodeHighligh

Magento Set Order Status

Require_once (' app/mage.php ');Umask (0);Mage::app (' Default ');er = Mage::getmodel (' Sales/order ');er->loadbyincrementid (100000001); 100000001 for order numberGet Order Status$status = er->getstatus ();$state = er->getstate ();Echo $status;echo "\ r \ n";Echo $state;Set Order Statuser->setstatus (mage_sales_model_order::state_processing);er->save ();Magento orders have two status variables: state and status, which is confusing, only the test, th

Magento Table Rates Shipping Setup

The table rate is integrated in the Magento, which is a shipping method. Table freight is our own to write a freight schedule, according to distance and product weight set freight, made into a CSV format table, import into the Magento, to achieve the control of freight.In my new version of Magento video There is a set of shipping charges, you can see how to open

Index management method for manually refreshing Magento

When we have a lot of products on our website, such as thousands of items, we refresh Magento index Management often fail. Then the background will not refresh, we can also use the command line to refresh.Using the command line to refresh index management can greatly reduce system consumption and is easy to succeed.Let's take a look at the steps, if you're using a Linux server, log in to your SSH client, switch directories to your

PHP Magento Background Unable to log on problem solving method

PHP Magento Backstage No solution Many friends may have the same experience, Magento in the server configuration domain name is normal access, but after the local configuration can not log in the background, the account password login when found blank, unable to jump to the background, this article to introduce two ways to solve the local Magento background can

PHP Magento Background Cannot login problem Resolution _php instance

PHP Magento Backstage No solution Many friends may have the same experience, Magento in the server configuration domain name is normal access, but after the local configuration can not log in the background, the account password login when found blank, unable to jump to the background, this article to introduce two ways to solve the local Magento background can

Magento perfect settings for sending emails

At the beginning of the launch of magento, a problem occurred in the email. At this time, the commonly used mail templates have been edited, such as new account, new order, and password forget. Sending emails in centos is simple. You only need to install Sendmail and install sendmail. You only need to install Yum install sendmail. magento is also easy to send emails, you only need to set the sender name and

Remove "___from_store=" from the Magento multi-store URL address

Magento Multi-store function, most of the time is based on the language to choose, when the addition of multi-store, generally we will choose to open the Add store code to the URL address. Magento comes with this kind of function is quite good, but Magento Multi-store function, most of the time is based on the language to choose, when the addition

Reproduced Magento store multi-language settings

This article takes the extended Chinese package as an example:First enter your own Magento backstageManagement Store (System-Managestores)Click Create Store ViewSelect the store where you want to create the view, the default Main storeNamed view name, this can be defined according to your needs, used in the store to choose the language of the switch.Named View code, which is also custom. Use here, such as: http://www.imt.local/cn/so that you can direc

Magento use of Chinese language packs

Magento the use of Chinese language pack, we can find a lot of Baidu on the random.Since I am using Magento for the first time today, I found the directory Magento/app/locale and replaced the Magento/app/locale folder with the locale folder in the language pack.Into the background, the lower left corner of the selectio

Total Pages: 15 1 .... 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.