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:’) ?>
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
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.
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:
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.
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.