Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

sizing osCommerce categories images

 
   Web Hosting and Web Master Forums (Home) -> ECommerce RSS
Next:  Reverse Billing in the US?  
Author Message
mimages

External


Since: Oct 06, 2003
Posts: 9



(Msg. 1) Posted: Sat Oct 18, 2003 5:37 am
Post subject: sizing osCommerce categories images
Archived from groups: alt>ecommerce (more info?)

Thanks to Greg Hewitt-Long for his help on modifying the header images. Now,
I'm looking for the source for the category and product images, so I can
successfully size them a bit larger. Can someone point me to the correct
file and location?

Once again, thanks in advance.

 >> Stay informed about: sizing osCommerce categories images 
Back to top
Login to vote
yeah

External


Since: Jun 28, 2003
Posts: 98



(Msg. 2) Posted: Sun Oct 19, 2003 1:04 am
Post subject: Re: sizing osCommerce categories images [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<a style='text-decoration: underline;' href="http://forums.oscommerce.com/" target="_blank">http://forums.oscommerce.com/</a>

On Sat, 18 Oct 2003 02:37:45 GMT, "mimages"
<mimages.DeleteThis@NOSPAMspvision.com> wrote:

 >Thanks to Greg Hewitt-Long for his help on modifying the header images. Now,
 >I'm looking for the source for the category and product images, so I can
 >successfully size them a bit larger. Can someone point me to the correct
 >file and location?
 >
 >Once again, thanks in advance.
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: sizing osCommerce categories images 
Back to top
Login to vote
mimages

External


Since: Oct 06, 2003
Posts: 9



(Msg. 3) Posted: Sun Oct 19, 2003 5:46 am
Post subject: Re: sizing osCommerce categories images [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Having difficulty posting here for some reason. Got confirmation and all,
but it isn't letting me again.

Thanks, though.

"zeebop" <yeah.RemoveThis@um.right> wrote in message
news:sa53pv0q7fhkbktrngtceisepkaaclb3c2@4ax.com...
<font color=purple> > <a style='text-decoration: underline;' href="http://forums.oscommerce.com/</font" target="_blank">http://forums.oscommerce.com/</font</a>>
 >
 > On Sat, 18 Oct 2003 02:37:45 GMT, "mimages"
 > <mimages.RemoveThis@NOSPAMspvision.com> wrote:
 >
  > >Thanks to Greg Hewitt-Long for his help on modifying the header images.
Now,
  > >I'm looking for the source for the category and product images, so I can
  > >successfully size them a bit larger. Can someone point me to the correct
  > >file and location?
  > >
  > >Once again, thanks in advance.
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: sizing osCommerce categories images 
Back to top
Login to vote
newsposting020

External


Since: Jul 04, 2003
Posts: 93



(Msg. 4) Posted: Sun Oct 19, 2003 9:16 am
Post subject: Re: sizing osCommerce categories images [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"mimages" <mimages.RemoveThis@NOSPAMspvision.com> wrote in message news:<ZH1kb.127961$eS5.120751@twister.tampabay.rr.com>...
 > Thanks to Greg Hewitt-Long for his help on modifying the header images. Now,
 > I'm looking for the source for the category and product images, so I can
 > successfully size them a bit larger. Can someone point me to the correct
 > file and location?
 >
 > Once again, thanks in advance.

you're welcome.

Your image sizes are stored in the databases - if you have phpmyadmin
or similar, this will be easy to change - if not, you will need to
know a bit of SQL, and delve into the database.

The data you need to alter is found in the configuration file of the
database - look in your oscommerce.sql... the lines are something like
this:

NSERT INTO configuration VALUES (51, 'Small Image Width',
'SMALL_IMAGE_WIDTH', '100', 'The pixel width of small images', 4, 1,
NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (52, 'Small Image Height',
'SMALL_IMAGE_HEIGHT', '80', 'The pixel height of small images', 4, 2,
NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (53, 'Heading Image Width',
'HEADING_IMAGE_WIDTH', '57', 'The pixel width of heading images', 4,
3, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (54, 'Heading Image Height',
'HEADING_IMAGE_HEIGHT', '40', 'The pixel height of heading images', 4,
4, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (55, 'Subcategory Image Width',
'SUBCATEGORY_IMAGE_WIDTH', '100', 'The pixel width of subcategory
images', 4, 5, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (56, 'Subcategory Image Height',
'SUBCATEGORY_IMAGE_HEIGHT', '57', 'The pixel height of subcategory
images', 4, 6, NULL, '2002-08-31 13:47:36', NULL, NULL);
INSERT INTO configuration VALUES (57, 'Calculate Image Size',
'CONFIG_CALCULATE_IMAGE_SIZE', 'true', 'Calculate the size of
images?', 4, 7, NULL, '2002-08-31 13:47:36', NULL,
'tep_cfg_select_option(array(\'true\', \'false\'),');
INSERT INTO configuration VALUES (58, 'Image Required',
'IMAGE_REQUIRED', 'true', 'Enable to display broken images. Good for
development.', 4, 8, NULL, '2002-08-31 13:47:36', NULL,
'tep_cfg_select_option(array(\'true\', \'false\'),');
INSERT INTO configuration VALUES (126, 'Medium image width',
'MEDIUM_IMAGE_WIDTH', '200', 'The width in pixels to be used for
medium size images', 4, 2, '2002-09-08 20:30:10', '2002-09-08
20:30:10', NULL, NULL);
INSERT INTO configuration VALUES (127, 'Medium Image Height',
'MEDIUM_IMAGE_HEIGHT', '160', 'The height in pixels of the medium size
image', 4, 2, '2002-09-08 20:52:59', '2002-09-08 20:32:12', NULL,
NULL);


Good luck!

regards

Greg
--
<a style='text-decoration: underline;' href="http://www.aaabusinesshosting.com" target="_blank">http://www.aaabusinesshosting.com</a> - hosting & ecommerce solutions<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: sizing osCommerce categories images 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
OSCommerce v. Actinic - Am I comparing apples to apples between OSCommerce and Actinic? I really like the all-in-one-wrapper Actinic Catalogue product. Sure OSCommerce is free but if I have to spend a shitload of time working with it whereas I can purchase Actinic and be done...

premade osCommerce templates? - Considering my strengths are in other areas, I am wondering if I should just buy a template that I can base my site design after. I went to http://www.Algozone.com and saw what they have, but it's not quite what I had in mind. I hope to find other..

miva vs. oscommerce, which has the best backend? - Hi guys, Working on a project were it seems we'll have the option to either use miva or oscommerce for the shop. I've already setup an oscommerce demo and must say I rather like most of it. Only thing I find a bit disappointing is how it handles..
   Web Hosting and Web Master Forums (Home) -> ECommerce All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]