Jump to content

Search the Community

Showing results for tags 'object'.

  • Search By Tags

    • object ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 19 results

  1. Hello devs, Could You tell me how to change product price and combination price in PHP using objects? I will give You an example with I am struggling now. I have XML where I have suggested price for product by EAN or Reference and I would love to change price for it on my shop but ... In X...
  2. Hi, I want to get all error when I launch validateFields and validateFieldsLang on a object. Is it possible ? example : $product = new Product(); $product->pack_stock_type='ZZZZ'; $product->additional_delivery_times='XXX'; if (($field_error = $product->validateFields(false, true))...
  3. Hi there! I've the following problem on my 1.7.4.2. Prestashop version, when I try to access the customers profile on backoffice I get the red notification saying "cannot load object or could not find it", when trying to login as a customer i just get a blank page saying "Fatal Error", n...
  4. Hi everyone, guys. I have a problem with the site's internal search engine. I have a Prestashop. 1.6.1.18. Since I have migrated from 1.6.1.2 the internal search for the products is wrong. Before it was much more precise in finding the results. Addition in addition to the article that...
  5. Bonjour, Ponctuellement, je suis en quête de développer un module Prestashop 1.5 dans lequel je me retrouve confronter a un problème qui semble t'il être dus aux context. Effectivement, avec prestashop 1.5 il m'est dans l'incapacité de détruire un cookies customer depuis le back office. Si quelq...
  6. Hello Devs, I have a question - is there is any option to get results from mysql in object instead of array? Db::getInstance()->someFunctionNameToFetchObjectInsteadOfArray(''); Or I just have to do it manually in php?
  7. uploaded everything under store and i'm getting the next error: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/7/d314203655/htdocs/store/index.php on line 29 Any idea waht this is?
  8. I want check if ID reserved in DB, delete it and add new record with this ID. It's for if not (for example) ID 2 in database create record with ID 2. It's need to our current task. Thank you. have any ideas? $model = new TaxRulesGroup(2); $model->delete(); $model->id = 2; $model->id_tax_rules_gr...
  9. Hi, I think this is an interesting thing witch has to be resolved or answered. I`m working on a module and i use .tpl for the configuration page. Yesterday when i built up the html structure, wrote the php witch process it fine, but i received an error "Cannot load module object". I spen...
  10. Hola, Quería empezar de nuevo mi página web, así que borré los datos del servidor OVH ftp y comencé la instalación de Prestashop v1.6.1.4 desde el principio. Seguí las guías de instalación al pie de la letra (soy bastante novata y no sé nada de lenguaje de código), pero parecía que no era necesario...
  11. Hi everybody, I just signed up to this great forum. My current problem with Prestashop is this: I can not figure out how to change the OBJECT in the e-mail notification that are sent to the customer (order confirmation, registration, etc.). I refer in particular to the text in brackets: Eg....
  12. Hello, my question is simple and i hope that anyone can help me : can I make an purchase with a Prestashop class in my custom module? Considering that I have 2 variables: $product_id and $selected_quantity, I would then be able to enter a sale in prestashop. How I can do it? Thank you!
  13. I've created new fields on the manufacturers ( 4 of them 2 of them are translatable) /** @var string Region */ public $laregion; /** @var string address */ public $ladireccion; /** @var string website */ public $website; /** @var string Is from quebec? */ public $quebec; the fields appear an...
  14. Bonjour à toutes et tous, Je me rapproche de la communauté Presta car j'ai un souci lors de la configuration des transporteurs au sein de ma boutique. Un message d'erreur apparait à chaque étape de validation des informations dans le backoffice : "Technical Error - Details : Error Th...
  15. Clients can not create there accont. after whriting the email address, and pushing on Creeate account, gets teh following error: Tehnical Error: Unable to uplode form Details: Error thrown: [object Object] Text tatus: error Can yoy help me with this error?
  16. Can anyone tell me the answer to the errors that you get after doing a new install and then attempting to create a product. An error occurred while creating object. Product I have searched the forum and can find that other people have had the same problem but its been closed and I c...
  17. Hi, I'm trying to build a personal module to manage returns and I want to make a HTML select with the orders and their customers. I need to know what is the variable or object to connect with the database because I do a SQL query in my PHP script, but I don't know how to do the connection to dat...
  18. Bonjour, Ponctuellement, je suis en quête de développer un module Prestashop 1.5 dans lequel je me retrouve confronter a un problème qui semble t'il être dus aux context. Effectivement, avec prestashop 1.5 il m'est dans l'incapacité de détruire un cookies customer depuis le back office. Si quelq...
  19. This error pops up when I try to add a picture while creating a category. 2 errors Object cannot be loaded (not found) Object cannot be loaded (not found) The category creates but no image. I have to go back and click the edit to add an image and then all is good. The extra steps kind of suck...
×
×
  • Create New...