Print Page | Close Window

Image Size in Admin View Products

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=3422
Printed Date: 19-July-2025 at 4:23pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Image Size in Admin View Products
Posted By: avalight
Subject: Image Size in Admin View Products
Date Posted: 10-February-2010 at 1:51am
Hello
I am trying make the images larger on the backend, admin screen for the Product Search Results page.   Right now, they are tiny.  Can't seem to find the place to change that.  I have looked in srcPrds.asp, inc_srcPrds.asp and LocateProducts.asp with no luck.
Anyone know where else to look ? 
Thanks


-------------
Curt



Replies:
Posted By: Greg Dinger
Date Posted: 10-February-2010 at 2:12am
Curt, it's a little tricky.
 
xml_srcPrds.asp is the file that displays the listing.  See line 108.   However, that line refers to class='pcShowProductImageM' which is in pcStorefront.css.  So anything you change on that class may hose your store if you use format M (multiple add to cart) category page.
 
That means that if you do use that format, you may want to create a duplicate of that class, reference it in the above file, and finally (you knew we'd get around to this eventually) alter the image size references so you can see the silly things in the admin.
 
Have fun.  Don't be nervous. 


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

Certified ProductCart Developer

Web Design/Development/Hosting

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


Posted By: avalight
Date Posted: 10-February-2010 at 9:41am
Ha!  I'm just a nervous ranch hand, riding my broncing buckoo.  I will give this a look see.  Thanks Greg.

-------------
Curt


Posted By: avalight
Date Posted: 10-February-2010 at 10:12am
Okay, I don't use the multiple add to cart feature so I changed the class='pcShowProductImageM' to 125px by 125px BUT it didn't change the image size in the admin.  Somewhere, the code is saying to size the thumb images to 25px by 25px.  I did a search for that 25px in the files and couldn't find it.  Next thoughts?

-------------
Curt


Posted By: Greg Dinger
Date Posted: 10-February-2010 at 10:20am
how wide was your search? site-wide?  Or just the immediate script?  The 25 is likely in a CSS.  Check your mail.

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

Certified ProductCart Developer

Web Design/Development/Hosting

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


Posted By: netprofits
Date Posted: 10-February-2010 at 10:20am
For Control Panel modules, the styles are in pcv4_ControlPanel.css (in the pcadmin folder). Search for:
  .pcShowProductImageM {
   height: 25px;
   width: 25px;
   text-align: left;
   padding: 0 5px 0 5px;
  }
And change the height and width accordingly.


-------------
NetProfits Internet Consulting

Certified ProductCart Developer

http://www.nicwebdesign.com" rel="nofollow - Our Site


Posted By: avalight
Date Posted: 10-February-2010 at 10:25am
Netprofits- I don't see that file.  I am running version 3.51a, if that helps.

-------------
Curt


Posted By: avalight
Date Posted: 10-February-2010 at 10:26am
Greg: I did a sitewide search.

-------------
Curt


Posted By: Greg Dinger
Date Posted: 10-February-2010 at 10:26am
Dan - he is on v3.51a.  And now that I look, you are right, pcShowProductImageM is also defined in pcControlPanel.css
 
 


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

Certified ProductCart Developer

Web Design/Development/Hosting

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


Posted By: avalight
Date Posted: 11-February-2010 at 12:00am
Okay, got it.  the dimension of the admin images are located in the pcControlPanel for my version 3.51a.
Thanks guys!


-------------
Curt



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