Archive: Mark

 

Posts Tagged ‘Mark’


Applicable to: CEv1.4.1+, EEv1.9+ Magento allows you to easily use a variety of payment gateways and methods in your online store. Many are already integrated into Magento and you can enable and configure them right from the Magento Admin Panel–no coding required! Starting with Magento CEv1.4.1.1 and EEv1.9, PayPal was further integrated into the Magento [...]



 

I want to use a customized template file for magento homepage. I used the following code in the layout/local.xml file of my theme as described in this tutorial <new_layout translate=”label”> <label>New Layout</label> <reference name=”root”> <action method=”setTemplate”><template>page/home.phtml</template></action> <!– Mark root page block that template is applied –> <action method=”setIsHandle”><applied>1</applied></action> </reference> </new_layout> But the template path hint [...]



 

by fishpig (Posted Wed, 05 May 2010 19:42:20 GMT)Hey Mark, if everything works when the cache is disabled the the problem is definitely the fact that Magento is caching the output of that block the first time is viewed. Which of the two methods I demonstrated did you use? If you used the first method [...]



 

by Mark (Posted Wed, 05 May 2010 18:12:43 GMT)Do you have any ideas of what it could be fishpig, how should the footer.phtml file look with the extra code? Thanks for all your help so far. http://magento-forum.co.uk/viewtopic.php?f=5&t=127#p861 Magento Forum Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena plataforma @bricmania es Magento Lettering [...]



 

by Mark (Posted Sat, 17 Apr 2010 17:27:50 GMT)Great stuff, bundled products did the trick, stock tracking works too. http://magento-forum.co.uk/viewtopic.php?f=3&t=200#p744 Magento Forum Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena plataforma @bricmania es Magento Lettering Designer needed for Magento 1.6.1 by vcg99: I want to create an image generation for a vinyl [...]



 

by Mark (Posted Fri, 16 Apr 2010 09:49:03 GMT)FINALLY! This is what I have been looking for, in:app\code\core\Mage\Page\Block\Html\Head.php Code: public function getTitle()    {        if (empty($this->_data[’title’])) {            $this->_data[’title’] = $this->getDefaultTitle();        }        if($this->fpseo_isHome())        {$this->_data[’title’] = ”~~~~~~TITLE HERE~~~~~”;}        return htmlspecialchars(html_entity_decode($this->_data[’title’], ENT_QUOTES, ’UTF-8′));    }     public function getDefaultTitle()    {        return Mage::getStoreConfig(‘design/head/default_title’);    }  I have no idea why this has been altered this way, but hey… http://magento-forum.co.uk/viewtopic.php?f=6&t=201#p740 Magento Forum Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena plataforma @bricmania es Magento Lettering Designer needed [...]



 

by Mark (Posted Fri, 16 Apr 2010 09:17:54 GMT)LOL, sorry i should probably re-word that. Is it possible to alter meta tags from a file/files, for a single page in Magento? It’s just that when I attempt to alter the meta tags for the homepage through the Magento CMS section, it has no effect, almost [...]



 

by Mark (Posted Thu, 15 Apr 2010 11:15:11 GMT)Where is the meta info controlled through using an ftp client and not through the magento backend? http://magento-forum.co.uk/viewtopic.php?f=6&t=201#p733 Magento Forum Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena plataforma @bricmania es Magento Lettering Designer needed for Magento 1.6.1 by vcg99: I want to create [...]



 

by Mark (Posted Thu, 15 Apr 2010 11:13:23 GMT)Hi there, How can you do this though. What i currently have is: simple product flavour1simple product flavour2simple product flavour3…And the configurable product that uses the above simple products, that works fine. But how do you have a configurable product that selects 2 of the above simple [...]



 

by Mark (Posted Tue, 30 Mar 2010 17:35:33 GMT)My mistake, just looked at the source and I have canonical links set up. For those who are interested, I am using:http://www.magentocommerce.com/extension/906/canonical-url-s-for-magento/ Then, when you look at the source, you should find: http://magento-forum.co.uk/viewtopic.php?f=6&t=180#p673 Magento Forum Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena plataforma [...]