Nahráli jste si nový templates a nefunguje Vám wishlist? nebo-li seznam přání? a zobrazuje se Vám hláška viz. níže??
Fatal error: Call to a member function setItems() on a non-object in …/app/design/frontend/base/default/template/wishlist/view.phtml on line 43
Řešení:
- přejděte do složky na FTP serveru – vasedomena.cz/app/design/frontend/base/default/layout
- najděte soubor wishlist.xml
- zkopírujte soubor do složky na FTP serveru a nahraďte tím stávající soubor – vasedomena.cz/app/design/frontend/base/novy_templates/layout
- není mnou vyzkoušené, ale mělo by snad taktéž fungovat
- najděte ve složce vasedomena.cz/app/design/frontend/base/novy_templates/layout soubor wishlist.xml
- otevřete ho a najděte níže uvedený kód, který nahraďte, vše nezapomeňte uložit
<action method=“setTitle“ translate=“title“>
<title>My Wishlist</title>
</action>
<block type=“wishlist/customer_wishlist_items“ name=“customer.wishlist.items“ as=“items“ template=“wishlist/item/list.phtml“>
<block type=“wishlist/customer_wishlist_item_column_image“ name=“customer.wishlist.item.image“ template=“wishlist/item/column/image.phtml“ />
<block type=“wishlist/customer_wishlist_item_column_comment“ name=“customer.wishlist.item.info“ template=“wishlist/item/column/info.phtml“>
<action method=“setTitle“ translate=“title“>
<title>Product Details and Comment</title>
</action>
</block>
<block type=“wishlist/customer_wishlist_item_column_cart“ name=“customer.wishlist.item.cart“ template=“wishlist/item/column/cart.phtml“>
<action method=“setTitle“ translate=“title“>
<title>Add to Cart</title>
</action>
<block type=“wishlist/customer_wishlist_item_options“ name=“customer.wishlist.item.options“ />
</block>
<block type=“wishlist/customer_wishlist_item_column_remove“ name=“customer.wishlist.item.remove“ template=“wishlist/item/column/remove.phtml“ />
</block>
<block type=“core/text_list“ name=“customer.wishlist.buttons“ as=“control_buttons“>
<block type=“wishlist/customer_wishlist_button“ name=“customer.wishlist.button.share“ template=“wishlist/button/share.phtml“ />
<block type=“wishlist/customer_wishlist_button“ name=“customer.wishlist.button.toCart“ template=“wishlist/button/tocart.phtml“ />
<block type=“wishlist/customer_wishlist_button“ name=“customer.wishlist.button.update“ template=“wishlist/button/update.phtml“ />
</block>
</block>
Kde to žije