Change/add infobox display count in osCommerce - 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.

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.

How to add Super Filter/Filter in home page in my website?

I am using opencart version 2.2.0 and journel theme in my ecommerce site.How to add Super Filter/Filter in home page in my website?
I am guessing you mean you are using Journal theme?
In left menu, go to
Journal->Super Filter
Then click add button.
It will allow you to add the filter to desired layout (which in your case will be Home, just choose it from the drop down list) and also define position (column left or column right), as well as set status on or off. You can add as many as you like, in which case you can define sort order of each one. Click Save button.
I hope this helps, cheers.

Add category while adding product in OpenCart2.x

I'm working on a webshop using OpenCart2.x. I would like to add category while I'm adding product and assign product to that category.
Just to clarify... Let's say I want to add "HTC One" to category "Android". I would like to go to Catalog > Product > Add Product, enter "HTC One" details and
if category "Android" dosen't exist OC should offer to create new category.
It is possible in wordpress/woocommerce so I hope it is possible in OC2.
Sorry if the question is not for this site.
Thank you!
No, this is unfortunately not possible in vanilla OpenCart. However, I did find somewhat of a trick to make this process a tad bit more convenient.
If you open your OpenCart admin panel in 2 different browser instances that use different sets of cookies (different browser or incognito/no cookie mode) you can make your categories in one instance and then the category auto complete list in your product creation page will instantly update. Not exactly the desired functionality but definitely better than having to switch back and forth.

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.

Joomla Categories in URL

I'm trying to build a sitestructure that pretty much contains of a homepage and then two sites. I was trying to do this with categories but didn't seem to be successful, as the category isn't really showing in the url.
I'm trying to do this:
Home (www.mysite.com)
- Subsite 1 -> Menu (www.mysite.com/subsite1)
- Subsite 2 -> Menu (www.mysite.com/subsite2)
Then i would like to have all articles assigned to either category "subsite 1" or "subsite 2" and create urls such as
www.mysite.com/subsite1/(other categories)/article.html
Is it possible to realize this over the category? So that every article that someone adds to a category will be displayed like this?
Also, is it possible to display the Menu of Subsite 1 on EVERY artical of that category? (same thing with subsite 2)
THANKS FOR ANY HELP!
Yes it's possible:
In (Joomla) admin control panel, under global configuration->site you can enable the option Search Engine Friendly URLs under SEO Settings section.
If you enable SEF and install Subsite 1 in a folder called Subsite1 under apache root folder, and suppose your category is called category1, you'll be able to access your pages like this:
http://www.mysite.com/Subsite1/category1/<article-id>-<article-alias>
Pay close attention to the - between the article-id to the article-alias.