Blog

How i add custom Thank you page in woo commerce

Following are the steps to create a custom thank you page in woo commerce 1. Create a new page named ' Thank you ' in wordpress 2. Put this code to Funtion.php .It should be first line after the status // Redirect custom thank you add_action( 'woocommerce_thankyou', 'redirectcustom'); function redirectcustom( $order_id ){ $order = new WC_Order( $order_id ); $url = 'http://yoursite.com/custom-url'; if ( $order->status != 'failed' ) { wp_redirect($url); } }   Hope it is working for you ![/vc_column_text][/vc_column][/vc_row]

How to Create a Child Theme

  A child theme consists of at least one directory (the child theme directory) and two files (style.css and functions.php), which you will need to create: The child theme directory style.css functions.php The first step in creating a child theme is to create the child theme directory, which will be placed in wp-content/themes. It is recommended (though not required, especially if you're creating a theme for public use) that the name of your child theme directory is appended with '-child'. You will also want to make sure that there are no spaces in your child theme directory name, which may result in errors. In the screenshot above we have called our child theme 'twentyfifteen-child', indicating that the parent theme is the Twenty Fifteen theme. The next step is to create your child theme's stylesheet (style.css). The...

Samsung’s new Galaxy A7 packs bigger screen, more processing power

Samsung is coming out with a new phablet, that will incorporate a metal frame, and comes at “competitive price point”, according to the Korean electronics maker. The A7, unveiled on Monday, comes just a few months after Samsung announced its two smaller siblings, the A5 and the A3, in late October. The A7, however, is not only bigger with a 5.5-inch high-definition AMOLED display, but also packs more computing power as it combines two separate quad-core processors. In addition, it has a larger battery at 2,600 mAh, but still maintains a thickness of only 6.3 mm, making it actually thinner than the A5 and A3. The phone runs Android 4.4, has 4G LTE connectivity, and a 13-megapixel rear-facing camera, along with a 5-megapixel front-facing camera. Inside is 2GB of RAM, 16GB of storage...

web designing kerala

Web designing kerala Web designing kerala is the ultimate name of Cybernob Technologies .Because we are  one of the leading best   Web designing kerala,  Web development kerala  ,Web hosting kerala and Software consulting kerala   .The  company is located in Manjeri ,Malappuram ,Kerala . We are award winners in web designing kerala .Cybernob Technologies offers all web services concern to web designing and web development .Web designing Kerala's  high quality and less turn around time policy lead us the best web designing kerala . We are providing static website   and  Dynamic website .Our Fully editable  Website using WordPress  or Joomla CMS(Content Management System) help you can manage it yourself easily. Web designing kerala's  fully responsive web design will help your website to fit for all devices .Cybernob have fully qualified web...

add a custom program to windows 8 start up

Add a custom program to windows 8 start up Hi  , To add a custom program to windows 8 start up is very simple please proceed the following steps : 1) press win +R (Run box will appear ) 2) Type or Paste in the Run box and select Ok. 3) This will lead you a folder  some thing like   depends up on your username  whatever it is after this link add     Example : C:\Users \ xxxx \ AppData\ Roaming \ Microsoft \ Windows \ Start Menu \ Programs \ Startup 4) Add here drag and drop programs you want to add Thanks all