aliexscrape icon indicating copy to clipboard operation
aliexscrape copied to clipboard

i missed some fields

Open csalazart opened this issue 5 years ago • 1 comments

Its Awesome the module.. can get any all info but i miss some.. the product currency type and the deliveryCost, delivery time and delivery type. i try my own but yours its better... i try this.. info['priceCurrency'] = clearStr($('[itemprop="priceCurrency"]').text()); info['priceCurrencyCODE'] = clearStr($('[itemprop="priceCurrency"]').attr('content')); info['deliveryCost'] = clearStr($('.logistics-cost').text()); info['deliveryTime'] = clearStr($('.shipping-days').text()); i hope you can implement this on your module to compleit.. now i just add that info on the rest json data.. Thanks was very usefull.. i pass several days trait to get that info ....

csalazart avatar May 02 '19 14:05 csalazart

Hola CSalazart, gracias por tu aporte. Pensaba que talvez podrias darme una ayuda, estoy teniendo problemas al ejecutar el script con el mensaje: TypeError: Cannot read property '1' of null Veo que ya lo has resuelto, como le hicistes, podrias compartir por favor ?

Muchas gracias de adelantado

nesilvacr avatar Feb 11 '20 05:02 nesilvacr