Search Results

Search found 14 results on 1 pages for 'a1anm'.

Page 1/1 | 1 

  • Magento - Paypal Express 404 Error

    - by a1anm
    I have added paypal pro (uk) express to my Magento shopping cart. The paypal button now appears below the checkout button in the shopping cart. The problem is when I click the paypal button I get a 404 error. Any ideas?

    Read the article

  • Magento - Add CMS Block to One Page

    - by a1anm
    I have this code in a xml layout file: <reference name="left"> <block type="blog/blog" name="left.blog.menu" before="-"> <action method="setTemplate" ifconfig="blog/menu/left"> <template>aw_blog/menu.phtml</template> </action> <block type="blog/tags" name="blog_tags" /> </block> </reference> I want to add a cms static block to the blog pages using this code: <block type="cms/block" name="brand_list"> <action method="setBlockId"><block_id>brand_list</block_id></action> </block> If I add it in directly after this line: <reference name="left"> It works but it is then displayed on every page. How can I get it to show only on the blog pages? Thanks. Edit: Here is the entire xml file: <layout version="0.1.0"> <default> <reference name="footer_links"> <block type="blog/blog" name="add.blog.footer"> <block type="blog/tags" name="blog_tags" /> <action method="addFooterLink" ifconfig="blog/menu/footer"></action> </block> </reference> <reference name="right"> <block type="blog/blog" name="right.blog.menu" before="-"> <action method="setTemplate" ifconfig="blog/menu/right" ifvalue="1"> <template>aw_blog/menu.phtml</template> </action> <block type="blog/tags" name="blog_tags" /> </block> </reference> <reference name="left"> <block type="blog/blog" name="left.blog.menu" before="-"> <action method="setTemplate" ifconfig="blog/menu/left"> <template>aw_blog/menu.phtml</template> </action> <block type="blog/tags" name="blog_tags" /> </block> </reference> <reference name="top.links"> <block type="blog/blog" name="add.blog.link"> <action method="addTopLink" ifconfig="blog/menu/top"></action> <block type="blog/tags" name="blog_tags" /> </block> </reference> <reference name="head"> <action method="addItem"><type>skin_css</type><name>aw_blog/css/style.css</name></action> </reference> </default> <blog_index_index> <reference name="content"> <block type="blog/blog" name="blog" template="aw_blog/blog.phtml"/> </reference> </blog_index_index> <blog_index_list> <reference name="content"> <block type="blog/blog" name="blog" template="aw_blog/blog.phtml"/> </reference> </blog_index_list> <blog_post_view> <reference name="content"> <block type="blog/post" name="post" template="aw_blog/post.phtml"> <block type="socialbookmarking/bookmarks" name="bookmarks" template="bookmarks/bookmarks.phtml"/> </block> </reference> </blog_post_view> <blog_cat_view> <reference name="content"> <block type="blog/cat" name="cat" template="aw_blog/cat.phtml" /> </reference> </blog_cat_view> <blog_rss_index> <block type="blog/rss" output="toHtml" name="rss.blog.new"/> </blog_rss_index> </layout>

    Read the article

  • JavaScript Problem with Safari

    - by a1anm
    The javascript on my online store product pages seem to have stopped working. They still work fine on Firefox. You can see the problem by clicking the "Add to Cart" or clicking on the image to enlarge on this page: http://twistedtime.com/idea-takumi-led-black.html Anyone know what the problem could be? Thanks!

    Read the article

  • Magento Store - Remove Block using Update XML

    - by a1anm
    I am using this code in my template file to display a static block in my left sidebar: <?= $this->getLayout()->createBlock('cms/block')->setBlockId('leftSB1')->toHtml() ?> I would like to exclude the block from one of my CMS pages. How do I do this? I think it requires adding code to the 'Layout Update XML' section but I'm not sure what exactly.

    Read the article

  • Restructuring Site - SEO

    - by a1anm
    I am planning to restructure my site slightly which means certain urls will be changing. I rank quite well for some of these pages in google. What can I do to retain this once I change the url's? Here is an example of some of the changes: twistedtime.com/mens-watches.html to twistedtime.com/shop-by/gender/mens-watches.html twistedtime.com/watch-brands/lip-watches.html to twistedtime.com/shop-by/watch-brands/lip-watches.html

    Read the article

  • Prototype Add Class to Class

    - by a1anm
    I have a few div's like this in my page: <div class="listing-type-list catalog-listing"> I would like to append a class to the div when I hover over it then remove it when I mouseout? How can this be done with prototype?

    Read the article

  • Magento - Display Individual Products

    - by a1anm
    Is there an easy way in Magento to display individual products in a cms page without copying and pasting the code from the catalog pages? I have a blog on my magento store and sometimes I'd like to drop the listing for individual products into the posts.

    Read the article

  • Magento Problem

    - by a1anm
    I am running a store on Magento. For some reason the "Recently Viewed", "Related Items" and "Featured Items" blocks have all disappeared from my site. They where definitely there yesterday so I'm not sure what's happened to them. Featured Products is an extension I use and show on the home page using: {{block type="featuredproducts/listing" template="inchoo/block_featured_products_main.phtml"}} Does anyone have any idea what the problem could be?

    Read the article

  • Magento 1.4 - Display All Products

    - by a1anm
    I have a cms page in magento which I would like to display all products from all categories in. I found this which described how to do it on 1.3 but this no longer works on 1.4: http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page

    Read the article

1