Posted by
admin on Jul 19th, 2011 in
Magento |
Comments Off
Keep in mind that this site is used as my personal notepad, just to share what i have found on other sites! So the content is not always mine!
This article is coming from TechPortal, thanks to the...
Posted by
bob on Dec 26th, 2010 in
MAC,
TechNews |
Comments Off
Great article about enabling BIND on Mac OS X, it certainly helped me al lot!
Read all about it here.
Handy Commands
As many things in *nix environments tend to be, managing your DNS server may seem just a bit...
Posted by
bob on Dec 14th, 2010 in
Magento |
Comments Off
If you don’t want to show TAX in the checkout cart, go to app/design/frontend/base/default/template/tax/checkout, and in tax.phtml find the lines:
<?php else: ?>
<?php echo...
Posted by
admin on Dec 2nd, 2010 in
Magento |
Comments Off
Magento has the ability to globally manage inventory levels for your online store. A number of client’s business model was to sell inventory that they picked up from a distributor and therefore didn’t need...
Posted by
admin on Nov 28th, 2010 in
Magento |
Comments Off
You can disable the Compare products functionality by following the steps listed below:
1. Edit app/code/core/Mage/Catalog/Helper/Product/Compare.php and change the following code:
public function...
Posted by
bob on Nov 23rd, 2010 in
Magento,
TechNews |
Comments Off
if you got a blank page or a loop, you could have a problem with a special character. let’s remove them!
open clsAWStats.php
find @ line...