How to delete credit card numbers stored in magento database

Are you willing to pay the HUGE fines and losing your merchant account? This module allows you to automatically delete credit card numbers stored in Magento database. This will prevent someone from hacking into your account and stealing your customers' credit card numbers.


 

Works with Magento 1.7.X.X and any old version

how to measure the page loading time in Magento

Add this to /page/html/header.phtml

$stimer = explode( ' ', microtime() );
$stimer = $stimer[1] + $stimer[0];
Mage::register('stimer', $stimer);

Add this to /page/html/footer.phtml

$etimer = explode( ' ', microtime() );
$etimer = $etimer[1] + $etimer[0];
echo '

'; printf( "Script timer: %f seconds.", ($etimer-Mage::registry('stimer')) ); echo '

magento assign which size chart to which product

Show which size chart you want to assign to which product?

For example:
- Size chart for Gloves
- Size chart for jackets ....
and you want to make the minimum code change possible to your magento core files.

Les profiles facebook sont indexes maintenant en temps reel

Google a annoncé cette semaine via twitter que les mises à jours des profiles Facebook sont maintenant incluses en temps réel sur les indexes de recherche. Les compagnies qui veulent gagner plus de visibilité sur Internet doivent impérativement miser sur les stratégies SMO (Social Media Optimisation).
En plus des stratégies SEO et SEM, La SMO (Social Media Optimisation) est devenue une étape incontournable pour mieux exposer son contenu aux moteurs de recherche.

How to speed up magento.

If your site is hosted on a dedicated server and have some administrative skills.
Refer to Methods To Speed Up Magento .

1- Go to System->Configuration->Advanced and disable all the modules that your store does not use.

How to show out of stock configurable options with Magento

Create a new php file called Configurable.php and located in app/code/local/XLPages/ManageStock/Block/Product/View/Type/Configurable.php.

magento : remove option all from toolbar (show all per page)

Replace

return ($perPageValues + array('all'=>$this->__('All')));

in /app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php (lines 549 and 539).
by

     return $perPageValues;
    


  

Magento Optimized Hosting

Selecting a reliable Magento Hosting, fully compatible with all Magento hosting requirements, is a very important step.
If you are having problems with selecting the best and reliable Magento hosting, our team of experts is always around to lend a helping hand.

Syndicate content