Magento date and time functionsMagento date-related methods are mainly in two files. One is the core/date model class, and the other is the core assistant class. The methods are as follows.ExampleMage: getSingleton ('core/date ')Mage: getSingleton ('core/date')-> timestamp ($ input)Obtains the timestamp of a specified date. If the parameter is null, the current timestamp is obtained.The Returned time is actually the calculation result
Especially in the local debugging, often in the phpMyAdmin inside the database can not be successfully imported, no matter how small the database, and sometimes really can not import. Then try to import it using the command line method, which will generally succeed.1. After installing the phpMyAdmin client, go through WIN's Start menu--MySQL----MySQL SERVER 5.6---MySQL 5.6 COMMAND line Client2. After entering the password for the connection database, you will see the mysql> prompt3. After the pr
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.
Step I Add a occupation/title field to the user registration page, almost 54 lines in register.html, add a occupation display code below the email
Code:
This is, if you go to the User registration page, you will see the new fields. Step 2 Also in edit.phtml, add occupation display block
Code:
Step 3, open model/entity/setup.php almost 93 lines, below the email, add the relevant code of
Use only $collection->addfieldtofilter (), do not use Addattributetofilter () or zend_db_expr (can be used for more complex where statements) such as: collection- >getselect ()->where (New zend_db_expr ("E.created_at > ' 2013-01-01 00:00:00 ' OR e.created_at $_collection Array $weight )) (array$weight));OR relationship------------------------------------------------------min_weight > $weight or$weight > Max_weight$_collection-addfieldtofilter (array(' min_weight ', ' max_weight '), array (
Cause analysisThe order price of Magento is calculated by executing the set pricing model under the global/sales/quote/totals node configured in config in sequence, the execution sequence is controlled by the after and before nodes of each model. For example, we can see the following code in the native app/code/core/Mage/Tax/etc/config. xml configuration file:.........We can note that the before node of the tax model specifies grand_total, which means
System records all access data into the database, including visitors and machine access (such as search engine crawlers), machine access will typically account for a large part of the data, so that will produce a small amount of additional server performance costs, including Web services, MySQL database service; This part of the data can not be seen. The database tables responsible for logging access logs are: Log_customer, Log_quote, Log_summary, Log_summary_type, Log_url, Log_url_info, Log_vis
In the checkout page, if you want to determine whether the customer has the use of coupon code, you can judge by checkout session.The following code returns the coupon code used in checkout or returns Null (when no coupon code is used)1PHP2 3 $coupon _code= Mage::getsingleton (' checkout/session ')->getquote ()->getcouponcode ();if($coupon _code){ 4 Echo"Coupon used"; 5}Else{ 6 Echo"Coupon Not used"; 7 } 8 9?>magento--Determine if coup
Use Magento to make product list?? Can be added directly to MQ shopping cart
There are a few questions, please ask the experts.
1. The list of restaurants is displayed on the left. Click on a restaurant to expand its menu below.
2. Click on a category to display the detailed menu on the right.
3. There is a check box on each of the dishes on the right. If clicked, the number will be displayed on the right side of the price, the default
"1", click "+
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.