You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ....
The text was updated successfully, but these errors were encountered:
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 ?
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 ....
The text was updated successfully, but these errors were encountered: