Search found 103 matches: prestashop

Return to advanced search

Re: Subir imágenes API REST Prestashop

Angel, no sé si esto te funcionará local cImage   TEXT INTO cImage   {    "image": ["c:\myimage.jpg"],    }   ENDTEXT.../...   curl_easy_setopt(hWebService,HB_CURLOPT_POSTFIELDS, hb_JsonDecode( ...
by cnavarro
Mon Apr 09, 2018 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

Cristóbal, la documentación : http://doc.prestashop.com/display/PS15/Using+the+PrestaShop+Web+Service Estoy empezando con el CRUD de Customers y Products, y parece estar dando buenos resultados. El punto en el que estoy encallado, como ...
by AngelSalom
Mon Apr 09, 2018 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

En la documentacion del API tiene que haber información, si me la facilitas, quizás pueda ayudarte
A ver si alguien se anima y hace una clase para esta API
by cnavarro
Mon Apr 09, 2018 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

... directamente la base de datos por SQL. Mi intención es abandonar este procedimiento que me da bastante guerra con los cambios de versiones de PrestaShop y pasarme al webservice.
by AngelSalom
Mon Apr 09, 2018 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

Ángel,

Yo subo las imágenes a mano, creando ademas las rutas, pq prestashop tiene una manera "rara" de designar donde se colocan las imágenes, pero si tienes el 'id' del producto no tiene ninguna dificultad.

Contacta conmigo si quieres q te envíe mi código.

Saludos

mcalero@gestool.es
by manuelcalerosolis
Mon Apr 09, 2018 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

cnavarro wrote:Hablo, sin haber utilizado esta api nunca, pero tiene toda la pinta de esperar recibir un hash


¿Y cómo crear ese hash del fichero de imagen? :oops: :oops:
by AngelSalom
Mon Apr 09, 2018 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Subir imágenes API REST Prestashop

Hablo, sin haber utilizado esta api nunca, pero tiene toda la pinta de esperar recibir un hash
by cnavarro
Mon Apr 09, 2018 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Subir imágenes API REST Prestashop

Hola amiguetes, gracias a la ayuda de Quim empiezo a entender la maravilla de los webservices, estoy comunicando con el API REST de Prestashop de manera fenomenal pero me he encallado a la hora de subir imágenes. Siguiendo este ejemplo escrito en PHP define("PS_SHOP_PATH", ...
by AngelSalom
Mon Apr 09, 2018 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3108

Re: Ecommerce : wich I can use ?

... footer. I alone would take a long time but if we were many we could share the job. I understand that one prefers to use programs already made like PrestaShop or WooCommerce but as I understand it is very difficult to talk with these programs.  The main problem is the archives: we use and we have ...
by Silvio.Falconi
Wed Mar 14, 2018 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1546

Re: Ecommerce : wich I can use ?

I have all with Dbfs
Exist a class to convert dbf into Prestashop Files and the functions to migrate to Prestashop and from Prestashop to fivewin (dbf) ?

I Used allways Woocommerce I not Know Prestashop
I have my server to install Prestashop
by Silvio.Falconi
Wed Mar 14, 2018 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1546

Re: Ecommerce : wich I can use ?

Silvio, I use FW to manage all productdata data in Prestashop. I generate the catalog with FW (make groups, select products for groups, add pics to products....) You know that you easily will have 200/300.000 product data's available, but with offline ...
by Marc Venken
Wed Mar 14, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1546

Ecommerce : wich I can use ?

someone tried to communicate with Woocommerce ( wordpress) from an application created in fwh?

someone tried to communicate with PrestaShop from an application created in fwh?

thanks in advance
by Silvio.Falconi
Tue Mar 13, 2018 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1546

Re: To Marc -> A xBrowse-image colorpicker

... are color jpg files that are sometimes provided from the Brands (mostly not and therefore I need colorpicker. So, The purpose : (filling a prestashop shopcard by import and direct database filling) We have more that 100.000 products from 40/50 brands. Ofthen they have a csv file and a bunch ...
by Silvio.Falconi
Mon Dec 04, 2017 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 8109

Re: To Marc -> A xBrowse-image colorpicker

... brands have easyly some hunderds of colors )) Maybe a dbf design like this is better ? The colornaam is a must, because it is used as refCode into prestashop. Brand ColorNaam Hex Dec Rgb Brand1 Red xxxx xxxx xxxx Brand1 Green xxxx xxxx xxx Brand2 HighRed xxxx xxxx xxxx The table will then be scoped ...
by Marc Venken
Mon Nov 13, 2017 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 8109

Xbrowse with more that one oRs into it.

Hello, I'm trying to show 2 browses : PS. The tables are from a Prestashop Cardshop, and I have NO idea how the relations are set. I have access to them, and I see that they have a commen field id_product in product file and also in the categorie file. 3 ...
by Marc Venken
Sun Nov 12, 2017 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with more that one oRs into it.
Replies: 7
Views: 3334
PreviousNext

Return to advanced search