Create a left hand navigation / vertical category in Magento

Share
Posted on May 3rd, 2013 | Posted by admin

Create a left hand navigation / vertical category in Magento

1)

Create vert_nav.phtml in app / design / frontend / default / default / template / catalog / navigation

__(‘Categories’) ?>

__(‘Category Navigation:’) ?>

Creating fancy FAQ page in Magento – an easier approach

Share
Posted on May 2nd, 2013 | Posted by admin

Creating fancy FAQ page in Magento – an easier approach

Introduction

Just keep reading this tutorial which will teach how to create a fancy FAQ with expandable/collapsible feature in an easier approach.

In short, creating a fancy FAQ section can be easily achieved in Magento by using CMS page & jQuery.

Steps

Go to Admin > CMS Pages > Add New Page and implement the following steps:
1. Add FAQ contents
Add the following content in the ‘Content’ > ‘Content’ section of CMS page:

Secure GetClicky Tracking Code on Magento Website

Share
Posted on May 1st, 2013 | Posted by admin

To use GetClicky analytics / tracking codes with Magento’s SSL (HTTPS) protected pages, you have two options. One is to use GetClicky’s HTTPS code throughout the website or use it within an IF clause. The following demonstrates an inbuilt Magento funtion to check if the visitor is on a HTTPS or HTTP page.

01
02
03
04
05
06
07
08
09
10
11
<?php // Check if HTTPS ?>
<?php if (Mage::app()->getStore()->isCurrentlySecure()): ?>
<?php // Clicky HTTPS tracking code goes here ?>
<?php else : ?>
<?php // Clicky HTTP tracking code goes here ?>
<?php endif; ?>

The above code might come handy for various cases where you might need to check for HTTPS.

Diamond — Responsive Magento Theme

Share
Posted on April 30th, 2013 | Posted by admin

A few words about «Diamond» Magento Theme

«Diamond» is the Magento template, which is made in a clear & modern style. Keeping pace with the times we offer a truly high-quality solution. Combined with a thoughtful and carefully elaborated design, «Diamond» will leave no one to be indifferent. Using this theme you can not only increase conversions quality and number of positive reviews but also make a pretty good surprise to your customers.

  • 100% Magento Community Edition 1.7.x compatible;
  • Fully Responsive;

Magento – How Do I Merge all css and js files into one

Share
Posted on April 29th, 2013 | Posted by admin

Magento - How Do I Merge all css and js files into one

Go to Admin->System->Configuration
under “Advanced” tab you can find out “Developer” option, select this option
then you can see “Javascript Settings” and “CSS Settings”
set “Yes” for “Merge Javascript Files” and “Merge CSS Files”
Now all of your js are being merged into one same as css files are merged into one.
Page 5 of 154« First...«34567»102030...Last »