Posted on 2007-06-14 18:15:14-07 by serged
Patch for Property.pm
This is a patch for Property.pm that add attributes for sizes of product images: @@ -24,11 +24,17 @@ CollectibleCount =&gt [qw(OfferSummary TotalCollectible)], CollectiblePrice =&gt [qw(OfferSummary LowestCollectiblePrice FormattedPrice)], LargeImageUrl =&gt [qw(LargeImage URL)], + LargeImageWidth =&gt [qw(LargeImage Width content)], + LargeImageHeight =&gt [qw(LargeImage Height content)], ListPrice =&gt [qw(ItemAttributes ListPrice FormattedPrice)], Manufacturer =&gt [qw(ItemAttributes Manufacturer)], MediumImageUrl =&gt [qw(MediumImage URL)], + MediumImageWidth =&gt [qw(MediumImage Width content)], + MediumImageHeight =&gt [qw(MediumImage Height content)], OurPrice =&gt [qw(Offers Offer OfferListing Price FormattedPrice)], SmallImageUrl =&gt [qw(SmallImage URL)], + SmallImageWidth =&gt [qw(SmallImage Width content)], + SmallImageHeight =&gt [qw(SmallImage Height content)], SuperSaverShipping =&gt [qw(Offers Offer OfferListing IsEligibleForSuperSaverShipping)], Title =&gt [qw(Title)], ThirdPartyNewCount =&gt [qw(OfferSummary TotalNew)],
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.