Author: therichpost

  • Woocommerce checkout page notices

    Hello to all, welcome to therichpost.com. In this post, I am sharing the code for Woocommerce checkout page notices. Woocommerce is the most popular e-commerce plugin for WordPress. With this hook, you can add custom notification on woocommerce checkout page. I have also shared the code  for woocommerce cart page noticies on previous post. Here…

    woocommerce
  • Woocommerce custom code in Woocommerce archive page

    Hello to all, welcome to therichpost.com. In this post, I am sharing the code for Woocommerce custom code in Woocommerce archive page. Woocommerce is the most popular e-commerce plugin for WordPress. Here is the working code and you need to add this into woocommerce archive page template: <!– cunstom code –> <div class=”row”> <div class=”col-md-3…

    woocommerce
  • Woocommerce custom shop page wordpress template

    Hello to all, welcome to therichpost.com. In this post, I am sharing the code to make Woocommerce custom shop page wordpress template.  Woocommerce is the most popular e-commerce plugin for WordPress. It is very easy to use and integrate and there are also so many hooks in Woocommerce, which makes woocommerce customization very easy. Here is…

    woocommerce
  • How to save reactjs form data in php mysql?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to save reactjs form data in php mysql?Reactjs is a Javascript Library to build user interface. I am making simple form submission example with reactjs and php mysql. We will save reactjs form data in php mysql database and this is…

    reactjs
  • Reactjs bootstrap template examples

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Reactjs bootstrap template examples. Reactjs is a Javascript Library to build user interface. In this post, I am showing very basic but very important bootstrap template example in reactjs. Here is the complete working code and you also need to install reactjs…

    reactjs
  • Reactjs router tutorial simple and easy

    Hello, welcome to therichpost.com. In this post, I will tell you, Reactjs router tutorial simple and easy. Reactjs is a Javascript Library to build user interface. Reactjs also named as single page application. In this post, I am doing reactjs routing and this is very important part of every reactjs single page application. In my…

    reactjs
  • How to add the product image to Woocommerce my account order view?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to add the product image to Woocommerce my account order view?  WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this…

    woocommerce
  • How to add backgroundColor to full calendar event with php mysql?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to add backgroundColor to full calendar event with php mysql?  fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, we will get or fetch fullcalendar events with background color from php mysql database. In this,…

    fullcalendar_with_event_color
  • How to hide wordpress content from non logged in users?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to hide wordpress content from non logged in users? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I am…

    How to add custom meta title and meta description in Wordpress?
  • How to update woocommerce cart if maximum items limit reached?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to update woocommerce cart if maximum items limit reached?  WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the…

    woocommerce