urls giving 404 in joomshopping joomla - joomla

I am trying to use joomshopping extension for Joomla to list products.
I added products on home page.
But clicking on an individual product(or Buy or Detail) leads to a 404 page
e.g. Buy has a linkhttp://dev-joomla.mytest.com/cart/add?category_id=1&product_id=2
and
Detail has linkhttp://dev-joomla.mytest.com/product/view/1/2
In the backend it's like this
What could be the issue ?

Following solved the issue
In System -> Global Configuration , set the following options to No

Related

How to forward all the 404 pages to the front page?

I have a simple question...I had an old store and people bookmarked specific product pages in their browsers as well as Google search points to some specific pages. I have now installed a new version of Magento (1.9.1) and some of these URLs will not longer work (they will show the standard 404 not found Magento page).
What would be the best way to forward all these hits to the front page?
Thank you for any suggestions!
Allysin :-*
Login to the admin, go to System>Configuration>Web and change the drop-down value for CMS No Route Page in the Default Pages section. You should be able to select your CMS Home Page.
Here is a reference with images
If manual setting doesnt help,you can try this.

Configuring joomshopping extension in joomla website

I am new to joomla. I am trying to configure the joomshopping shopping cart extension in my website. I installed it and added products. Now the real problem is i cannot figure out how to view the products page. Do i need to create an url seperately? or where can i find the product page url? Looking for some help immediately.
go to menu->main menu->new mwnu->joomshpoing->procuct->category_id
save and commit!

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact the previous developer to ask where this is setup...
We have just installed a new plugin and it has taken over as the homepage.
In Magento Admin > System > Configuration > Web the homepage is set to URL Key "home" ... When I go to that specific page index.php/home, the custom main.php page shows up. Why would a plugin have found it's way to be our homepage?
Thanks! Felt like my previous question didn't give enough details.
"home" is not the normal value, here is what that section should look like:

Magento 5 products on home page with all options

I want to build a shop using magento, but I will only have 5 products with all the options (size, quantity, colour and so on) on the home page, maybe some on has done something similar and could point me to the right direction?
P.S
I googled :)
Perhaps the easiest way to achieve this is to create a category with those 5 products and set is as the homepage of your webshop. You can find this option under System > Configuration > Web > Default Web URL.
So instead of using the default cms value, use the following value:
catalog/category/view/id/<your_category_id>
The category ID is visible on the category edit page in the admin.
Managing this page is just like you would normally treat your product list / category pages.
try to download the magento and install the demo store....
And u can use http://www.magentocommerce.com/knowledge-base this to aswer the basic.

Magento not using appropriate URL - 404 Page not found

I have a magento site running locally using WAMP and it works great. However I need to create a different site so I created a folder for this new site under htdocs.
In that folder I loaded the Magento files.
Created a new database for newsite with all rights in phpmyadmin.
Went to the localhost:8888/newsite and started Magento installation wizard.
In the configuration section of the wizard I entered all the info required: db name, user, password. For URL Base I used the default (http://localhost:8888/newsite). Selected allow charts and Allow apache rewrites. Finished installing magento.
Now magento is running on newsite. I can see the front and back-end of the site.
Here is the problem: When I create a category and/or subcategory, magento does create the menu link but when I click any category, the browser takes me to a 404 not found. Upon analyzing the URL that took me there i see that the URL is : http://localhost:8888/newsite/category.html BUT by adding "index.php" into the URL (http://localhost:8888/newsite/index.php/category.html , the page does work!
So this means magento IS creating the page for the category but the linking is somewhat wrong.
Now, I've been making sure that rewrite is enabled and after all, the other site I mentioned I have is working properly, so I assume rewrite is properly enabled.
So I need help finding:
Why is one site working and the other isn't?
How can I fix this issue?
Thank you!
Sounds like you haven't copied over the .htaccess file (in your Magento root folder). You need this file for the Apache rewrites to work.

Resources