Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

Magento Forum

   
Page 2 of 4
After Upgrade to 1.1 Error messages
 
jan212
Guru
 
Avatar
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

 
Magento Community Magento Community
Magento Community
Magento Community
 
hyteckit
Sr. Member
 
Avatar
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

 
Magento Community Magento Community
Magento Community
Magento Community
 
hyteckit
Sr. Member
 
Avatar
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

 
Magento Community Magento Community
Magento Community
Magento Community
 
winterradio
Member
 
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>

 
Magento Community Magento Community
Magento Community
Magento Community
 
medic
Sr. Member
 
Total Posts:  129
Joined:  2007-10-30
Sydney
 

Has anyone had problems with the sidecart?

Mine will not show up.

cheers

 
Magento Community Magento Community
Magento Community
Magento Community
 
winterradio
Member
 
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.

 
Magento Community Magento Community
Magento Community
Magento Community
 
JLHC
Guru
 
Avatar
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. wink

 Signature 

Aspiration Hosting - Premium Hosting Solutions
Magento-One-Click-Installer Available NOW!
Unleash the real potential of your Magento store with Aspiration Hosting!

 
Magento Community Magento Community
Magento Community
Magento Community
 
winterradio
Member
 
Total Posts:  36
Joined:  2008-02-01
 

Thanks JLHC for letting me know it is my own solitary problem wink Now I know it is something I screwed up.

 
Magento Community Magento Community
Magento Community
Magento Community
 
JLHC
Guru
 
Avatar
Total Posts:  550
Joined:  2008-05-09
MY - US
 

@ winterradio: No problem. Be sure to get your problem solved as well. wink

 Signature 

Aspiration Hosting - Premium Hosting Solutions
Magento-One-Click-Installer Available NOW!
Unleash the real potential of your Magento store with Aspiration Hosting!

 
Magento Community Magento Community
Magento Community
Magento Community
 
winterradio
Member
 
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
opcheckout.js  (File Size: 25KB - Downloads: 306)
 
Magento Community Magento Community
Magento Community
Magento Community
 
JLHC
Guru
 
Avatar
Total Posts:  550
Joined:  2008-05-09
MY - US
 

@ winterradio: Thanks. I am sure the others will appreciate this. wink

 Signature 

Aspiration Hosting - Premium Hosting Solutions
Magento-One-Click-Installer Available NOW!
Unleash the real potential of your Magento store with Aspiration Hosting!

 
Magento Community Magento Community
Magento Community
Magento Community
 
Scott
Guru
 
Avatar
Total Posts:  317
Joined:  2007-08-31
Northwest Ohio
 

Also be aware of some other important changes, via this article (wip):

http://www.magentocommerce.com/wiki/upgrading_magento_themes_for_the_latest_releases

cool smile

 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!

 
Magento Community Magento Community
Magento Community
Magento Community
 
BneXt
Jr. Member
 
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?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Scott
Guru
 
Avatar
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!

 
Magento Community Magento Community
Magento Community
Magento Community
 
redpen
Sr. Member
 
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.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 2 of 4
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
50109 users|493 users currently online|102248 forum posts