|
I was digging around and saw about 15 postings over different releases about the new products issues. The issue on 1.3.0 is driving me nuts.
So I looked at the diff
http://www.magentocommerce.com/downloads/assets/1.3.0/1.2.1.2-1.3.0.diff
and also at my default template located
/ app / design / frontend / default / default / template / catalog / product / new.phtml
both the new.phtml and the resellers uses this if statement
if($_product->isSaleable()):
however looking at the diff, it appears as if the team developing the core has decided to spell the name of this thing differently in different places since in the diff I see “salable” and “saleable” referring to the same thing.
Am I crazy? Could the problem be a wide spread typo (perhaps from a global search and replace mistake)? or maybe there is an include or require statement missing on the templates that wasn’t updated for this release?
|