

Nick2
Members-
Content count
23 -
Joined
-
Last visited
Everything posted by Nick2
-
Hello, Can anyone help me with how to reduce the size of the images I've uploaded with the extra images contribution. I have over 600 imgs, and each one is over 800 by 800 px. It looks fine in the catalog section, but when I'm browsing through the admin module, the images are very large. Is there a way to make them look smaller in the admin section? Thanks
-
anyone with any suggestions please? thanks :)
-
[Contribution] Optimize Categories Box
Nick2 replied to Jan Zonjee's topic in General Add-Ons Support
That's the changelog, included in the instructions. I think for fresh installs, you would start from and everything below it. -
I wanted to edit my last post to add my other question, but I guess after a while the edit function is removed from a post... Anyways, what I wanted to do is on the index page, where it says "New Products For Month", I want to replace that section with manufacturer table. I know there is a manufacturer box as well, but I don't want a box in the middle of the page. I want the manufacturers in a table form, and people can click on them and be taken to that manufacturers products. Any idea's how to do this? So basically, the $content for index page, would be the contents from say manufacturer box, but not in a dropdown. I saw mention elsewhere to have the manufacturer box as a list, but I don't know if I can modify that to make it a table... Also, I have using STS 4.5.5 using rc1. I would appreciate any help. Thanks, Nick
-
thanks for your help, I was looking at that earlier, but I had the echo in the wrong part of the file. I added it to the correct location, and also added to footer just in case and it's working great now :)
-
from the installation instructions basically, if you copy over all the files correct, I think it would show up in admin. Is it a fresh copy of the cart or have other modifications been made?
-
Hello everyone, I am looking for a contribution that works with rc1 and STS 4.5, for additional images Kinda like this one http://www.oscommerce.com/community/contributions,1642 but one that is known to work with rc1. Anyone know, or has used a contribution that can add additional images and works with rc1/sts? Any help would be most welcome :) thanks
-
Hello everyone, On the index page, where it says "New Products For Month", I want to replace that section with manufacturer table. I know there is a manufacturer box as well, but I don't want a box in the middle of the page. I want the manufacturers in a table form, and people can click on them and be taken to that manufacturers products. Any idea's how to do this? are there are contributions for this kind of thing? Also, I have using STS 4.5. I would appreciate any help. Thanks, Nick
-
any ideas? thanks
-
I am trying for the vertical fly out menu, but I don't think it's working for me, I am using STS 4.5 in column_left.php , I put the code include(DIR_WS_BOXES . 'dm_categories.php'); as follow require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); include(DIR_WS_BOXES . 'dm_categories.php'); // START STS 4.1 } // END STS 4.1 ?> I've copied the images over, functions etc. In the footer, I'm not sure where to put it, I tried a few diff places but not working <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php // Output the footer for Dynamenu for osCommerce echo $GLOBALS['dmfooter']; } // START STS 4.1 } // END STS 4.1 ?> I also copied over stylesheet, any help would be most appreciated. thanks
-
I had the same problem make your return URL from 2checkout to be http://www.yourdomain.com/catalog/checkout_process.php basically you must have the url return to your cart's checkout_process.php page in order to have it appear in your orders page.