Search the Community
Showing results for tags 'programmatically'.
-
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 replies
-
- image
- programmatically
-
(and 1 more)
Tagged with:
-
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...
-
- debug-mode
- programmatically
- (and 7 more)
-
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.
- 1 reply
-
- programmatically
- product
-
(and 2 more)
Tagged with:
-
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?