Adding an extra field to select more options in Shopify within a product

Adding an extra field to select more options in Shopify within a product

Tiempo de lectura: 3 minutos We will learn today how to add more options in Shopify to avoid the error of «you have exceeded 100 product combinations». We will start by creating a custom metadata field. To that we’ll go to Configuration > Metacampos and Metaobjects NEXT we’ll create the new thing that will serve us to personalize our product … Read more

Rising variants and products using CSV in Shopify.

Rising variants and products using CSV in Shopify.

Tiempo de lectura: < 1 minuto The idea is to name images strategically and use CSV import to automatically assign them. You will be explained step by step: Shopify will use these names to map photos to variants when importing from CSV. Benefit:: You don’t have to enter one by one in each variant and upload the photos; everything is done … Read more

Create a Service Account to generate Google API Access Tokens for Validating In-App Purchases on Android

Create a Service Account to generate Google API Access Tokens for Validating In-App Purchases on Android

Tiempo de lectura: 2 minutos Today we’re going to learn how to generate a Service Account account that will serve us for verifying purchases or generating an authentication token in Google. The first thing we’ll do is go to https://console.cloud.google.com/iam-admin/serviceaccounts/create We create an account: We choose the Role and put EDITOR (very important). We press once created, click on Adminstrator … Read more

Configuring Nginx Proxy Manager (npm) or Nginx to send the Real Client IP using Cloudflare Proxy

Configuring Nginx Proxy Manager (npm) or Nginx to send the Real Client IP using Cloudflare Proxy

Tiempo de lectura: < 1 minuto We will learn today how we can capture the real IP of the client passing through Cloudflare’s proxy and receiving it in Nginx Proxy Manager (NPM) or Nginx. We will open our reverse proxy and go to Proxy Hosts. Now we select the proxy that we want to send real IPs and put it in … Read more