简体   繁体   中英

Get multiple product URL using Prestashop API

this is standard single product link, but i need multiple product link, how can i do. single product link example: $productUrl = 'http:// example.com/index.php?controller=product&id_product=' . $productId;

try with :

Width class cart : 

updateQty($quantity_1, $id_product_1, $id_product_attribute_1 = NULL, $id_customization = false, $operator = 'up')
updateQty($quantity_2, $id_product_2, $id_product_attribute_2 = NULL, $id_customization = false, $operator = 'up')
updateQty($quantity_3, $id_product_3, $id_product_attribute_3 = NULL, $id_customization = false, $operator = 'up')
...

Regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM