Quote Originally Posted by jaycode View Post
any link? If I remembered correctly (hey its been awhile since I worked on this!) they share the same variables so what you might want to do is to replace SMALL_IMAGE_WIDTH and SMALL_IMAGE_HEIGHT throughout the module and change them with your own variable say AIS_SMALL_IMAGE_WIDTH and AIS_SMALL_IMAGE_HEIGHT.

dont forget to set the variables by adding a file under includes/extra_configures/ with anyname and add these code:

define('ASC_SMALL_IMAGE_WIDTH', 75);
define('ASC_SMALL_IMAGE_HEIGHT', 56);
Not understanding what you mean by changing the sizes throughout the module. Do i go through the image swapper mod, looking through every file? I really don't know what i will be looking for. I'm new to this, i can understand how to follow directions when i know what i'm looking for. Can i get a little more help (LOL).

Sorry for not knowing what you mean. Anyway here is a look see at the product listing page,

http://dealz-r-us.com/index.php?main...dex&cPath=2_24

and here is a look see at the product info page,

http://dealz-r-us.com/index.php?main...products_id=55

Once again the small images are the same size and if i change the small images on the product listing page, it also changes the ones on the product info page. Is there a simpler way of changing this. or is there a specific file that controls this. because i'm at a loss at what your telling me to do at the top.