Home » Archive

Articles Archive for July 2015

Magento, Magento Extension »

[29 Jul 2015 | 5 Comments]

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).

LaTeX »

[27 Jul 2015 | Comments Off on LaTeX: Include and Scale SVG (Scalable Vector Graphics) Image]

Here is a step-by-step guide on including and scaling SVG image on LaTeX.
1) Download and install Inkscape: https://inkscape.org/en/download/
2) Suppose, I have an svg image named “image.svg“.
Run the following command that exports your svg image to PDF and LaTeX format.

Magento »

[20 Jul 2015 | Comments Off on Magento: Select Box / Dropdown List on Layered Navigation]

You have plain text and link to those text in Magento Layered Navigation section. You can easily change the display of Layered Navigation links into a selection box / dropdown list. To do so, you need to edit the following file:
app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/catalog/layer/filter.phtml

Magento »

[13 Jul 2015 | Comments Off on Magento: Hide Column from Admin Grid]

Here is a quick tip to hide any column from admin grid in Magento. Hiding columns in admin grid becomes necessary when you want those particular columns in exported csv or xml file but you don’t want to display them in the admin grid.
You can hide columns from admin grid by setting column_css_class and header_css_class as no-display to the column you want to hide in the addColumn function. This will hide your column from the admin grid. However, this column will be present when you export the grid data …

Magento »

[6 Jul 2015 | 5 Comments]

Custom options on Magento products are designed to make simple products function like a configurable product with different choosing options like color, size, etc. before purchasing the product.
In this tutorial, I present the code to create/add, view, and delete custom options of a product in Magento.

Magento, Magento Extension »

[3 Jul 2015 | 6 Comments]

Print Product & Shopping Cart Page is a FREE Magento Extension that generates neat and clean print page of products and shopping cart, removing unnecessary header, footer & sidebar.
This module is compatible with Magento version 1.5 and higher (Magento 1.5, 1.6, 1.7, 1.8, 1.9).