LaTeX: Remove Chapter Name and Number

By default, your LaTeX document has a Chapter name (Chapter 1, Chapter 2, etc.) for each chapter. If you want to remove such chapter name from your document, then you can use titlesec package and define the titleformat in order to hide the chapter title. Below are two code samples: one which shows the chapter … Read more

LaTeX: Add List of Abbreviations / Nomenclature

You might need to print the list of symbols or list of abbreviations for your LaTeX document. nomencl package can be used for this purpose. You need to load the nomencl package in the preamble of your document. The command \makenomenclature will instruct LaTeX to open the nomenclature file filename.nlo corresponding to your LaTeX file … Read more

Magento: PayPal Standard Payment form replaced by PayPal Express Checkout form in Admin Payment Settings

Problem: The PayPal Payments Standard form is missing from Payment Settings in Magento admin. System -> Configuration -> SALES -> Payment Methods -> PayPal All-in-One Payment Solutions PayPal Payments Standard is displayed as Payments Standard (Includes Express Checkout) and it is showing the form contents of PayPal Express Checkout. The original form of PayPal Payments … Read more

PHP: Google Spreadsheet with OAuth (Add, Edit, Delete, View data)

I was using ClientLogin method to access and update Google Spreadsheet. The ClientLogin method was in a deprecated state and now it has been turned off. We now need to use OAuth for authentication. Google APIs Client Library for PHP enables you to work with Google APIs such as Google+, Drive, or YouTube on your … Read more

Product Tooltip: Magento Extension [FREE]

Product Tooltip is a FREE Magento Extension that shows product’s information as tooltip on category page (product listing page). This module is compatible with Magento version 1.5 and later (Magento 1.5, 1.6, 1.7, 1.8, 1.9). When users hover on the product image on category page (product listing page) then a tooltip will appear displaying product’s … Read more

Magento: Add a custom block inside another block

You can add custom blocks inside already existing block through your custom layout xml file. You don’t need to change the template (phtml) code. Suppose, you want to add a block inside product view page. To do so, you can write the following xml code in your custom module’s layout file. In the below code, … Read more

Quick Order – Add to Cart by SKU: Magento Extension [FREE]

Quick Order – Add to Cart by SKU is a FREE Magento Extension that allows customers to directly add products to shopping cart using product SKU. This module is compatible with Magento version 1.5 and later (Magento 1.5, 1.6, 1.7, 1.8, 1.9). A Quick Order block will be displayed in left and right sidebar. This … Read more