Suggestion for designing product page in Wordpress - ajax

I have a wordpress website and I am looking for the plugin suggestions for my Products page. I want that when user clicks on any company name on the Products page, a page like SubProducts should open up. On the 'SubProducts' page, there is a sidebar on the left. When user will click on 'Drills' in the sidebar, content should load in the 'Main Content' on the SubProducts page.
When user clicks on next product, it's content should load in the Main Content. I vaguely know that AJAX is useful for such purposes when we don't want to reload the page again.
Is there any plugin for this requirement. I don't want ecommerce plugins as I am not selling the products here.
I am also looking for some resources for implementing this in AJAX, I have found some pages but they are not doing what I want.
Please suggest.

Related

review summary box in magento - layout issue on different pages

any ideas why the review-summary box looks different on my products-detail-page than on review-page?
I also need to enter some extra stuff on product reviews page, like a link back to the product page. Im not shure which template file / xml has to be changed as I already changed the view.phtml and had minor success on the reviews-page with that.
any ideas?
Summary on a product details page
Summary on reviews page

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.

Change CMS page content in Magento (orders and returns footer link)

I have been searching for hours for a solution to this. I want to change the content of the footer link Orders and returns to just read " please contact us for your return authorization number, and our phone number. I can't seem to find where this information resides.
EDIT: I would like to change the form that appears when the "Orders and Returns" link in the footer is clicked
Are you trying to change the content of a page that is link from the footer of your site?
If this is what you are trying to do, then go to that page and look at the title in your browser then go to the admin -> CMS -> Pages and look for that title

Joomla 2.5 Display Category Page Only via Menu

I want to display the Category page in Joomla 2.5 only via links in the menu.
Is there a way to disable the display of a Category page by taking the id and the name of the category from the url? For e.g., if the Animals category's id is 3, http://example.com/animals/cat/3-animals will load the Animals Category page, resulting in dublicate content with http://example.com/animals!
You can't disable the Joomla long URLs without messing up the rest of the site. What you can do rather than disabling it is to use 301 redirects on any pages that are indexed in Google so that the listings get updated and no longer appear in Google's index. Just google site:example.com to see everything they have indexed.

Magento login page on home page load

I'm new to programming and starting to work on Magento.
I need to show a Magneto customized login page in an Ajax popup box on homepage load.
How can i achieve this?
Can any help me in detail please?

Resources