Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thumbsm re-sizing? SOLVED
#6
Solved it!

You have to edit the dominion-base.php file in the jcart plugin.

Under <div id="shopbag">

replace thumbsm. with thumbnail.

Quote:if (is_file(GSDATAPATH."thumbs/thumbnail.".$itemImage.strtoupper($type))) {
$itemImage = $SITEURL. "data/thumbs/thumbsm".$itemImage.strtoupper($type);
} else {
$itemImage =$SITEURL. "data/thumbs/thumbsm.".$itemImage.strtolower($type);

now scroll down and change the width here....

Quote:<tr><td rowspan='3' valign='top' width='47px'>


Sorry, i'm not good at explaining things but I hope people get it.
Reply


Messages In This Thread
Thumbsm re-sizing? SOLVED - by ab562 - 2011-03-18, 11:37:17
Thumbsm re-sizing? SOLVED - by polyfragmented - 2011-03-18, 12:18:34
Thumbsm re-sizing? SOLVED - by ccagle8 - 2011-03-18, 22:34:25
Thumbsm re-sizing? SOLVED - by ab562 - 2011-03-19, 06:15:41
Thumbsm re-sizing? SOLVED - by ccagle8 - 2011-03-19, 06:22:02
Thumbsm re-sizing? SOLVED - by ab562 - 2011-03-19, 06:24:18



Users browsing this thread: 1 Guest(s)