ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - change additional images columns of 3 to more
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

change additional images columns of 3 to more

 Post Reply Post Reply
Author
Message
heidi View Drop Down
Newbie
Newbie


Joined: 11-February-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote heidi Quote  Post ReplyReply Direct Link To This Post Topic: change additional images columns of 3 to more
    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.
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: 12-February-2009 at 12:12pm

Look around line 98 of viewprd.asp for this:

pcv_intProdImage_Columns = 3

Back to Top
heidi View Drop Down
Newbie
Newbie


Joined: 11-February-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote heidi Quote  Post ReplyReply Direct Link To This Post 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!!
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.031 seconds.