now, i want to change my category page layout to 2columns-left.phtml the default is 3 column layout i only want to set the category page layout to 2columns-left.phtml,the rest keep the default page layout ( 3 column layout ) how should i do? how to change the page layout in magento? Possibly Related Posts: magento [...]
Archive: category
Posts Tagged ‘category’
I have some code that calls the sub categories of a main category and I need to be able to change the sort order of teh sub categories on the front end of the site. I have tried adding the attribute to sort tag but this isnt doing anything. Can anyone help point me in [...]
I have written a simple Magento plugin that simply lists all sub categories that are enabled from a given parent id. The user simply selects a parent category id from the admin using the plugin tab i have created. To speed things up i have added block caching to the plugin using the following code [...]
In "SEO: How to Optimize a Magento Product Detail Page," my article last month, I offered small changes to Magento's product pages to enhance their search …developer.practicalecommerce.com/…/3403-SEO-How-To-Op… SEO: How To Optimize A Magento Category Page | Ecommerce … Possibly Related Posts: Gorilla Commerce Launches "In Store" Line of Magento Software Extensions – San Francisco Chronicle [...]
I am currently developing a website using magento, i am stuck though, i need to develop a page as such and i dont know if magento supports, i need to have it looking like this So As you can see, i want to set it up so that category would a class, in this example [...]
I’m working on the Magento API and I got some questions… I try to get all Product Names from a specific category at Magento. here’s my code for that: <?php $host = “www.host.tld/index.php”; $client = new SoapClient(“http://”.$host.”/api/soap/?wsdl”); $apiuser= “user”; //webservice user login $apikey = “pass”; //webservice user pass try { // Login $sess_id= $client->login($apiuser, $apikey); [...]
Magento: Display New Products On Home Page – By Category! | Noam Design Blog Possibly Related Posts: It’s not a bug. It’s a feature. Extension Magento : Filtre à Sélection Multiple « Eric Kranich News from Byte HQ » Multiple stores in one Magento install OnePica ImageCDN – Magento Connect Magento Expert India – Hire [...]
I have a store with 2 store views for two languages, italian and english. For some categories i have different names for italian and english, like Apparel for EN and Abbigliamento for IT. The problem is that when i am in mystore.com/it/abbigliamento if i switch language to english the language switcher brings me to mystore.com/en/abbigliamento [...]
I am looking through my “catalog category flat” table in my database and I see three identical tables (store 1, 2 and 3). Indicating that I have 3 stores. I thought I may be able to figure out which store id is assigned to my stores by navigating to “Manage Stores” in my admin backend, [...]
I’m trying to set the sort order in the category view for magento. In /app/design/frontend/template_name/default/template/catalog/product/list.phtml the product category is called this way: $_productCollection=$this->getLoadedProductCollection(); Is there a possibility to sort this collection using e.g. the following? For the record, this doesn’t work. ->addAttributeToSort(‘updated_at’,'asc’)->setOrder(‘updated_at’, ‘asc’) Thanks in advance, Maarten Magento – Sort on date updated in category [...]