Add Register here button in checkout page

Add Register here button in checkout page

Hello, One of our Client’s websites, the requirement was as follows. Don’t allow the user to create the profile at the checkout page. Just display the Register here button and ask the customer to register and get approved before he creates the order. As we...
Change the text ex.VAT to ex.GST

Change the text ex.VAT to ex.GST

It is annoying that woocommerce is still in VAT generation and many countries adopted GST. Hence it requires the change in your functions.php to achieve the same.   add_filter( ‘gettext’, function( $translation, $text, $domain ) { if ( $domain ==...
Alert the admin on Address Change

Alert the admin on Address Change

If you are looking into this post, it means you have setup the woocommerce/wordpress where you approve the users manually. This helps you in handling the delivery if customer is from the place where you don’t deliver the products. The notification email to the...
Round off your cart totals

Round off your cart totals

The other day, We had discussion with a client of ours about rounding off issue in cart totals. It was coming as .01, .02 after tax and shipping charges calculation. Though we rounded of the taxes at line level with WooCommerce Settings, it was not appearing properly....
Website Maintenance – Explained

Website Maintenance – Explained

If you are business owner, or prospective for an agency which builds Websites or Apps, this article is for you. Let’s be honest in the pricing and effort it takes to maintain a website. The below points are mainly involved scenarios which every creative agency...
Why WordPress?

Why WordPress?

People, especially who wants their business website has to be built, feel skeptical about the WordPress. Mainly it was popularized as a blogging platform for few initial years. Later WordPress evolved drastically and it is quite possible to build any kind web...
How to create Sticky Menu

How to create Sticky Menu

WordPress themes offer many locations to display different menus. Truly it depends on the theme developer’s mood/motto to provide sticky menu or not. It is because mainly developer wants to provide this option when you buy the theme. In free themes, this option may...