Jump to content

betatrade

Members
  • Posts

    15
  • Joined

  • Last visited

betatrade's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, with phpmyadmin go to the prestashop database, find the table ps_ebay_store_category, get the structure of the table and change all int(16) to BigInt(16) that's' work fine. Bye
  2. I have the same problem. Category tab loops please help
  3. Hi, i'am ok on POST an image but if i want to PUT a new image for the product nothing seem to work, can you explain how to update an image for the product ?
  4. i have looked and the use is that i show in the topic, but the result are not what i expect.
  5. Thanks for correction but that was not the problem.
  6. Salve, sono nuovo alla programmazione in prestashop, sto facendo qualche test per aggiornare un prodotto tramite un mio script, ma sto avendo questo problema: Uso questo codice: $prod = new $Product(1234); // 1234 e' l'id_product di un prodotto a catalogo $prod->price = 100.00; // e' il nuovo prezzo che voglio impostare. $prod->update(); Il risultato e' che il prezzo e' aggiornato a 100.00 ma tutti i campi di testo vanno persi e i campi numerici si assommano tutte le volte che chiamo la funzione. Chi mi da' un mano? Grazie.
  7. Hi, i'm new to presta programming, i made some test on updating a product and have this problem. I use this code: $prod = new Product(1234); // 1234 is the id_product of in the catalog $prod->price = 100.00; // new price $prod->update(); The result is: price regulary set to 100.00 but al text field are made blank and other numeri values add each time i made the call. Please Help. Thanks.
  8. Hi, now works fine but i dont exactly what was wrong. i use the same administrator. maybe the memory limit... Many thanks for your help.
  9. Hi, i read the issue but that is not the case. the path to prestashop is always remained the same from the start. -
  10. now the tabs 2 from 7 are visible at the bottom of the page but are not clikkable. ???
  11. hi, setting was @ini_set('memory_limit','48M'); now i have set @ini_set('memory_limit','92M'); and the situation is now as show in the pic attached.
  12. Hi, i am the boss of all i have full access. presta is on a server that i have full access and management. Initially presta works fine, but with the increment of products and categories come up the problem. actually i have 5000 products 11000 combinations and 900 category.
  13. Hi, thanks for your time, the installation is an upgrade of an 1.2.5 version running from 2 years that have the same problem. attacched the screenshot
  14. Hi, i have similar problem. i have a presta 1.4.6.2 and when i edit a product the page load but only show only the 1.Info. Tab. The other tabs dont show so i cant insert a combination or any other product attribute. Internet explorer report that the page dont load correctly and report this error in tabpane.js line 163 with error property or method not supported. ??? Help please.
×
×
  • Create New...