Print Page | Close Window

change additional images columns of 3 to more

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=2475
Printed Date: 23-July-2025 at 7:45am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: change additional images columns of 3 to more
Posted By: heidi
Subject: change additional images columns of 3 to more
Date Posted: 11-February-2009 at 7:09pm
I'm trying to figure out how to change the additional images on product details from columns of 3 to 5.

I tried the following approach, but it did nothing to it.

pc/viewPrdCode.asp

    if pcv_intProdImage_Columns="" then
        pcv_intProdImage_Columns = 3
    end if
-------------------------------------------------------------
Change to

    if pcv_intProdImage_Columns="" then
        pcv_intProdImage_Columns = 5
    end if
------------------------------------------------------------

Any tips would be great. thanks.



Replies:
Posted By: Greg Dinger
Date Posted: 12-February-2009 at 12:12pm

Look around line 98 of viewprd.asp for this:

pcv_intProdImage_Columns = 3



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

Certified ProductCart Developer

Web Design/Development/Hosting

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


Posted By: heidi
Date Posted: 12-February-2009 at 12:53pm
That's it!!  How stupid was I forgot to search what other variable out there that associate with it!!

So, if anyone wants to do this.

pc/viewprd.asp
pc/viewPrdCode.asp

Find the following line
pcv_intProdImage_Columns = 3

Change the # to however many columns you want.

Again, thank you so much, Greg!!



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