- Configuration - would have been manually mapping controllers to use specific views, almost like a code behind scenario.
- Convention - A Controller method named Index most likely wants to use a View called the same, so the framework goes and looks for that.
Iam a Wfm Scheduler in Conduent business services india LLP. As an scheduler, I am the responsible to check and create each and evey schedule assigned in the operations for the business line. This blog explains about Magento only.
Add code
Wednesday, 21 June 2017
What is the difference between convention and configuration?
Wednesday, 14 June 2017
Difference among Order Invoice, Cancel, Void, Hold and Ship in Magento
Pending. - Placing new order. it is default status is pending
Processing - You are raise a invoice from Magento admin status is change to
On Hold - This status can only be assigned manually. You can put any order on hold.
Cancelled - This status is assigned manually by you or, on some payment gateways, when customer does not pay within the specified time.
Complete - This status means that order is crated, paid and shipped to customer.
Closed - Closed orders are orders that have had a credit memo assigned to it and the customer has been refunded for their order.
Pending Payment - This is the status used if order is created and PayPal or similar payment method is used. This means that customer has been sent to payment gateway website but no return information has been received yet. This status will change when customer pays. Some gateways do cancel abandoned orders automatically after some 'idle' time. If order had this status for a long time, you should cancel it manually to free product stock.
Processing - You are raise a invoice from Magento admin status is change to
On Hold - This status can only be assigned manually. You can put any order on hold.
Cancelled - This status is assigned manually by you or, on some payment gateways, when customer does not pay within the specified time.
Complete - This status means that order is crated, paid and shipped to customer.
Closed - Closed orders are orders that have had a credit memo assigned to it and the customer has been refunded for their order.
Pending Payment - This is the status used if order is created and PayPal or similar payment method is used. This means that customer has been sent to payment gateway website but no return information has been received yet. This status will change when customer pays. Some gateways do cancel abandoned orders automatically after some 'idle' time. If order had this status for a long time, you should cancel it manually to free product stock.
Subscribe to:
Posts (Atom)
Magento : 404 error is showing admin page
Hello, Sometimes we may get the error on admin page once done with the Magento installation. In that scenario, we have to do the following: ...
-
I have tested this and worked for me on my server : INSERT INTO `directory_country_region` VALUES ( NULL , "IN" , ...
-
Warning: a form on this page has more than 1000 fields PHP MySql After reaching so many entries PhpMyAdmin started showing this warning:...
-
Hi , In this blog I’m going to explain you how to create accordion tabs in magento for layered navigation as displayed below for attribut...
-
Open your phpmyadmin from your host try once this sql command. Run this Sql : SET FOREIGN_KEY_CHECKS=0; UPDATE core_store SET store_i...
-
Step 1 : First, Optimize your Server and the System Requirements Step 2: Update your Magento 2 to the latest version of Magento 2 Step 3 ...
-
To prevent other shipping options to display when Free Shipping is available, add the following code to your template: Open : /app/des...
-
Find out the easiest way to setup Magento with SSL The private SSL certificate is an important upgrade to your website. The basic functi...
-
To create a 404 page Create a CMS Page with Correct 'Store View'. Then go to System=>Config=>General=>Web in Default ...
-
How to create and manage pages in Magento In order to manage your web site pages you need to navigate to the CMS section in the Magento ...
-
If you want both Add to Cart and Buy now, add the buy now button to addtoCart.phtml Go to /app/design/frontend/[package name]/[themen...