In the web-shop i’m creating we want the customers to see the category new as they are landing in the shop. Our configuration in the whole catalog is an layout of 4 items next to each other, like below: four items in one row *sorry i am not yet allowed to post pictures I’ve made [...]
Archive: template catalog
Posts Tagged ‘template catalog’
When using Magentos log facility Mage::log() it sometimes causes a white screen. No error messages are outputted either to the screen or any of the log files (var/log/system.log, var/log/exception.log ) This seems to happen only when I’m trying to log a very large object. for example when I’m trying this Mage::log(Mage::helper(‘catalog/category’)->getStoreCategories()); inside a block controller [...]
I’m working on a Magento 1.6 site, which has the following xml inside the home page’s CMS “Layout Update XML” field: <reference name=”content”> <block type=”catalog/navigation” name=”catalog.category.home” as=”homecategory” template=”catalog/category/homecategory.phtml” /> </reference> As the template shows randomized categories, I would like to disable caching for this block. To do so, I attempted using getChildHtml(‘sub-block-template’, false) with the [...]
So I’ve been looking for a way to change the Stock Availability back to In Stock when the quantity field is greater than 0. The system already automatically changes the Stock Availability to Out of Stock when you set the quantity to 0 and save the product. I would like a way to set it [...]
i have created a list_home.phtml that i call from {{block type=”catalog/product_list” category_id=”6″ template=”catalog/product/list_home.phtml”}}The category is very important because i will have 3 tabs in this homepage slider.This is a version of the product list without toolbar to include in a homepage slider, where the user should never be able to change the sorting. However in [...]
By default there are two widgets for showing product link… Here: app\design\frontend\default\mytemplate\template\catalog\product\widget\link\link_block.phtml and here: app\design\frontend\default\mytemplate\template\catalog\product\widget\link\link_inline.phtml And they can be seen here: I need a custom widget that will show Product name (link) + lowest price. I presume that duplicating some of existing would be a start e.g. \template\catalog\product\widget\link\link_custom.phtml What next? Custom Catalog Product link widget [...]
I need help with resizing the “more views” on the product page when it is configurable product. I resized the “more views” image from 56X56 t0 90X135 by changing the dimension on app/design/frontend/default/mytheme/template/catalog/product/view/media.phtml. When I first click the the product, the “more views” image dimension is correct, but when I click the option, the “more [...]
I created a configurable product, it has three option: color, size and style. Now in product page, each option has the default text “Choose an Option…” in dropdown, but I want the text should be “Select color“, “Select size” and “Select style“. I edited function getJsonConfig() in app\code\core\Mage\Catalog\Block\View\Type\Configurable.php From: ‘chooseText’ => Mage::helper(‘catalog’)->__(‘Choose an Option…’), To: [...]
Hi all, Some time we use IE to access magento, when add cart we can have twice items on cart. To sloved that issue you can follow instruction: Open file ../template/catalog/prduct/view/addtocart.phtml in your template and find command with Possibly Related Posts: Magento admin route extension resulting in 404 Sort algorithm: Magento totals sorted wrongly causing wrong [...]
I got a problem about magento bundle products here. The price won’t get updated everytime I make come options change on the products. And I also can’t add it to the cart. I’ve spent several days to find the problem and finally I realize that the problem comes from this addthis snippet that I insert [...]