Fetch Images
-
Hi,
I wan’t to fetch images of product on products-single.php.
$product = $db->get_product_from_product_id( {productID} ); $images = unserialize($product[0]->images)
I tried this code but it seems it only fetch single image which is the first image. What I basically want is to create a slider on product-single page instead of default gallery.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fetch Images’ is closed to new replies.