Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:39
Show Gist options
  • Save jwohlfeil/380f9f1728e18a67f25ff66594a3d98b to your computer and use it in GitHub Desktop.
Save jwohlfeil/380f9f1728e18a67f25ff66594a3d98b to your computer and use it in GitHub Desktop.
<?php
$_product_1 = Mage::getModel('catalog/product')->load(12);
$_product_2 = Mage::getModel('catalog/product')->loadByAttribute('sku','cordoba-classic-6-String-guitar');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment