Posts

Showing posts from March, 2013

How to add or integrate a Google Map (not sitemap) into a CMS page?

1) Go to the http://maps.google.com/ 2) Search your desired Location 3) Click the Link Button Beside the My Places Button 4) Copy The Paste Html to embed in website data from the input box 5) Create a folder in the magento root directory 6) I have named it map.html 7) Paste the copied data in the map.html file 8) Save the map.html file 9) As i wanted to show the map in the about-us page (CMS Page) 10) I have opened the about-us page from magento admin panel  11) From the page information open the content tab and click the html view of the content 12)  Call the map.html file as like as below 13) By writing the code 14) <IFRAME SRC="/map.html" width=620 height=400 FRAMEBORDER=0 SCROLLING=NO align="center">Call for directions.</IFRAME> 15) and save it !!!!!! 16) If you want to view the Google map in the contact us page then complete step 1 to step 8  first 17) Open file file 18) app/design/frontend/default/Themename/template/contacts/for...

Magento Recently Viewed Product With Image

/** In the derectory app/design/frontend/default/(Themename)/template/reports/product_viewed.phtml ***/ <?php if ($_products = $this->getRecentlyViewedProducts()): ?> <div class="block block-list block-viewed">     <div class="block-title">         <strong><span><?php echo $this->__('Recently Viewed Products') ?></span></strong>     </div>     <div class="block-content">         <ol class="mini-products-list" id="block-popular">         <?php foreach ($_products as $_item): ?>             <li class="item">                 <div class="product">                 <img class="produ...

Integrate Facebook Like In the Website

Go to the Page Link: https://developers.facebook.com/docs/reference/plugins/like/ In the Step 1 - Get Like Button Code URL to Like : Give Your Url To Like  and Press the Get The Code Button To Get Your Code...   Then Just Paste Your Code in y ou r Page where you want to show the like box

Like to unlock content on Facebook

This summary is not available. Please click here to view the post.