Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Pasindu_7
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 3
    • Controversial 0
    • Groups 3

    Pasindu_7

    @Pasindu_7

    Human Being | Designer | Developer | Entrepreneur

    4
    Reputation
    169
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Pasindu_7 Unfollow Follow
    WordPress Node.js Web Development

    Best posts made by Pasindu_7

    • RE: How to add custom registration fields to Woocommerce checkout ?

      @lkdev you will need an 'advance woocommerce custom fields' plugin to do that.
      BTW you can do it manually by adding several lines of code, bit it will be somewhat hard since you will need to interact with DB too.

      posted in Back-End Development
      Pasindu_7
      Pasindu_7
    • RE: How to fetch realtime Data from firebase ?

      //first initialize firebase
      //to sync data when object changes
      //this code block takes a snapshot from database and 'console.log' it

      //create database reference
      const dbRef = firebase.databse.ref().child('childName');

      //taking snapshot
      dbRefObject.on('value', snap => console.log(snap.val()));

      //if you want to parse data to charts (chart.js, hightcharts.js) please refer their docs too.

      posted in General Discussion
      Pasindu_7
      Pasindu_7
    • RE: Udemy free courses

      Thank you bro!

      posted in General Discussion
      Pasindu_7
      Pasindu_7

    Latest posts made by Pasindu_7

    • RE: Udemy free courses

      Thank you bro!

      posted in General Discussion
      Pasindu_7
      Pasindu_7
    • RE: How to add custom registration fields to Woocommerce checkout ?

      @lkdev you will need an 'advance woocommerce custom fields' plugin to do that.
      BTW you can do it manually by adding several lines of code, bit it will be somewhat hard since you will need to interact with DB too.

      posted in Back-End Development
      Pasindu_7
      Pasindu_7
    • RE: How to fetch realtime Data from firebase ?

      //first initialize firebase
      //to sync data when object changes
      //this code block takes a snapshot from database and 'console.log' it

      //create database reference
      const dbRef = firebase.databse.ref().child('childName');

      //taking snapshot
      dbRefObject.on('value', snap => console.log(snap.val()));

      //if you want to parse data to charts (chart.js, hightcharts.js) please refer their docs too.

      posted in General Discussion
      Pasindu_7
      Pasindu_7