Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image Category


ang2006

Recommended Posts

Posted

Hi all,

 

can anyone help please?

 

I want to create a new image category in admin similar to small image height, small image width.

 

Is it easy to do?

 

Help please...........

 

Thank you,

Darren..

Posted

Slightly less elegant, and more difficult to manage would be to put it as defines in your configure file.

 

If no one answers with a way to do it in your admin, you might consider the aforementioned possibility.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Slightly less elegant, and more difficult to manage would be to put it as defines in your configure file.

 

If no one answers with a way to do it in your admin, you might consider the aforementioned possibility.

 

 

I think your supposed to use the 'local' directory for that.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

INSERT INTO `configuration` (`configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`,

`sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES

('title', 'KEY', 'default', 'description', 4, 10, NULL, now(), NULL, NULL);

 

 

4 is the group id for images

10 is sort order

 

If you want a easy way, use Total Configuration http://addons.oscommerce.com/info/5040

That gives you full control over all setting, allows you to add new ones & shows some that are 'hidden' by default.

Its a quick easy install.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted
I think your supposed to use the 'local' directory for that.

I wouldn't.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
I wouldn't.

 

 

Any particular reason why not?

 

If you go that way it keeps all your 'site specific' constants in one place.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

Thanks Guys,

 

Thanks for pointing me in some direction, Ill have a look at both your methods.

 

Thank you,

Darren..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...