Professioal Website Maintenance Service

Professional Website Maintenance Service

When a website goes live its require regular attention to take care of your website. Updates in the theme and plugin, content and design updates and many other things require regular updates. Our professional web development team has the expertise to handle all the website maintenance work and provide professional website maintenance service.

http://www.klickmagic.com/website-maintenance/

 

Wordpress Development

WordPress Development & Plugin Customization Agency

Klickmagic is a WordPress development & plugin customization agency. We have specialization and provide best wordpress development, plugin integration & customization, API integration & customization. Our expert team not only provide out of the box web solutions but also provide eCommerce solutions with payment gateway integration and complete design solutions like banner design, logo design and e-mailer design.

Visit Page

Merry Christmas

Our best wishes for a great Christmas and New Year full of blesses and satisfactions. Merry Christmas and a prosper New

Year!Merry Christmas

Auto Complete Woo-commerce Orders

When a order is placed, the customer will pay for it, the order will be fulfilled and at which point the order will probably be marked as ‘Completed’.

 

This process is supported in WooCommerce and allows the order to go from ‘Pending’, to ‘Processing’, and finally to ‘Completed’ once the products have been sent out.

This is fine for orders where a physical item exists, but this seems not correct with virtual orders because there is no notion of postage or sending out items. Then after receiving the Payment it should be Auto Complete. Here are the snippet how we can auto complete the woocommerce orders.

Add the below mentioned code at the end of your functions.php file,
which is located in “wp-content/themes/your-theme-name/:” Then replace the existing code with this snippet:

/**
* Auto Complete all WooCommerce orders.
*/
add_action( ‘woocommerce_thankyou’, ‘custom_woocommerce_auto_complete_order’ );
function custom_woocommerce_auto_complete_order( $order_id ) {
if ( ! $order_id ) {
return;
}

$order = wc_get_order( $order_id );
$order->update_status( ‘completed’ );
}

If you are need more help our development team can help you to setup the Events Calender Pro + Woocommerce Tickets plugin setup.

Camillia theme – Add Buttons on Photography Slides

YES now its possible to add text/captions/buttons on the front page slider?

We know that people love Camilla theme as its popular photography theme. And lot of people want button/text feature on home page images and this features was not available with in the theme. Our development team has customized the code and make it possible so please have a look on screenshot for your reference.

For more queries regarding theme customization please feel free to mail us hello@klickmagic.com.