Magento
Magento: Call .phtml file in cms page or in another .phtml file
The custompage is a custom folder inside tamplate directory. and the home.phtml is the file name inside that folder 1- Call in Cms 1- Call in .phtml
The custompage is a custom folder inside tamplate directory. and the home.phtml is the file name inside that folder 1- Call in Cms 1- Call in .phtml
The private SSL certificate is an important upgrade to your website. The basic function of an SSL is to encrypt all communication between the browser and the server, ensuring that all data goes through a secure (HTTPS) connection. An SSL Read more…
Mage::getSingleton() Mage::getSingleton() will first check the same class instance is exits or not in memory. If the instance is created then it will return the same object from memory. So Mage::getSingleton() faster then Mage::getModel(). $product1 and $product2 both will share same memory of OS and Read more…
Reset all product tables. Beware, below script will delete ALL your product data so do it carefully. To remove all product go to the database and run the following query Note: Then you may require re-indexing all your indexes after Read more…
By default, in Magento guests can shop without creating a customer account on your site. If you want to, you can disable guest checkout and allow only registered users to purchase products from your store. You can do this from Read more…
General Contact: Sales Representative: Customer Support: Custom Email 1: Custom Email 2:
Go to app\design\frontend\Your_theme\default\template\page\html\header.phtml Add the following code inside the header-container div to display total number of items and price in header . Show Items in Cart