Print Page | Close Window

Showing additional images: code error?

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Suggestions
Forum Description: ProductCart Suggestions
URL: https://forum.productcart.com/forum_posts.asp?TID=477
Printed Date: 22-November-2024 at 8:33pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Showing additional images: code error?
Posted By: caughlan
Subject: Showing additional images: code error?
Date 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
   



Replies:
Posted By: Conan
Date 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


Posted By: Greg Dinger
Date 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


-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net