Do E-commerce the Magento way!

Magento
E-commerce is the order of the day in the world of virtual marketing and selling. It is a great way to enhance your business and tap the teeming online market. And while the market is swamped with e-commerce applications, it is critical to choose and select the best ecommerce partner for your business. Magento, an open source ecommerce software is increasingly becoming the more preferred solution for online merchandising. Your brand’s success depends on how well do you implement your ecommerce and target an untapped audience. Magento is highly resilient, has a rich and extremely user friendly interface and provides the best solution to numerous e-commerce problems that occur in the online business. Know how Magento works to deliver some of the world’s best ecommerce brands - here is Magento101.…
Read More

Add Custom Menu Sales Order Magento

Magento
Here I want show you how to add custom menu for order filter in admin. sometime client want to custom menu with some filter orders. Here I show you get only processing orders with custom menu with this custom module. Follow this steps and create module or files. app\etc\modules\Jwd_Orderstosend.xml [sourcecode language="plain"] <?xml version="1.0"?> <config> <modules> <Jwd_Orderstosend> <active>true</active> <codePool>local</codePool> </Jwd_Orderstosend> </modules> </config> [/sourcecode] app\code\local\Jwd\Orderstosend\Block\Adminhtml\Order\Items.php [php] <?php class Jwd_Orderstosend_Block_Adminhtml_Order_Items extends Mage_Adminhtml_Block_Widget_Grid_Container { public function __construct() { $this->_blockGroup = 'jwd_orderstosend'; $this->_controller = 'adminhtml_order_items'; $this->_headerText = Mage::helper('adminhtml')->__('Orders to send'); parent::__construct(); $this->_removeButton('add'); } } ?> [/php] app\code\local\Jwd\Orderstosend\Block\Adminhtml\Order\Items\Grid.php [php] <?php class Jwd_Orderstosend_Block_Adminhtml_Order_Items_Grid extends Mage_Adminhtml_Block_Widget_Grid { public function __construct() { parent::__construct(); $this->setId('order_items'); $this->setUseAjax(false); $this->setDefaultSort('created_at'); $this->setDefaultDir('DESC'); $this->setSaveParametersInSession(true); } /** * Retrieve collection class * * @return string */ protected function _getCollectionClass() { return 'sales/order_grid_collection'; } protected function _prepareCollection()…
Read More

How Subscription Service Enhances Your Ecommerce Site ROI?

Magento
Websites today are the gateway to cash inflow and if you haven’t optimized them properly then you might miss out the best opportunity to grab the attention of your online customers. In fact, only a few ecommerce sites have the ability to convince the customers and help them climb greater heights. In order to optimize your site to sync with your customer expectations, it is crucial to add up varieties of elements to the website. Of the different elements to be tried up on the site, a major element that can produce incredible impact on customer minds and can even convince them to become potential buyers is the subscription service models. Find below a few top benefits associated with the subscription services which in turn can improve the ROI of…
Read More

Update product stock directly from Magento database

Magento
Sometime in some situation development time we need to update products quantity and stock status directly in the magento database. here I describe the most efficient way to do this is to update the products quantity and stock status directly in the database. Product quantity is stored in cataloginventory_stock_item table in qty and stock status in is_in_stock column, also we have to update cataloginventory_stock_status, the columns qty and stock_status with the corresponding Boolean value. So, the SQL query should look something like below query: [sourcecode language="plain"] UPDATE cataloginventory_stock_item item_stock, cataloginventory_stock_status status_stock SET item_stock.qty = '$new_quantity', item_stock.is_in_stock = IF('$new_quantity'>0, 1,0), status_stock.qty = '$new_quantity', status_stock.stock_status = IF('$new_quantity'>0, 1,0) WHERE item_stock.product_id = '$product_id' AND item_stock.product_id = status_stock.product_id [/sourcecode] where $new_quantity contains the product quantity sent by our ERP system and $product_id is the…
Read More

Increase Image Quality on Magento

Magento
Magento accordingly layers the picture throughout the transfer process to have thumbnail pictures and essential pictures show faster for your clients. Magento expects that you favor speed over picture quality and lessens the span of your picture. The point when picture quality is not strictly outlined for certain sorts of pictures, Magento framework takes the first ever worth, and for some it figures its own particular. All we need to do is to situated the picture quality to the most astounding quality. This could be finished assuming that you open a record: app/code/core/mage/catalog/helper/image.php Discover a strategy __tostring() and simply before attempt condition before all else of the system, embed the accompanying scrap of code: $this->_getmodel()->setquality(99); provided that you need to enhance the nature of item pictures in category see steer…
Read More

Magento Development Services

Magento
Justwebdevelopment provide all types of magento realted services. If you find affordable magento development service your search end here. Magento Development Magento is an open source web application especially made for ecommerce purpose. It works on Zend framework. After the launching of magneto in 2008, it has been popular day by day as the best ecommerce platform. Magento is PHP based and buffering its data in MySQL.In order to offer the best solution in eCommerce development, magento development proves to be the best platform. Magento provides such a flexibility which helps in business growth. Inquire Now Read More Magento Theme Development It is true that having a stunning website design can leave a good image in the mind of visitor. In the eCommerce market prior to initiate an online shop…
Read More