OpenCart, one of the most popular e-commerce platforms, empowers countless online stores worldwide. To enhance its functionality and provide store owners with more flexibility, we are thrilled to announce the launch of our new extension for OpenCart 3.x. With this powerful extension, users can now effortlessly filter products by category and store ID directly from […]
If you are looking for an extension that helps your opencart 3.x to change the currency based on the user’s location. Then this extension is the perfect solution for your need.
Ever since its onset last December, the coronavirus has soon gained momentum to affect all walks of life within months, taking a heavy toll on all industries and sectors worldwide. Does your company happen to be in the high-risk sector? Is your business struggling amid huge talent loss and office bills that still need to […]
This extension allows users to log in with the social platform just with one click. The users can easily log in with Facebook, Google Plus, Twitter, and Linked In.
So, In the previous blog, we learn what is State management and the benefit of State in our App. I gave you a basic idea about the store in the previous blog. But in this blog post, I will give you more detail about the store of NGRS. Store, As the name we can assume […]
Is your application is really big or made for enterprise-level? Is your application consuming the same APIs again and again to fetch the same data on each action? Then you are doing the wrong implementation, my dear friend. You should maintain the State of Application just like you heard in React.js using Redux. Yes, you […]
An (AOT ready) Angular (4+) service for Geo coordination. Installation npm install ngx-geo-info-angular –save Add the cookie service to your app.module.ts as a provider: import { BrowserModule } from ‘@angular/platform-browser’; import { NgModule } from ‘@angular/core’; import { FormsModule } from ‘@angular/forms’; import { HttpModule } from ‘@angular/http’; import { AppComponent } from ‘./app.component’; import { […]
Its very hard to remove specific conditional based object removal from Array of Objects. So, Here is my solutions. To do this we need to make the recursive function which calls and traverse all the child and find the specific data which match with our condition. In this example, I want to remove data which […]
Recently I have developed a Drag and drop dynamic filter which generates JSON. you can integrate into any Application no matter it is the iOS app, Android App or Web App. You just need to integrate this code into iFrame or Web view so that user will build his/her desire filter option using very easy […]