jan212
Total Posts: 328
Joined: 2008-01-03
As hyteckit say, for me it’s always a good way to first rename your old buggy template file and copy the one from the up-to-date default template, too. If the new one works, you should adjust your old template manually to the new code.
Signature
---
Wichtiger Hinweis: Wer Visionen hat, sollte zum Arzt gehen.
Nuff respect to Stefan B.- he’s the ultimate magento pope.
---
Kein Support per PM
---
Gruß/ Greetings/ Groetjes
Jan F.
---
commercial: null212 | Büro für Kommunikation und Design
privat: Nörd1
hyteckit
Total Posts: 145
Joined: 2008-04-01
Los Angeles, CA
modern theme - search function fix
Update file ‘catalogsearch.xml’ under the directory ‘layout’.
replace:
< reference name = "content" > < block type = "catalogsearch/result" name = "search.result" template = "catalogsearch/result.phtml" > < action method = "initList" >< template > catalog / product /list. phtml </ template ></ action > </ block > </ reference >
with:
< reference name = "content" > < block type = "catalogsearch/result" name = "search.result" template = "catalogsearch/result.phtml" > < block type = "catalog/product_list" name = "search_result_list" template = "catalog/product/list.phtml" ></ block > < action method = "setListOrders" /> < action method = "setListModes" /> < action method = "setListCollection" /> </ block > </ reference >
Signature
Current Project:
GeekGears.com - Accessories for your iPod, iPhone, MP3 Players, Cell Phone, PDA, GPS Devices, Digital Camera, and more.
Extension: Product Gallery Importer , Enhanced Search
hyteckit
Total Posts: 145
Joined: 2008-04-01
Los Angeles, CA
modern theme - tag xml fix
Similar to search function fix above
Update file ‘tag.xml’ under the directory ‘layout’
replace:
< tag_product_list > <!-- Mage_Tag --> < reference name = "content" > < block type = "tag/product_result" name = "tag_products" template = "catalogsearch/result.phtml" > < action method = "initList" >< template > catalog / product /list. phtml </ template ></ action > </ block > </ reference > </ tag_product_list >
with:
< tag_product_list > <!-- Mage_Tag --> < reference name = "content" > < block type = "tag/product_result" name = "tag_products" template = "catalogsearch/result.phtml" > < block type = "catalog/product_list" name = "search_result_list" template = "catalog/product/list.phtml" ></ block > < action method = "setListOrders" /> < action method = "setListModes" /> < action method = "setListCollection" /> </ block > </ reference > </ tag_product_list >
Signature
Current Project:
GeekGears.com - Accessories for your iPod, iPhone, MP3 Players, Cell Phone, PDA, GPS Devices, Digital Camera, and more.
Extension: Product Gallery Importer , Enhanced Search
winterradio
Total Posts: 36
Joined: 2008-02-01
modern theme - search function fix
Update file ‘catalogsearch.xml’ under the directory ‘layout’.
replace:
< reference name = "content" > < block type = "catalogsearch/advanced_result" name = "catalogsearch_advanced_result" template = "catalogsearch/advanced/result.phtml" > < action method = "initList" >< template > catalog / product /list. phtml </ template ></ action > </ block > </ reference >
with:
< reference name = "content" > < block type = "catalogsearch/advanced_result" name = "catalogsearch_advanced_result" template = "catalogsearch/advanced/result.phtml" > < block type = "catalog/product_list" name = "search_result_list" template = "catalog/product/list.phtml" ></ block > < action method = "setListOrders" /> < action method = "setListModes" /> < action method = "setListCollection" /> </ block > </ reference >
medic
Total Posts: 129
Joined: 2007-10-30
Sydney
Has anyone had problems with the sidecart?
Mine will not show up.
cheers
winterradio
Total Posts: 36
Joined: 2008-02-01
Has anyone else tested their checkout since upgrading to 1.1? I noticed that as soon as I proceed to “shipping address” the ajax loads it and then immediately shows a 404 within the frame with the url “http://www.domain.com/checkout/onepage/undefined” showing.
This is a major problem since customers will not be able to checkout either.
JLHC
Total Posts: 550
Joined: 2008-05-09
MY - US
@ winterradio: We have upgraded our demo store to 1.1.0 and it is working fine.
I believe it has something to do with your installation.
Signature
█ Aspiration Hosting - Premium Hosting Solutions
█ Magento-One-Click-Installer Available NOW !
█ Unleash the real potential of your Magento store with Aspiration Hosting !
winterradio
Total Posts: 36
Joined: 2008-02-01
Thanks JLHC for letting me know it is my own solitary problem Now I know it is something I screwed up.
JLHC
Total Posts: 550
Joined: 2008-05-09
MY - US
@ winterradio: No problem. Be sure to get your problem solved as well.
Signature
█ Aspiration Hosting - Premium Hosting Solutions
█ Magento-One-Click-Installer Available NOW !
█ Unleash the real potential of your Magento store with Aspiration Hosting !
winterradio
Total Posts: 36
Joined: 2008-02-01
I was able to find a fix for the redirecting 404 error in the checkout process for the modern theme.
The problem was with the opcheckout.js javascript file located at skin/frontend/default/modern/js/
I managed to merge the two existing files to create a working version until a stable release is available.
I’ve attached the file in case anyone needs it.
File Attachments
JLHC
Total Posts: 550
Joined: 2008-05-09
MY - US
@ winterradio: Thanks. I am sure the others will appreciate this.
Signature
█ Aspiration Hosting - Premium Hosting Solutions
█ Magento-One-Click-Installer Available NOW !
█ Unleash the real potential of your Magento store with Aspiration Hosting !
BneXt
Total Posts: 5
Joined: 2008-03-18
medic - 14 July 2008 11:16 AM
Has anyone had problems with the sidecart?
Mine will not show up.
cheers
I’m also having this problem (with a modified template).
Anyone have a fix for this?
Scott
Total Posts: 317
Joined: 2007-08-31
Northwest Ohio
Updated the above wiki page with the missing cart bug. The templates for checkout/cart/ have changed significantly, and some new ones have been added.
I’ll continue to add more to this wiki page as I find new changes that need made.
Signature
Need a Magento designer ? I specialize in helping developers and shop owners create Magento themes designed with aesthetic bliss, crisp refreshing style, and usability-focused design. Check out Tealo, the first public Magento theme !
Your Magento Partner for Stunning Creative Work!
redpen
Total Posts: 221
Joined: 2008-01-23
winterradio - 15 July 2008 05:24 PM
I was able to find a fix for the redirecting 404 error in the checkout process for the modern theme.
The problem was with the opcheckout.js javascript file located at skin/frontend/default/modern/js/
I managed to merge the two existing files to create a working version until a stable release is available.
I’ve attached the file in case anyone needs it.
Hi.
Same problem you had, but your JS didn’t fix it, sadly.
I’ve tried going through your code changes to figure out why, but I’m at a bit of a loss.