Carlos Pinto

Results 23 comments of Carlos Pinto

I can confirm that it works on Chrome PC and Android browser. Thanks a lot, will now play around with it.

Thanks, but the DEMO (link you send) shows and endless loading unter Chrome. with the following error in the console: **Uncaught (in promise) TypeError: c.toLocaleDateString is not a function** Thanks...

Hi Dan, the first thing i would try is to see if the plugin is really loaded. For this simply load the page where you use the plugin and press...

Have you found a solution for this? I have checked the global get() result and thus i came to this idea, but it does not work either: **print_r( $client->products->get( array(...

Ok, it looks like i found it out. It seems that it has to be like this: **$category_name = "shirts"; print_r( $client->products->get(null,array('filter[category]'=>$category_name)) );**

What is dropshipper? If it is an inventory management, then i am not sure that the API can directly work wit their API. AFAIK this API-Client-Library gets its data from...

Your description is too vague, even for me as the noob that i am. The first thing i would do is put the wrapper where your shop is. Create a...

**[UPDATE]** It definitely has to do something with the CORS. I have just emulated my app to the browser and there everything works as expected. At the same time, the...

[SOLUTION] For some odd reason i had to prepare the phonegap project. It now works. Check that you have the Whitelist plugin installed. Check that you have the config.xml set...

With me the same. This could be due to the fact that i am not using Ubuntu but the standard Raspberry OS?