CPAN::Forum
Net-Amazon - Patch for Property.pm
| Posted on Thu Jun 14 21:15:14 2007 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 => [qw(OfferSummary TotalCollectible)],
CollectiblePrice => [qw(OfferSummary LowestCollectiblePrice FormattedPrice)],
LargeImageUrl => [qw(LargeImage URL)],
+ LargeImageWidth => [qw(LargeImage Width content)],
+ LargeImageHeight => [qw(LargeImage Height content)],
ListPrice => [qw(ItemAttributes ListPrice FormattedPrice)],
Manufacturer => [qw(ItemAttributes Manufacturer)],
MediumImageUrl => [qw(MediumImage URL)],
+ MediumImageWidth => [qw(MediumImage Width content)],
+ MediumImageHeight => [qw(MediumImage Height content)],
OurPrice => [qw(Offers Offer OfferListing Price FormattedPrice)],
SmallImageUrl => [qw(SmallImage URL)],
+ SmallImageWidth => [qw(SmallImage Width content)],
+ SmallImageHeight => [qw(SmallImage Height content)],
SuperSaverShipping => [qw(Offers Offer OfferListing IsEligibleForSuperSaverShipping)],
Title => [qw(Title)],
ThirdPartyNewCount => [qw(OfferSummary TotalNew)],
|
| Write a response |
(2)
]