How to customize Product page in magento? - magento

I want to change divs in magneto product description page Please help me how to do this

It is hard to tell from which file this div is rendering. normally product description is in the file app\design\frontend\rwd\default\template\catalog\product\view.phtml, if you are using default theme. But according to the screenshot you are using your own theme or any purchase theme. So it might be at different location.
Check the screenshot

Related

magento; diasble blocks on product page

I have a slider on my home page. Thats correct but when I go to product page you see also the slider. Where can I turns this off?
I want it only on the home page.
Thanks!!
Use latest version of magento and the Magikshop theme from Themeforest.
First of all, have you installed the seperate extension for slider or it comes with your theme? If it was default provided by your theme.Then you can find the setting to configure the slider in
"System->configuration" in your admin panel.
Search for the banner or slider you may get the setting there to select which page you want to show the slider.
The setting may be different according to the slider.
If you have installed the extension yourself then you may find the banner/slider menu in the admin panel.
Hope this will help.
If the slider is a widget, you should be able to specify the pages that show a widget instance. The widgets that are in use can be found in the CMS section of the Magento Admin panel.
If the slider is a block you probably need to disable/remove/unset that block from your product detail page. To disable block on a particular page, you need to edit your layout Xml file. These files are most probably found in the following folder:
app/design/frontend/THEME/default/layout/
How to unset a block is described, e.g. here: Magento - remove block using update XML

Magento navigation menu but not added as Category

I am very new in Magento.Actually we have a client who has purchased a Magento theme and top navigation of theme is displaying some menu links like delivery,Contact Us and these are not added as Categories.May be hard coded in the theme.Can anyone tell from which file these links are appearing so that i can edit them.
Use template path hints to find out where they are.
http://www.pauldonnelly.net/magento-turning-on-template-path-hints/

Magento attributes showing in one theme / not showing in another

Magento attributes not showing in layered navigation.
In my original Theme attributes are showing as they should.
When use another theme, all attributes are not showing.
Obviously there must be somewhere in the theme but I do not know where to change it.
It is hard to guess your situation with so few information, but if your 'original theme' contains some extra code for attributes in layered navigation, then the file should be in
\app\design\frontend\PACKAGE\THEME\template\catalog\navigation\left.phtml

Why wouldn't a category menu be displaying on a magento theme?

I'm trying to set up a dynamic menu in a Magento store (v1.7 community edition with the hellowired theme) and can't figure it out why on earth is not being displayed on my home page.
I don't know if there's a mistake in the call on the .phtml files of the theme or if I'm missing some configuration. I have already configured it as described in the theme's documentation and set several products and I'm still not seeing the menu displayed.
If I hard code the category call, it works fine, but it's just a workaround since I need it to be dynamic.
Turns Out for the theme I was using (The Hellowired one, but it appears to apply to several) it was required to set-up all categories under the Default Category. This question was answered to me by an admin of the theme site.
Make sure that the flag Is Active and Include in Navigation Menu set to "YES" from admin panel under General Information Tab in Catalog->Manage Categories.

Magento Custom Options

I have two type of custom options in my product. One is with text boxes and the other with drop down/ checkbox. I want to display dropdown/ checkbox custom option just after the tier pricing area of the product detail page. Can anyone help me here?
You need to edit the template/view file(catalog/product/view.phtml) under the current theme directory.

Resources