Archive for the 'Magento' Category

Magento Connect Files Permission Problem

Saturday, May 9th, 2009

When you use Magento connector upgrade or install any extensions there usually meet Magento Connect Files Permission Problem.Many hosting like VPS don’t support this confunction. You need use the SSH  Type the following commands: find . -type d -exec chmod 777 {} \; find . -type f -exec chmod 644 {} \; That’s it.  Now [...]

Magento Storefront Show Instock Products Only

Wednesday, April 22nd, 2009

Magento Storefront Show Instock Products Only Define product mould:$_productC = Mage::getResourceModel(’reports/product_collection’); John code: $_productC->joinField(’inventory_in_stock’, ‘cataloginventory/stock_item’,’is_in_stock’, ‘product_id=entity_id’, ‘{{table}}.is_in_stock=1?); Example: $storeId    = Mage::app()->getStore()->getId(); $category = Mage::registry(’current_category’); $_productC = Mage::getResourceModel(’reports/product_collection’) ->addViewsCount() ->addAttributeToSelect(’*’) ->setStoreId($storeId) ->addStoreFilter($storeId) ->addCategoryFilter($category) ->setPageSize(12) ->setCurPage(1); Mage::getSingleton(’catalog/product_status’)->addVisibleFilterToCollection($_productC); Mage::getSingleton(’catalog/product_visibility’)->addVisibleInCatalogFilterToCollection($_productC); $_productC->joinField(’inventory_in_stock’, ‘cataloginventory/stock_item’,’is_in_stock’, ‘product_id=entity_id’, ‘{{table}}.is_in_stock=1?); $this->setProductCollection($_productC);

Magento Alipay, Ctopay Payment gateway

Saturday, March 14th, 2009

Magento Alipay, Ctopay Payment gateway Extension download available Contact us for details.

Magento SEO friendly URLs

Tuesday, February 24th, 2009

I find out a big problem on my magento online store, the magento team change the related product’s URL to rewrited URL(don’t include catalog names).but the direct product URL default setting include catalog names. This way cause one product page have two URLs. Its important change your catalog’s URL rewrite rule.Admin -> System -> Configuration [...]

Magento Service – Hosting, Install, Customize

Saturday, December 13th, 2008

Magento Service – Hosting, Install, Customize service. – Selection of your domain name. – Selection of your web hosting for Magento. – Installation of the Magento default (without the sample data products) version with a mysql database. * The sample data can be installed if you need for the same price. – Creation of your [...]

Magento webinar Google Website Optimizer

Saturday, December 13th, 2008

Magento Shopping Cart Support Minimal Qty now

Tuesday, December 11th, 2007

Magento Shopping Cart Support Minimal Qty in new release. The product view file changed as follow: <input name=”qty” type=”text” class=”input-text qty” id=”qty” maxlength=”12″ value=”<?=$this->getMinimalQty($_product)?>”/> Right now we could set minimal quantity from admin inventory.There could use Use default Config Settings  or you could set one item,one catalog.

magento admin control tour

Thursday, November 29th, 2007

magento admin control tour

Magento products attribute.Magento Products size color choice

Wednesday, November 28th, 2007

The very usefull magento function is attribute seting. Attribute Propertie: Attribute Identifier (For internal use. Must be unique with no spaces) * Catalog Input Type for Store Owner Unique Value (not shared with other products) Values Required Input Validation for Store Owner Apply To Configurable/Grouped Product I find out Attribute Identifier can’t change the default [...]

Learn SEO in one hour?SEO’s future

Tuesday, November 27th, 2007

There are many articles talk a lot about seo.Mainly for several sides: Keyword Targeting Search Engine Friendly Content Mapping Link Building Further Analysis and Monitoring Website Statistics Analysis Its seems very easy to building your seo site.But the trues is keep your new ideas to producing profit through searchengine.Profit is the Aim of seo work.Havn’t [...]