Categoría: Tales of Ultratumba

Magento2 Woocommerce Python, Unix, NodeJS

Madam President A merci a toi

Je veux profiter l’opportunité de remercier a notre future President (Elle) et partager avec elle l’effort de travailler épaule par épaule pour que le pochant success on bien a ce produire et q’on doit moi et tous participer avec le plus petit morceaux comme ce petit trobut a vous Madam President AVEC “A”, ce comme…
Read more


marzo 23, 2024 0

Petit et grand Lapin AMLO, merci a toi pour t’on enseignement

Seulment des qu’ils q’on aimons le vrais “Francophonies” peux comprendrre l’escence de c’est mot: …. petit Lapin…qu’an tu aviais descendrais du ciel… avec beacoup des parmilliers…”. par SRomo/ Sergio Po ( This is one more horror-story means as fiction , never close of any one reality in Mexico, just adressing for the new Generations of…
Read more


febrero 13, 2024 0

Aprende Magento2 Boostrap nivel 1

En este nuevo tema te voy a enseñar como puedes fácilmente INSERTAR efectos BOOTSTRAP en tu tienda MAGENTO2 de cualquier version estable.


octubre 5, 2023 0

Woocommerce special Ajax-JS Json data

As the top-title mention on it, i will try to explain the WordPress strong Ajax JS engine run on tipical WP and how they amerith special remarcable attention to start using it in your future New Plugin code if today you don t have’d.


julio 29, 2023 0

Ordenes woocommerce a shopify

En esta ocasion voy a darte alguns tips valiosos para que puedas facilmente crear un OBJETO CLASS PHP especial en WordPress Woocommerce para INTEGRAR EN AUTOMATICO tus Ordenes (Ventas) de tu tienda a aplicaciones externas en este caso solo te hablaré de Shopify, pero también tengo desarrollos API para magento2, prestashop, o frameworks cualquiera. Cómo…
Read more


julio 29, 2023 0

la femme qui pleure (la llorona)

Ces histoires n’espère pas être le traditionnel “crybaby” de WaltDisney ou Blanch Neigh (Blancheneige); Mon intention est de vous raconter les vraies histoires mexicaines jamais racontées produites dans la vraie vie des vieux aux vrai Mexico Moderno. C’est à vous de continuer à le lire ou vous perdrez votre innocence.


julio 5, 2023 0

Max Weber book was real or just mama’s myth fiction?

This is again another HORROR-STORIES’tale from my personal GALLERY about some myths of ancient genius lived and still governed the educational rooms deeply on the University class rooms of this globe. Hello reader, as you know me yet or maby it is your first surfing on, those i m writing today here is not came…
Read more


mayo 14, 2023 0

WindowIIS y AWS Cloud desarrollo

Integración IIS con bases de datos Local ( Mysql, SQL Server, Oracle, Firebird etc)

Integración IIS con bases de datos Remotas (Cloud AWS, Azure, Google Firebase,etc)

Integración IOS o Android para aplicaciones Mobiles


enero 20, 2023 0

Plugin Auto Orden multi-Wharehouse

Nuevo desarrollo creado para la CREACION DE NUEVA ORDEN EN TIENDA WEB DE CADA PROVEEDOR enviada desde Woocommerce para Ordenar a cada Proveedor (wharehouse) los productos vendidos recibiendo: Datos del Cliente, metodo de pago, metodo de entrega todo de forma automática directa desde Woocommerce (y proximante para prestashop y magento). Las tiendas “receptoras” son prestashop,…
Read more


noviembre 18, 2020 0

Back to the future was on allocate at 2020 ?

I don’t know i times i had seeing those movies but every time i found news aproche to worldwide today reality . Check on this: Martin and the Doc came from the future 2015 (or 2019?) back to 1985, and whats they found? our 2020 days Time dualism or another reality? Maybe it was the…
Read more


abril 21, 2020 0

This will close in 45 seconds

PROGRAMACION POR OBJETOS - TESTER NIVEL INTERMEDIO:

CONSUMO DE RECURSOS API DESDE UN ERP:

Instrucciones:

Revisa y corrige y completa del siguiente Objeto las lineas y sentencias con error para poder  consumir de forma correcta los recursos API del Proveedor X MAYORISTA en el cual nos proporciona como medio de acceso-peticion

LA URL-ERP asi:  "../API/CATALOGO/ID.."

En cada PETICION HTTP-POST deberás incluir en EL TOKEN-AUTORIZACION en formato JSON previamente EMPACADO con seguridad de 64bits, quedando tu funcion asi dentro de una CLASE (OBJETO) LLAMADO:

class APIMayoristaX {

return function _get_Token_API () {

(incluir function del alogirtmo Hass)($data_arreglo[

"user" => USERKEY,

"paswd" => PASSKEY

};

public function _get_API_Productos() {

$filto = [

"sku" => valor,

Nombre => valor,

Precio => valor

existencias => valor

];

$token = _get_Token_API ();

return $this->get_CatalogoAPI_Inventario($token, $filtro);

}

}

 

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER NIVEL FRAMEWORK:

CONSUMO DE RECURSOS EN CODEIGNITER:

Instrucciones:

1.- Asumimos que deseas APLICAR LOS REGURSOS (desdeController) en donde vas a consumir :

: LIBRERIAS (LIBRERY y UNA BASE DE DATOS (DATABASE) tanto de Config como de Model

HAZ AQUI UN OBJETO llamado CLASS PRODUCTOS para demostrar la llamada y uso de recursos.

 

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER NODEJS OOP:

Asumimos que cuentas con un JS TOKEN que va a hacer conexion con una BASE DE DATOS (MSSQL):

cómo agregarias un OBJETO-JS en forma de CLASE para llamar a la base de datos y que puedas declarar METODOS de : consulta, actualizacion , borrado en la BASE DE DATOS ?

te doy un TIP:

class Querysql {
constructor() {
.....
});
}
async get_USUARIOS (req, res) {
.....
} etc (sigiendo este ejemplo, completa para cerrar la CLASE y hacer agrega la linea de llamado a cada peticion.

 

This will close in 0 seconds

Instrucciones:
Suponemos que tienes un OBJETO CLASE "A", en el cual al ejecutarse en automático integra los valores INIT de su respectiva funcion asi:
class A (padre) {
private $this;
public function __construct() {
$this->init();
}public function init() {
$this->clave = json_decode($this->catalogo->sku["SKU-A", TRUE];
$this->nombre = json_decode($this->catalogo->nombre["NOMBRE", TRUE];
$this->precio = json_decode($this->catalogo->precio["PRECIO", TRUE];
$this->stock = json_decode($this->catalogo->stock["STOCK", TRUE];
}
} //end parent class AEn el espacio disponible, crea EL OBJETO HIJO (puede ser llamado CLASS B) del MISMO PADRE de tal forma que puedas LLAMAR Y REUTILIZAR los valores existentes y actuales en una FUTURA FUNCION llamala "Funcion verValores(variables)" o algo similar, de la base de datos que son:
SKU, NOMBRE, PRECIO Y STOCK

para Finalizar envia tu respuesta con el formulario aqui presente

Al enviar tu respuesta, evaluaremos y te daremos tu calificacion por tu mail.

 

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER MAGENTO2 Nivel Basico PLANTILLADOR:

Suponemos el siguiente escenario:

1.- Tienes un CUSTOM-MODULO (UN TEMA MAGENTO2) con el siguiente LAYOUT(view/frontend/layout/) y el siguiente XML

CMS_INDEX_INDEX.XML

Y el siguiente codigo en este layout:

<referenceContainer name="page.top">
<block class="Custom_ModuleBlockEfect" template="efect.phtml" />
</referenceContainer>

EXPLICA SOBRE LAS ACCIONES DE "EFECT.PHTML" : DONDE SERÁN MOSTRADAS (EVENTO-POSICION) , CADA CUANDO SE EJECUTARÁ Y DONDE PUEDES AGREGAR-MODIFICAR DICHO EFECTO ?

 

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER MAGENTO2 Nivel MEDIO PLANTILLADOR

haz clic en el liguiente LINK :  http://magento2.saetiendaweb.com/

1.- ahi podras notar varios EFECTOS CUSTOMIZADOS de LAYOUT(view/frontend/layout/) agregados de forma PLUGIN-CUSTOM-MODULO:

TODOS LOS EFECTOS SON ACCIONES INSERTADAS CON EFECTOS PROPIO COMO INDEX_XML, CATALOG_XML, CHECKOUT_XML

en t respuesta: qué CONFIG LAYOUT usarias en el archivo CATALOG_XML...  para crear los efectos de BOTON-PAGO en la zona CATALOGO de la tienda, seria algo asi:

<referenceContainer name="mmmmm">
<block class="Custom_ModuleBlock...." template="catalog.phtml" />
</referenceContainer>

describe cada accion por linea

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER PROGRAMADOR SHELL:

En una LINEA usando SED, debes aplicar las siguientes busquedas :

1.-  DETECTAR SOLO ARCHIVOS desde un punto (no necesario raiz)

2.- FILTRAR QUE SEAN SOLO DE UNA CATEGORIA (por eje. solo archivos xml)

3.- FILTRAR QUE el resultado CONTENGA dentro de cada archivo solo los de una  VERSION ESPECIAL : por eje: <xml VER:11.0.3>

4.- EL RESULTADO de los archivos que coindicen en el filtro GUARDAR como reporte  EN FORMATO "PIPE" o separaciones por "coma"

5.- ACTUALIZAR CADA ARCHIVO (COINCIDENCIA) cambiando DE "VER:11.0.3" A "VER:12.0.0" m todo en LA MISMA LINEA SHELL o en un proceso bucle.

 

This will close in 0 seconds

PROGRAMACION POR OBJETOS - TESTER PROGRAMADOR SHELL (avanzado)

En una LINEA usando SED+AWK, debes aplicar las siguientes acciones:

1.-  DETECTAR SOLO ARCHIVOS desde un punto (no necesario raiz)

2.- FILTRAR QUE SEAN SOLO DE UNA CATEGORIA (por eje. solo archivos CSV)

3.- FILTRAR que COINCIDA UNA MARCA AL INICIO DE CADA LINEA (por eje: CLASE N)

4.- EL RESULTADO vas a CREAR TANTOS ARCHIVOS como CLASES AGRUPADAS CONTENTA, EN FORMATO "PIPE" o separaciones por "coma"

5.- Agregar UN HEADER COMO "COMENARIO DE AUTOR..VERSION..ETC)" m todo en LA MISMA LINEA SHELL o en un proceso bucle.

 

This will close in 0 seconds

This will close in 0 seconds

Chat aqui
Por aqui te respondemos