Magento acceleration tool-lazyload
MagentoSpeed is a headache. I am introducing a front-end acceleration method. Speaking of lazyload, I believe many people are familiar with it. Now many websites have used this technology, and he can delay loading pictures of long pages. The acceleration of magento is obvious. The lazyload I am talking about today goes through PopoTransformed (forced me to add external
Use Magento to create a product list ?? Can I directly add it to the mq shopping cart and use Magento as the product list ?? Can be directly added to the mq shopping cart
You may have the following questions.
1. The restaurant list is displayed on the left. Click a restaurant and its menu categories are displayed.
2. click a category. the detailed menu is displayed on the right.
3. each dish on the ri
How can magento achieve the effect similar to the image display my page only has text no image magento how to achieve the effect similar to the image display my page only has text no image
Reply to discussion (solution)
Add images to your template according to country
I fixed it myself. now I want to show it to useful people.Use the following code to add
_ ('Currencies: ')?> GetSkinUrl ("images/"
Problem one, Magento itself with the mail sent, some messages can not be sent, installed Aschroder_smtppro Plug-ins, can only
Use Gmail servers because of the plugin problem
App/code/community/aschroder/smtppro/controllers
indexcontroller.php 90 Lines
The code is as follows
Copy Code
$mail->addto ($to)->setfrom ("veric@nieger.com")->setsubject ($sub)->setbodytext ($body);
Change into their own mailbox server,
(' is_reply ', array ( ' header ' => mage::helper) (' Consult ')->__ (' Email to Customer '), ' index ' => ' is_reply ', nbsp; ' type ' => ' options ', ' options ' => Array (' 0 ' => ' not Send ', ' 1 ' => ' send '), nbs p;));
After the is_reply in the grid was deleted, it was found that the value was successful. This experience is really pretty depressing. Because two pieces are completely unrelated things, there are assignment operations. Here's a record, it's experience
Magento How to connect to a database:1
Simple way. Restrictive small
1.1
$write = Mage::getsingleton (' Core/resource ')->getconnection (' Core_write ');$readresult = $write->query ("Select eav_attribute_option_value.option_id, Eav_attribute_option_value.value from Eav_attribute_option_valueINNER JOIN eav_attribute_option on eav_attribute_option_value.option_id=eav_attribute_option.option_id WHEREeav_attribute_option.attribute_id=505 and eav_attribute
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
Magento background itself carries a language switch function, see the bottom left corner of the background
You will find a long string, most of which you may not have the opportunity to use, and you want to switch from Chinese to English, every time you have to stare big eyes to find English in which position in the drop-down box, so the simplification is still necessary.Take my own needs for example, I need to use the Chinese background, occasi
When we design and develop Magento theme template, there is a function to know, that is the Getbaseurl function, with the Getbaseurl function we can call JS, image, file. in. phtml 1,getbaseurl Basic parameter call path echo Mage::getbaseurl (mage_core_model_store::url_type_web); Echo Mage::getbaseurl (Mage_ CORE_MODEL_STORE::URL_TYPE_JS); Echo Mage::getbaseurl (Mage_core_model_store::url_type_link); Echo Mage::getBaseUrl (Mage_core_model_store::url_t
Magento
The magento XSS vulnerability is not introduced. Baidu is everywhere.
Here, we will simply record the processing process (relatively crude, whether it is valid or not, not verified)
Edit
App/design/adminhtml/default/template/sales/order/view/info. phtml
File
Search getCustomerEmail
There are two output calls
You can use the htmlentities method to filter and process as follows:1 2 3 4 5 6 7
Let our children create a theme. Let's go here for all our custom theme in magento 2:
Application/design/development/company_name/theme_name
Let us assume that our company name is the basic name of the company and our topic. We need to create the following topic directory structure:
My company :-
Name of the topic package
The name of the
View. xml :-
This file is used to specify the image size and thumbnails of the product.
Magento_theme/layout/
Label: style blog color Io use strong SP Div on How to call static block in magento? (CMS ----> static block in the System Panel)A: If you want to place static content, such as an advertisement or promotion information, somewhere on the site page, there is no need to create a block for such things. You can use static block in CMS. Remember the ID of the static block and call it on the website.Call static BlockThree places, three methods In phtml
Label: HTTP uses AR data Div SP Problem C RIf magento is used, the following page appears:It indicates that an error has occurred, but you do not need to worry about it. Please find the corresponding report in var/report under the root directory of the Website Based On the number "error Record Number: XXXXXXXXX" and open it, there are specific problems.This error is usually caused by the use of incompatible templates or components. In some cases, data
In the magento system, the confirmation order email is sent by default after the payment is successful, but sometimes we encounter the payment failure.If the customer doesn't want to pay, how can we send the order email before the payment? First, open the appcodecoremagecheckoutmodeltype folder.In the onepage. php file, find the saveorder () method, you can see the following sentence:
$ Order = $ service-> getorder ();If ($ order ){Mage: dispatchevent
Label: style blog Io color for SP file Div on
The magento product list page displays three products per line by default. There are many ways to adjust the number of products displayed. You can set it in catalog. xml or in the template file.
The following describes how to modify the template component:
Modify/template/CATALOG/product/list. phtml
In this example, five products are displayed on each line. If the layout is out of order, modify the C
If you encountered a bug in magento that says:
View Source
Print?
1Method varien_object ::__ tostring () cannot take arguments
And you have PHP 5.3 or newer then you have 2 options:1) downgrade to PhP 2.92) fix the bugsIf downgrading is not possible try doing these changes in magento files:
File:/Lib/varien/object. phpOriginal:Public Function ___ tostring (array $ arrattributes = array (), $ valuesepa
The export function of the Magento 1.x makes it easy to derive data from products and customs, but there are several disadvantages (or inconvenient) places:1. Exported by default. The CSV file is encoded in UTF-8 format, and the default encoding format for MS Excle is Unicode, so the exported. CSV file opened directly in Excle Chinese will be garbled, garbled not only will cause Chinese cells can not read, and will affect other cells, will make other
If you need the Magento permission setting and cache cleanup instance code in the PHP script, refer to the. PHP instance code as follows :? Php # set file 644, directory 755functionn... PHP script to implement Magento permission settings and cache cleanup instance code. if you need code, refer to. PHP instance code as follows:
IsDir () chmod ($ path, $ dirModes); else if (is_file ($ path) chmod ($ path,
: This article mainly introduces how to make Magento's newly uploaded products appear at the top of the category Display List ?, If you are interested in the PHP Tutorial, refer. In the actual environment, this situation occurs. after a product is added, but on the product display page, the first added is always in front, and the last added is sometimes displayed on pages, this is because magento products are listed in ascending order by default. that
Can use the article, blog page to do long tail keywords
Make an article box on each page, and the article appears so that you can update the page.
Search page in robots.txt settings do not let crawl
URL rewrite on, use absolute address (this should be no problem), URL standardization, avoid multiple URLs to a page, resulting in a decentralized weight
404 Production of the page
Place statistical code, using Google's statistics
Robots.txt is set to not write.
Local.xml set to
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.