ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Suggestions
  New Posts New Posts RSS Feed - Showing additional images: code error?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Showing additional images: code error?

 Post Reply Post Reply
Author
Message
caughlan View Drop Down
Groupie
Groupie
Avatar

Joined: 25-September-2006
Location: Canada
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote caughlan Quote  Post ReplyReply Direct Link To This Post Topic: Showing additional images: code error?
    Posted: 03-October-2006 at 5:27am
In an attempt to get more than 3 images in a row under my main images, I had to change this code:

'// When the product has additional images, this variable defines how many thumbnails are shown per row, below the main product image
    if pcv_intProdImage_Columns = "" then
        pcv_intProdImage_Columns = 4
    end if


to


'// When the product has additional images, this variable defines how many thumbnails are shown per row, below the main product image
    if pcv_intProdImage = "" then
        pcv_intProdImage_Columns = 4
    end if
 



Could this be an error in the code... or was i just lucky that it worked?

Stacelynn
   
Back to Top
Conan View Drop Down
Newbie
Newbie


Joined: 21-August-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Conan Quote  Post ReplyReply Direct Link To This Post Posted: 24-August-2009 at 3:00pm
I was having the same issue on 3.51 - changing the value was not affecting my output. I made the change as you have and now it obeys my setting of 4 columns.
thanks!
http://dev.wallpaperforwindows.com
Product Cart 3.51
apparel add-on
seo URL modifications
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 24-August-2009 at 3:43pm
You need to edit this statement:
 
viewprd.asp line 97
 
'// When the product has additional images, this variable defines how many thumbnails are shown per row, below the main product image
pcv_intProdImage_Columns = 3
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.