Jump to content

Search the Community

Showing results for tags 'programmatically'.

  • Search By Tags

    • programmatically ×
    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 5 results

  1. I'm trying to add programmatically a product image with this code $id_product = $product->id; $url = 'http://server.com/img/myproductimage.jpg'; $shops = Shop::getShops(true, null, true); $image = new Image(); $image->id_product = $id_product; $image->position = Image::getHighestPosition($id_pro...
  2. Hi everyone, is there a way to turn off debug-mode programmatically? Just temporary. The debug mode helps a lot and I like to use it in my development, but in a most recent case it drives me realy crazy. I just want to (and I have to) handle an easy try catch scenario, wich cannot work du...
  3. With PrestaShop, I know create a product programmatically but I do not see how to create a products pack. The products already exist, it would just so I can create a pack of products and add it some products programmatically. Thanks.
  4. Hello, i want to implement this: I want to make an extra table in prestashop database where i will be keeping some codes. I want to add a field near the Voucher field that will allow someone to put his personal code there and by pressing a button there will be a search in the table in the datab...
  5. Hi guys! I need to programatically create multistores for each user that register in my shop.Is there any function or post query that i can use for this?
×
×
  • Create New...