Skip to content
Alldonetechnology

ADT Technical Blog

Web & Mobile App Full Stack Developer

Alldonetechnology

ADT Technical Blog

Web & Mobile App Full Stack Developer

  • Home
  • About
  • Get in Touch
  • My Blogs
    • Home
    • 2012
    • August
My Blog

Prestashop | Show Random Products In Home Featured

admin August 28, 2012 10 Comments

open /modules/homefeatured/homefeatured.php file find this : $products = $category->getProducts((int)($params->id_lang), 1, ($nb ? $nb : 10)); directly after that code, add this : if ($products) { shuffle($products); array_splice($products, ($nb ? $nb…

My Blog

add facebook share button in magento

admin August 17, 2012 0 Comments

<a name="fb_share" type="button" href="http://www.facebook.com/sharer.php?u=">Share

My Blog

Finding the Online Customer in magento

admin August 17, 2012 0 Comments

You can easily find out number of online customer by the code in the content section useOnlineFilter(); echo “Online Customer “.count($collection); ?> Finding the Online Customer in magento You can…

My Blog

Adding Custom shipping method in Magento

admin August 17, 2012 0 Comments

On my going Project a client requirement was adding custom shipping method so I was trying to solve the problem at last got a solution and it so i liked…

My Blog

How to display Random Product in magento

admin August 17, 2012 0 Comments

prepareProductCollection($collection); $collection->getSelect()->order('rand()'); $collection->addStoreFilter(); $this->setProductCollection($collection); return parent::_beforeToHtml(); //below code to written in template file if (($_products = $this->getProductCollection())): echo $_product->getSku(); endif; ?>

My Blog

How to use jQuery with Magento

admin August 6, 2012 0 Comments

If you want to use jquery in magento plug-in development you can not use it directly , because magento is based on prototype java-script library but thanks to jquery this…

My Blog

Display date in specified format in Magento

admin August 1, 2012 0 Comments

Display date in specified format in Magento Mage::helper('core')->formatDate($date, $format, $showTime=false) Argument 1: Date that you want change the format (This may be database driven or manual) Argument 2: Date format:…

Recent Posts

  • Add Additional Terms at Checkout WooCommerce
  • Xampp MySQL shutdown unexpectedly
  • Upload Documents Angular Nativescript / File Upload Angular Nativescript
  • Sign your app for release to Google Play
  • Autocomplete multiselect jquery Ajax PHP

Recent Comments

  1. company website newszing.net on Add Trailing slash at end of URLs
  2. Continue newsbreaklive.com on Add Trailing slash at end of URLs
  3. click here now carnewsweb.com on Add Trailing slash at end of URLs
  4. About – Nirav- A Software Developer on About
  5. Line Preetzmann on Prestashop | Show Random Products In Home Featured

Archives

  • May 2024
  • January 2024
  • July 2023
  • June 2023
  • March 2023
  • February 2023
  • December 2021
  • March 2021
  • January 2021
  • October 2020
  • August 2020
  • July 2020
  • May 2020
  • April 2020
  • February 2020
  • January 2020
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • March 2018
  • February 2018
  • December 2016
  • November 2016
  • February 2016
  • December 2015
  • September 2015
  • July 2015
  • June 2015
  • May 2015
  • March 2015
  • February 2015
  • January 2015
  • October 2014
  • September 2014
  • August 2014
  • March 2014
  • November 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • June 2012
  • May 2012

Categories

  • Android
  • Anguar Js
  • Angular
  • blog
  • My Blog
  • MySql
  • Nativescript
  • PHP
  • Uncategorized
  • wordpress

You Missed

PHP wordpress

Add Additional Terms at Checkout WooCommerce

Uncategorized

Xampp MySQL shutdown unexpectedly

Android Anguar Js Angular Nativescript

Upload Documents Angular Nativescript / File Upload Angular Nativescript

Android

Sign your app for release to Google Play

Alldonetechnology

ADT Technical Blog

Web & Mobile App Full Stack Developer

Copyright © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • Get in Touch
  • My Blogs