Magento
Magento: How to get customer session in external file.
Customer Session : Magento Session from external page (same domain)
Customer Session : Magento Session from external page (same domain)
Example: http://192.168.0.57/suplementosgym-stage/skin/frontend/default/suplementos/images/logo_sgym_3.png
Image background trnasperent code : ->keepFrame(false)
1- In page app/design/frontend/rwd/default/template/page/html/head.phtml template replace default: with this or if you don’t wish to use title prefix/sufix added from Magento admin, simply with And now just set “forced” title for pages through layout files Example for My Account page Read more…
For current Login customer: If you want to clear all shopping cart items of all customers then you can use the following code: If you have a large number of customers quotes then deleting them by using loop might be Read more…
Get state code from state id Get state name from state id Get state id from state code
Joining tables in Magento when it comes to EAV with Flat table is quite complicated. Consider you want to join sales_flat_order table with customer EAV tables to get Customer’s firstname and lastname, it becomes difficult as customer’s name comes from Read more…