Chủ Nhật, 29 tháng 11, 2015

Practice processing an order in Magento

1.     Log in to your store as a ficNonal customer. Make sure the customer has a valid email address.
2.     Place an order. Go through the enNre checkout process. If you have configured several payment methods, check out each one.
3.     Now, log in to the admin interface.
4.     Under Sales | Orders, look for the order(s) that you just placed. If you placed an order using the check/money order payment method, it should have the status of Pending. If you placed an order with a credit card, it should have the status
Processing. If you used PayPal, the order should have the status of Pending Paypal
or Processing.
5.     For each order, generate an invoice and have Magento email it to the customer. For the check/money order, check whether it advanced to Processing.
6.     Check whether the customer's email for the invoice(s) is correct.
7.     Create shipping noNces for each order. Print a packing slip for each order. Check whether their status advanced to Complete.
8.     Play with as many dierent scenarios as you can. Test your system and look at the results from both the customer's and admin's view.



Thứ Năm, 26 tháng 11, 2015

APPLY YOUR CUSTOM PACKAGE/THEME TO YOUR STORE

 
To see your new theme as you develop it, be sure to apply it to your development website using the
Magento Admin Panel. Go to the ADMIN:  System> Configuration> Design tab. In the Package panel, set the Current Package Name to  whatever you have named <my_package>. In the Themes panel, set the
Default theme to default if you are creating a new theme in CE or to whatever you have named
<my_theme> if you are in EE or PE.



If you go back to the frontend of your website and refresh the browser to reload the page, you will see your store. It should have all the default functionality available from the base package and will have whatever CSS you have moved into your theme controlling the styling. If you did not move any starting CSS and
images into your theme, the site will show text-only, unstyled content.