Showing Custom Options on Magento Product Page - magento

I am having a problem displaying custom options on the product page in Magento. I'm using Modern as the base for my theme, and changing themes doesn't seem to have any effect. The catalog.xml is almost the stock one for the theme.
When viewing the page, I get the message "Please specify the product's required option(s)." but nothing shows up. Additional information that have been added to the attributes show, but no product specific custom options.
Looking with developer hints, I see that /catalog/product/view/options/wrapper.phtml is not appearing on the file. Could something be missing in one of the layout .xml files?
Any idea what might be going on? Thanks!

If you have tried enabling the default template and it still doesn't work, try creating a new product with some options and see if that works. If that still doesn't work, enable the logs and pop them open and see if there are any errors being recorded during rendering. Also, make sure that they aren't just being hidden using CSS or JavaScript (try turning off the latter, for the former use Firebug to inspect the page)

The problem I had was related to this: http://sourceforge.net/projects/magmi/forums/forum/1228365/topic/4978977
The difference is that the attribute was set to container2 in my case when I need it set to container1.
Hope this helps someone else with this issue.

Compare your layout files to the default Magento layout files.

Related

Missing Menu Assignment in Joomla Module Custom HTML

Recently we noticed that our module assignment tab is missing and we cannot assign any items to some modules, example: prntscr.com/8obd8u
Here is snapshot from our previous website (to compare with the current one): prntscr.com/8obdep
Does anyone have any idea what we should check? We disabled all the plugins / one by one to check if it's going to help us, still nothing.
Also, all the pages have a Custom HTML modue. See : prntscr.com/8od9rw
So everything on the page above with a Custom HTML module doesn't have that "Module Assignment"...
Have you tried using web inspector on the problem pages to check the HTML? Maybe the missing tabs are there but there's conflicting CSS from some source which is hiding the tab list items.
You could also try changing the admin template to Hathor and see if that changes anything ... wouldn't solve the problem but might provide some clues.
Good luck!

Configurable product options not showing the options on Frontend

I am having problems with the configurable products not showing the options on the frontend. If I use the default theme that came with magento (rwd), all the options are there and working great. But if I select my custom theme, the dropdown options shows nothing but the default "choose an option..."
I have tried most of the troubleshooting but still the problem persist.
Console errors.
By the way, my custom theme is based on rwd built-in theme in magento. I only modified most of the styles and copied some phtml from the base folder.
This problem took me a day to figure out what was wrong and now I finally have an answer to my own problem.
Great Tip: Always check for jquery conflicts for this type of issue. thanks to #Chiragit007 for the hint.

Magento Page Pagination Sort By Is Missing (Gone all of sudden)

I don't see any more sort by (best match etc) or page numbers It's gone and I have no idea why or how I have checked all .xml files they are all correct it's not the issue. What can I check more to fix this? Html files also seem fine I have reindex all nothing!
So you have disabled layered navigation module in admin area. It's not the real "disable", but disable of the module output. All module blocks becomes "hidden". The module rewrites the toolbar block with the sorter and pager, so it also has became invisible.
To restore the block display please enable modules output back.
If you have questions regarding the module, please contact us via support, as this site denies discussion of paid modules.

I am unable to Find Configurable options on Product page Magento?

I have customized pages in magento, it was working fine until I installed Extension MagiczoomPlus. Now When I create a Configurable Product as shown in this link. I am unable to find my Configuration options on product detail page. even the add to cart button is not visible. I tried to look with developers View but Conldn't find configration.phtml loaded on product page. Please help How to resolve this. Thanks in advance
Have a look at /app/design/frontend/base/default/template/magiczoomplus/media.phtml
or in the folder that it is in you will find other bits of code that magiczoom adds. I don't know what you have altered but if you have been altering the products page it may be worth checking out. Also if you have been adding any other javascripts, I would check that you have got jquery no conflict setup in the right place.

No Magento Header & Custom Navigation

I can't seem to figure out how to disable the header as a whole. I have installed the blank theme, and have been playing in the page XML, but to no avail. I also cannot seem to switch from 2columns-right to 2columns-left, even though i've run searches for every damn file that includes the phrase and swapped it. I'm wondering if it's just not displaying to me, but I've disabled my catch, repeatedly clear it, and have even tried disabling cookies. Anyway, once all this is done, how do i add static pages and my own navigation.
Sorry I know this covers several questions, but I have been tirelessly searching and experimenting on my own to no avail.
thanks!
I can answer the part about adding new static pages.
Go to Admin , Under CMS->Manage Pages ... choose add new Page
Well, I have some of the problems. I did lots of modification to default/mystore/layout/something.xml but saw nothing happen in the frontend.
Then I did the same modification in default/default/layout/something.xml and now changes where done.
For now for me it seems that I can only modify template files in default/mystore/template but not layout files in default/mystore/layout.
Maybe your issue is the same, that Magento is using the default files and not your theme files?

Resources