Quantcast
Viewing all articles
Browse latest Browse all 4081

New Post: Product images in checkout page

The table is called NB_Store_ProductImage

SELECT ImagePath
FROM NB_Store_ProductImage
WHERE ProductID = [unique id for the product]

Itll return something like this:
[Drive]:\web\localuser\[YourDomain]\public_html\Portals\0\productimages\[SomeImgIDNo].jpg

However u could maybe use the storedprocedure: NEvoweb_NB_Store_ProductImageGet ?


Viewing all articles
Browse latest Browse all 4081

Trending Articles