Pages

Friday, June 6, 2014

Magento Blind Site With Dynamic Price extension && responsive

Support build Blind Site with some extensions that we created!
This product support some features:
- Calculate product price dynamically.
- Support mutiple currency, languages.
-Support Responsive with magento 1.9.x
- Build Blind Site easily with this product.

See more

Saturday, May 24, 2014

Magento Blind Site With Dynamic Price extension && responsive

This product support some features:
- Calculate product price dynamically.
- Support mutiple currency, languages.
-Support Responsive with magento 1.9.x
 ....
See more

Thursday, May 22, 2014

Magento filter with multiple values

This extension allow you doing filter with mutiple values from user selected.
- Attribute you choose to filter mutiple values must is "Multiple Select" from magento backend > attributes
- This extension allow you change templates by override on your theme.
- This extension allow you display results from values selected via checkbox with OR condition.
- This extension allow you keep values selected so you can see them with remove icon next to.
- Work fine on magento 1.8.x, 1.9.x.
- Support filter via Ajax

See more

Tuesday, May 6, 2014

Jquery Find Children From Parent

In this article i will show you " Difference between find() and children() in jQuery ". When you work with theme, you will face with finding element. Now this time, i will tell you about differents:
  • find(): this function allow you find all elements with any level ( deep ) you want to match your conditions.
  • children(): allow you find all children with single level ( first level )

See more

Tuesday, April 29, 2014

Magento filter with multiple values

This extension allow you doing filter with mutiple values from user selected.
- Attribute you choose to filter mutiple values must is "Multiple Select" from magento backend > attributes
- This extension allow you change templates by override on your theme.
see more and buy

Wednesday, April 16, 2014

Magento price format, price without decimals, price format with currency

Sometimes, client want you show price without decimals, you can see problem that result will return format like : 1212.12, 1212.00. .. so how to solve this in good way.
See more

Magento send email without template Id

You can used this code for testing, tracking something. It's simple to use, not require template id to load. Like pure zend, php.
See more

Monday, April 14, 2014

Magento Catalog Rule Prices

In this article i will show you how to re-caculate price with rules from "catalog rule price" entry from Promotion in backend.
Sometime, you want to calculate product with dynamic such as: blind, fabrics...
See more

How to Solve Magento 500 Internal Server Errors

When I made a backup on hostgator I met this error so i can't access to Magento Connect Manager. Because when we backup sourcecode magento change file permissions, it make this errors. So how to solve problem?
See more

Sunday, April 13, 2014

Magento price

This article show how to change price when you need, understand about magento get price.
See more

Saturday, April 12, 2014

Create simple product for magento from instagram automatically

This is a fast way to create product to magento, you only need mobile to capture images then add description to product with tags then upload to instagram.

We run for project but still time to convert to distribute if you need it, pls contact us to purchase!

More view

Wednesday, February 26, 2014

Get Url in code:
Mage::getBaseUrl();
Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN);
$this->getSkinUrl('images/imagename.jpg');
$this->getSkinUrl('images/imagename.gif', array('_secure'=>true));
Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS);
Store Url: Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
Current Url: Mage::helper('core/url')->getCurrentUrl();
 
Using CMS page:
{{store url=""}}
{{skin url='images/imagename.jpg'}}
{{media url='/imagename.jpg'}} 
{{store url='mypage.html'}}
 
Get current CMS page urlkey: Mage::getSingleton('cms/page')->getIdentifier() 
 
Create block programatically: Mage::app()->getLayout()->createBlock('mycalendarevent/calendar')
then can setTemplate, if in template file you may need get HTML data so <?php echo 
echo $block->toHtml() ?>
In template file can use $this->getLayout() instead of Mage::app()->getLayout()
 
Call static page:
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('indentifer')->toHtml() ?>
 
$block = Mage::getModel('cms/block')->load('identifier');
echo $block->getTitle();
echo $block->getContent();
 
  
   
 
 
 
 

Friday, February 14, 2014

Magento extension - generate product sku automatically

Magento extension, it generate sku automatically with unique string number.  You won't must input SKU for product when create new product, or dumplicate product.