ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Image Size in Admin View Products
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Image Size in Admin View Products

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


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post Topic: Image Size in Admin View Products
    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
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: 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. 
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post 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
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: 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.
Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post 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.


Edited by netprofits - 10-February-2010 at 10:21am
NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2010 at 10:25am
Netprofits- I don't see that file.  I am running version 3.51a, if that helps.
Curt
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post Posted: 10-February-2010 at 10:26am
Greg: I did a sitewide search.
Curt
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: 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
 
 
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post 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
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.047 seconds.