Objective of the blog After reading this blog, you will be able to understand how a seller can delete products from the catch marketplace. Methods to delete Products from the catch marketplace You can delete products from the catch marketplace by two methods: By deleting manually from merchant account By Using Offer Feed 1.0 Delete […]
Tips
How to fetch data from Firebase in Swift Language (iOS)?
Objectives of the blog After reading this blog we will be able to understand the process to fetch data from Firebase. This process includes installation of Firebase SDK and implementation of code to fetch data from Firebase. Pre-requisites We need to write swift code to fetch the data from Firebase. For this first we will […]
Facebook login in iOS
Objectives of the blog Implement Facebook login using Facebook SDK in iOS app. OR you can download the sample project from this link. Procedure to implement 1. Create a new Xcode project. And open the project. 2. Open the Terminal and type “cd “. Then drag the project file from Xcode to the […]
9 tips to help you sell more on Walmart Marketplace
One of the most popular Marketplaces in the world i.e Walmart Marketplace has gained sustainability in its eCommerce business all over the world. Walmart Marketplace provides a platform for many third-party sellers to sell their products and earn a huge chunk of profits. Many third-party sellers have already leveraged the benefits of Marketplace by expanding […]
How to Get PayPal Client ID and Secret Key?
In order to integrate Express Checkout with the REST API, a PayPal client ID that authenticates a merchant’s account with PayPal is necessary. A client ID can only be created by the account holder. Ask the merchant to share their client ID with you if you’re a developer integrating Express Checkout on the client’s behalf. If the […]
How to create SEO friendly URLs in Opencart 2.x ?
Introduction This document will give an idea about how to create SEO Friendly URLs in Opencart (version 2.x). Also will explain how to customize the Opencart function to create SEO URLs other than default pages (product page, category page etc.). This document will also explain how to 301 redirect URLs from old URL to new […]
Implementing Reactions Functionality Like Facebook using PHP, jQuery and HTML
Introduction Reactions are more expressive as compared to the simple like and dislike buttons. Using reactions the user can easily express their thought because emoticons are basically a way to show the emotions. On the other hand if we use like and dislike button then the user can not show the exact emotion. Using emoticons […]
How to Create Multiple Thumbnails While Uploading Image?
Objectives of the blog After reading this blog we will be able to create multiple thumbnails while uploading an image. In this blog we can learn how to resize the image size using code. Let’s know about the thumbnails Thumbnails are the reduced-size versions of pictures or videos. Thumbnails are created from the original image […]
Password Protection with htaccess
Introduction It is always a good idea to add password protection to any of the folders/webpages of your website if you want to restrict access on them. The method for applying the same is more important. We can use PHP for authorizing the information on each page, but that doesn’t protect your images or any […]
Adding new trusted device in two factor authenticated Apple Developer Account
1. You need to go to the link – https://appleid.apple.com 2. Here you need to log in with your apple account. You will receive the Authentication code, so please keep your iOS device with you in which you have logged in with the same Apple account. 3. After you have logged into the account. Scroll down to “Security” section and […]