Need Websites?

We, QuickBizTech have 8 Years of Exp in Web development in PHP and hosting. Skills: Photoshop, Designing, Core PHP, MySql, Joomla, Wordpress, Drupal, Magento, phpBB, Opencart, Smarty, Google API, JQuery, Charts, oAuth, SEO, Payment Gateways.


Please contact us for any kind of websites to be developed, upgraded, migrated. Reach our team for your dream website @QuickBizTech

Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Friday, September 20, 2013

Magento: How to change order status programmatically?

(with PHP coding).

First, you need to load your order.

If you have order id, you can load order in the following way:-

$orderId = YOUR_ORDER_ID;
$order = Mage::getModel(‘sales/order’)
->load($orderId);

If you have order increment id, you can load order in the following way:-

$orderIncrementId = YOUR_ORDER_INCREMENT_ID;
$order = Mage::getModel(‘sales/order’)
->loadByIncrementId($orderIncrementId);

Now, here is the code to change order status:-


/**
* change order status to ‘Completed’
*/
$order->setState(Mage_Sales_Model_Order::STATE_COMPLETE, true)->save();

Similarly, you can change the order status to pending, processing, canceled, closed, holded, etc.

/**
* change order status to ‘Pending’
*/
$order->setState(Mage_Sales_Model_Order::STATE_NEW, true)->save();

/**
* change order status to ‘Pending Paypal’
*/
$order->setState(Mage_Sales_Model_Order::STATE_PENDING_PAYMENT, true)->save();

/**
* change order status to ‘Processing’
*/
$order->setState(Mage_Sales_Model_Order::STATE_PROCESSING, true)->save();

/**
* change order status to ‘Completed’
*/
$order->setState(Mage_Sales_Model_Order::STATE_COMPLETE, true)->save();

/**
* change order status to ‘Closed’
*/
$order->setState(Mage_Sales_Model_Order::STATE_CLOSED, true)->save();

/**
* change order status to ‘Canceled’
*/
$order->setState(Mage_Sales_Model_Order::STATE_CANCELED, true)->save();

/**
* change order status to ‘Holded’
*/
$order->setState(Mage_Sales_Model_Order::STATE_HOLDED, true)->save();

You can also cancel an order in the following way:-
if($order->canCancel()) {
$order->cancel()->save();
}

Hold an order:-
if($order->canHold()) {
$order->hold()->save();
}

Unhold an order:-

if($order->canUnhold()) {
$order->unhold()->save();
}

Tuesday, September 17, 2013

Technology - Immediate openings - Bangalore, India

1) Project Manager
Job Description:
  • Experience in Handling Web Based Projects with a proven track record executing E-Commerce Projects.
  • Experience with SDLC and Agile Methology.
  • The candidates will be utilizing their Project Management, business and data analytical skills across a variety of projects, including Web , MIS, and IT infrastructure.
  • Multi-tasking and organizational skills are key to delivering projects on time.
  • Organise a QA and Testing System.
  • The candidate must exhibit the following competencies: Project/Practice Management, Creates and executes project work plans and revises as appropriate to meet changing needs and requirements.
  • Prioritize Features and Bugs.
  • Manages day-to-day operational aspects of a project and scope. Reviews deliverables prepared by team..
  • Ensures project documents are complete. Tracks and reports team status to stakeholders.
  • Communicates and facilitates team and client meetings effectively.
    Holds regular status meetings with project team. Keeps project team well informed of changes within the project. Effectively communicates relevant project information to superiors.
  • Should have atleast 3-4 years of project management experience with atleast 2 years of handling E-commerce project.

Desired Profile:
  • Project Manager. Excellent client management skills.
  • Experience with SDLC and Agile Methodology.
  • Experience in E-commerce industry would be preferred.

Experience:
  • 6+ years.

Industry Type:
  • E-Commerce / Retail .

Role:
  • Project Manager.

Education: BE/ME/MCA (Computer Science).
Location: Bangalore.

2) PHP Developer
Job Description - Technical Skills:
  • PHP, MYSQL, HTML, CSS, JQUERY, AJAX, JAVASCRIPT.
  • Expertize in the CMS atleast (anyone): Drupal/Xcart/Oscommerce/Magento/Joomla.
  • Expertize in the Framework (anyone): CI/Zend/Smarty.
  • The candidate must be well versed with MVC architecture.
  • Must be familiar with Jquery/Ajax.
  • Good hands on Mysql Database.
  • Expertise in Magento will be an added advantage.

Desired Profile:
  • Participating in a team-oriented environment to develop complex web-based applications.
  • Maintaining existing codebase, to include troubleshooting bugs and adding new features.

Experience:
  • 3-5 years and 5-8 years.

Industry Type:
  • E-Commerce / Retail .

Role:
  • PHP Developer.

Education: BE and MCA.
Location: Bangalore.

If Interested, please send your resumes at careers@zivame.com