Magento Get Custom Attribute Name

productAttribute($_product, nl2br($_product->getRrp()), ‘rrp’) >?

Magento change the order of product tabs

/*---James@adelaidecartridge.com---*/
if ($_tab['alias'] === "additional") {
echo 'class="first active"';
} else{
echo '';
}
//echo !$_index ? 'class="first active"' : ''
?>

Step By Step Magento Optimization

Add Online Price Only Tag
/app/design/frontend/default/default/template/catalog/product/view.phtml

<div class="online price" style="color:red;margin-right:5px;font-weight:bold;">Online Price Only</div>

After Line 61

<?php echo $this->getChildHtml('alert_urls') ?>

/app/design/frontend/default/default/template/catalog/product/price.phtml

TO DO LIST:
Magento GOOGLE SITE MAP

September 2010 New Ink Cartridges Released

Recently Brother, Canon and Epson have all released new inkjet printer / cartridges combinations. Below is a quick list of the new printer models and cartridges that are available.

Brother

LC-39 Black, Cyan, Magenta and Yellow
New Individual ink tanks
Models: DCP J125 DCPJ315W

Canon

Pgi-525 Black, Cli-526 Colours
New Individual ink tanks
Similar design to previous Pgi-520\Cli-521 but opaque casing (can’t see through it).
New Chip (existing resetters will not reset this chip)
RRP $23.95 each
Models: IP4850, MG8150, MG6150, MG5250, MG5150

Epson

103 Black
New individual ink tanks
Is sold as ‘extra high capacity’ cartridge. Can be used as a High yield replacement for 73N Cartridges on some models.
Pigment Inks
Rated at 995 Pages by manufacturer
Models : T40W , TX600FW, TX610FW, TX550W
* Procolor 103 Compatibles available Soon (Procolor 103N Black 32mls)

103 Cyan, Magenta and Yellow
New individual ink tanks
Is sold as ‘extra high capacity’ cartridge. Can be used as a High yield replacement for 73N Cartridges on some models.
Pigment Inks
Rated at 815 Pages by manufacturer
Models: T1100, T30, T40W, TX510FN, TX600FW, TX610FW, TX550W
* Procolor 103 Compatibles available Soon (Procolor 103N Colours 12mls)
132 Black, Cyan, Magenta and Yellow
New Individual ‘standard’ cartridge.
Pigment Inks
Available on new range of printers. N11 is a entry level printer RRP $69.00
Models: N11, NX125

133 Black, Cyan, Magenta and Yellow
New Individual ‘High Yield’ cartridge
Pigment Inks
Can be used as ‘high yield’ replacement for 132 cartridges on some models.
Models: N11, NX125, NX420, Workforce 320, Workforce 325

Printer Cartridges Shop SEO Tools

  1. www.XML-SITEMAPS.com Sitemaps.org XML Standard
  2. www.robotstxt.org
  3. Speed Test
  4. Keyword-Rich Domain
  5. http://wordpress.org/extend/plugins/download-monitor
  6. Main Index

hewlettpackardtoner.com.au

Magento CMS pages Meta Tags Control

app\code\core\Mage\Page\Block\Html\Head.php
 
public function toHtml()
{
//Start Edit
$_cmsTitle = Mage::getSingleton('cms/page')->getTitle();
if (strlen($_cmsTitle)>0){
$this->addText('<title>'.$_cmsTitle.'</title>'."\n\t");
}else{
$this->addText('<title>'.$this->getTitle().'</title>'."\n\t");
}
//End Edit
$this->addText('<meta http-equiv="Content-Type" content="'.$this->getContentType().'"/>'."\n\t");
$this->addText('<meta name="description" content="'.$this->getDescription().'"/>'."\n\t");
$this->addText('<meta name="keywords" content="'.$this->getKeywords().'"/>'."\n\t");
$this->addText('<meta name="robots" content="'.$this->getRobots().'"/>'."\n");
$this->addText($this->getAdditionalCssJs());
$this->addText($this->getChildHtml());
 
return parent::toHtml();
}

$188 The Cheapest Colour Laser Printer in South Australia

We always think the colour laser is very expensive than inkjet printer, but this time OKI C110 Compact Desktop Colour Laser Printer is a very good choice for small business in South Australia If you print 250 Pages every month.
Cheapest Colour Laser Printer
AUD 188.00 Cheapest price than any other colour laser printer.
Where you buy?
http://www.adelaidecartridge.com/oki-c110-a4-colour-laser-printer.html

Download a brochures

The fast black and white printer that offers low-cost professional colour printing when required. Compact, quiet and easy to use, the C110 fits discretely on your desktop making it the perfect choice for your small / home office.

The C110 is easy to install and has a 200 sheet paper capacity keeping user intervention to a minimum.

With flexible media handling and the convenience of colour, you can now print more effective business documents in-house creating a positive impact on your business.

Benefitting from Energy Star compliance, your carbon footprint and energy bills can be kept to a minimum.

Best Seller Cartridge Module in Magento

I want to develop a module to show the best top 10 seller cartridge in Adelaide Cartridge base in Magento 1.4.

But I am so tired to learn a new extension develop rule now. I will do it a month later.

I choose a trick method to do it.

Edit /app/design/frontend/default/your theme/templat/callouts/left_col.phtml

<?php
$_productbest = Mage::getResourceModel ( 'reports/product_collection' ) -> addAttributeToSelect ( array ('name', 'price', 'thumbnail', 'short_description', 'description' ) )->addOrderedQty ()->setOrder ( 'ordered_qty', 'desc' );
$i = 0;
 
foreach ( $_productbest as $row ) {
	if ($i < 10) {
		echo '<li class="item"><div class="product-images">';
		echo '<a href="'.$row->getProductUrl () . '"><img src="/media/catalog/product'.$row->getThumbnail().'" alt="'.$row->getName ().'" width="50 height="50"></a>';
		echo '</div><div class="product-details">';
		echo '<a href="'.$row->getProductUrl ().'">'.$row->getName ().'</a>';
		echo '<div class="price-box">';
		echo '<span class="regular-price"> <b>$'.number_format($row->getPrice (), 2, '.', '').'</b></span>';
		echo '</div></div></li>';
		$i ++;
	}
	else{
		break;
	}
}
?>
</ol>
</div>
</div>
</div>
</pr>

Demo: http://www.adelaidecartridge.com Just homepage because I update catalog.xml.

Webcity Marketing Link farm

Internet Marketing > Web Marketing Directory

I want to try it.

Getprice Sales Tracking On Magento

Magento success.phtml
/httpdocs/app/design/frontend/default/hellopress/template/checkout

<!-- Getprice.com.au sales tracking system --> 
<img height="1" width="1" border="0"src="https://secure.getprice.com.au/affsale.asp?shopid=1802&sid=<?php echo $this->getOrderId()?>"> 
<!-- End Getprice.com.au -->

I need find the Order Price method.
Magento is a very huge system and it’s very hard to find the method of the object.

<!--MyShopping.com.au Code for Purchase Conversion Page -->
<img height=0 width=0  src="https://www.myshopping.com.au/sale.asp?mid=2688&order=<?php echo $this->getOrderId()?>">