where "small mage width" defined in oscommerce 2.3.4 - oscommerce

I want to know where SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT are defined in oscommerce !!!
tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)

They are configuration values that you can set from the Administration Panel. In the left column fine "Configuration". In that box, you'll see a link for "Images". There, you can edit the default image sizes for various image types.

Related

How can I view all the content of redmine, such as projects and tickets, easily on the screen?

I'm using REDMINE.
I have a list of projects on the screen.
Is it possible to add details of the ticket content to this screen?
I'd like to look over the screen at once instead of clicking with the mouse, how do I do that?
Also, if you have any plugins or useful tips and so on, please let me know.
Tamazawa, I believe you might be referring to "My Page" of Redmine where you could use widgets to decide what you see on that dashboard - keep in mind that such dashboard s project independent, so it can display issues from many projects that you are a member of on 1 screen.
For instance from My Page, you should be able to select an "Issues" widget to Add and set it up to pull a list of items to display using a saved custom query.
That should give you a snapshot of tasks at hand, without the need to click around the screen too much.
You may need to set up your saved query such that:
Description and / or
Last notes
are checked (if you want to see issues at a glance, without the need to open each one separately).
Alternatively, you can skip that "My Page" idea altogether, if you're ok with just opening a saved query with Description and / or Last notes selected.

opencart layout and position issue

i have installed opencart 1.5.6 with oxy theme and im having a strange problem with the layouts..
i want to show the slider and the latest products in the homepage and in the layout i have selected "home" which routes to common/home
but the problem is when i go to all the inner pages the slider and the latest products are still visible
and secondly im having a problem with the left column and right column. im have set the category links on the left column and layout category but they are not visible.
can someone tell what might be wrong?
If there are multiple same route has been added then this problem
will happened.Go to admin -> system then go the Design->layouts and
check the other layout routes.If any other page have the same
'common/home' route remove it. I think then your first problem will
be solved.
Check the category template whether there is $column_left,
$column_right is present or not if not then echo it here. After that check it once.

Cannot add images to existing products in OpenCart

I recently upgraded a clients OpenCart system to 1.5.6 and she cannot add images to existing products in the "Images" tab. The image manager comes up and it will display all the images, but when I double click to add it, the box that should have the new image stays blank. The weird part is, when a new product is created the Image Manager works just fine. Or if I use the "add image" button, save the product without actually adding the image, go back in, it works just fine.
I've checked the error logs with no data found on this, cleared the data folder in the cache, I'm pretty sure the permissions are correct, and now I'm stumped.
Fixed! The issue was documented in the OpenCart project on GitHub. There were four files in the /admin folder that needed to be updated.
https://github.com/opencart/opencart/issues/829
Thanks for the feedback.
For those who are NOT technically inclined and worry about code changes, the workaround answer given by Kyle I. works just fine and does not need you to change any codes. The workaround is not too bothersome either!
Problem:
Cannot add additional images to existing Product in Opencart. In my case version was 1.5.6
Workaround:
add images to new products but save the product with blank images and then go back in and add your image. This time your image is added!)
What was done?:
Well as explained in the above workaround, it works. If you cannot add additional images to a Product in Opencart, what you do is to:
1) Add a blank additional image to your Product, save the Product.
2) Go back in and add the image where it was previously saved as blank.
3) Now you can see the image added.

All icons missing after modifying a custom entity

Today I did something I've been meaning to do for a while. I got around to creating some icons for the two custom entities I created a while ago. These custom entities were Account Product and Contact Product. I used a microsoft tool to import and publish the new icons. This seemed to work ok. The problem is now the only icons that show up in the entire CRM are the two new icons. All the rest are just blank with little red dots. This isn't the case on the computer I made the change from. All icons are present there. But from every other computer all icons are missing. I seems to be some sort of permission thing but I'm blowed if I know know what it is.
Please help. Any ideas?
Image available here http://i244.photobucket.com/albums/gg14/chimpsinties/Temp/Clipboard01.jpg
Here is the post I followed with a link to the tool http://mscrmtools.blogspot.co.uk/2010/04/updating-custom-entities-icons.html
I have seen that sort of image in Dynamics when you need to publish all the customisations.

Change/add infobox display count in osCommerce

I'm modifying an osCommerce site (started by someone else) and on the homepage, there's a box (called infobox I believe, or new_products box). It's currently showing nine (9) products, and I want to change it to show six (6).
How can I do this? Is it a code thing or something I can change through the admin section?
Is it also possible to add a second infobox showing six (6) products from another category?
I'm modifying an osCommerce site
(started by someone else) and on the
homepage, there's a box (called
infobox I believe, or new_products
box). It's currently showing nine (9)
products, and I want to change it to
show six (6).
How can I do this? Is it a code thing
or something I can change through the
admin section?
The setting is in the Admin section: Configuration -> Maximum Values -> New Products Module.