Magento
Magento: Please enter a valid URL. Protocol is required (http://, https:// or ftp://) issue in Magento Installation
While installing Magento in the local server, in the configuration section, you may be asked to enter the base url. But the installation wizard will not accept the local server url. It is because Magento won’t consider the local server url as a valid url. Solution: For this you need Read more…
Magento
Magento: only pagenation at bottom
Create a file named pagination.phtml in app/design/frontend/rwd/fancydress/template/catalog/product/list with the folloowing code: and call it with the following code in list page bottom
Magento
Magento: Add short Description to your cart page
Magento’s default view cart page: Simple product includes a product thumbnail , product name, product SKU as shown below. Configurable Product includes a product thumbnail , product name, product SKU , Product Attributs as shown below. What if you wanted to add the short description to the view cart page, Read more…