This Magento Mobile Inventory Management app we’ve developed can be repurposed for any site running Magento 2. It allows admin users to login using their Magento admin account credentials and catalog the barcodes of products if not previously known and adjust stock quantities of their e-commerce site’s stock. Scanning barcodes The main aspect of this […]
The Magento 2 API allows for a wide range of interfacing with the Magento site through the use of API URLs. In this blog post, I will discuss how the Magento API can be used in conjunction with Ionic/Angular to browse through the products on the Magento e-Commerce website. A really handy resource for making […]
This mobile app which can be repurposed for any site running Magento allows for a user to log in with the same account as on the e-commerce site, then view products through the categories or by searching for them. A user can also add those products to the cart, go through the entire checkout process […]
The mobile app for the local Young Peoples not for profit organisation The Factory intends to provide the user with updates posted to the site, such as the latest news, and scheduled events in an interactive calendar, as well as the ability to communicate with The Factory using the contact us form. We also have […]
I’ll assume that the basics of creating an angular project and creating components is known; so I’ll start this tutorial from the typescript file within the component. For ease of reference, this component is named
sandbox . In the template tag, I have created the element on which the mouse over event will be detected. This […]
We began using Angular 2 (now known as just Angular) when it was fairly new. One of our internal projects was in hiatus for a while, when we was ready to pick it back up again, Angular had jumped from version 2 to 4. Sometimes upgrading can be a bit of a nightmare, but luckily […]