WooCommerce Add to Cart Redirect to Checkout

If you need to redirect the user directly to the checkout page instead of the current product page or cart page, put this snippet to your themes functions.php. [php] /** * Redirect user to checkout page directly after adding to cart * * @return string */ function wc_redirect_to_checkout() { $checkout_url = WC()->cart->get_checkout_url(); return $checkout_url; } … Continue reading WooCommerce Add to Cart Redirect to Checkout

Bengali translation, a first time collaboration for WordPress!

Hopefully WordPress 4.0 is going to be released at 27th August, 2014. As this version is going to have language selection from the installation phase, translation is important. As the validator of WordPress Bengali project, I proposed a translation collaboration effort to give a boost in our Bengali translation. From the banner of our local group … Continue reading Bengali translation, a first time collaboration for WordPress!

Introducing weGallery

Making consistent naming after my company weDevs, I named the documentation theme as weDocs. Now another plugin came as weGallery, very consistent! Another Gallery? There are many plugins available in the WordPress.org plugin directory for the same needs, gallery. I’ve seen the most downloaded NextGEN Gallery, it has lots of feature and very complex. If … Continue reading Introducing weGallery

A new plugin to import posts from facebook groups

Often I get frustrated with facebook groups. Lots of good and active groups are there like PHPXPerts, WordPressians, Advanced WP and lots of questions gets posted over there and answers too. But everyone knows, facebook search sucks big time. Those questions gets in black-hole (literally) over time and it’s hard to find them when you … Continue reading A new plugin to import posts from facebook groups