![]() |
change additional images columns of 3 to more |
Post Reply
|
| Author | |
heidi
Newbie
Joined: 11-February-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: change additional images columns of 3 to morePosted: 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. |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 12-February-2009 at 12:12pm |
|
Look around line 98 of viewprd.asp for this: pcv_intProdImage_Columns = 3 |
|
![]() |
|
heidi
Newbie
Joined: 11-February-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
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!! |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |