amazOOP amazOOP
[ class tree: amazOOP ] [ index: amazOOP ] [ all elements ]

Source for file stores.inc.php

Documentation is available at stores.inc.php

  1. <?php
  2. /**
  3. * This file contains an array with codes for popular third party
  4. * stores that sell products at Amazon.
  5. * These codes are used to obtain images that are incorrectly returned
  6. * by AWS.
  7. *
  8. * @see LiteDetails::getImage()
  9. *
  10. * @author Mauricio Diaz <madd0@users.sourceforge.net>
  11. * @copyright 2004 (c) Mauricio Diaz Orlich
  12. * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
  13. * @version 0.3RC1
  14. *
  15. * @package amazOOP
  16. * @subpackage Configuration
  17. */
  18.  
  19. /**
  20. * Store codes.
  21. * Each store has its own code.
  22. * If an image from AWS doesn't work it's probably because it's from a different store.
  23. * This array is used to try to solve that.
  24. * This is a terrible way of solving the problem (that AWS will hopefully solve soon)
  25. * In the meantime, use it like this or, to disable it, simply set Check Alternative images
  26. * to 0, 1 or 2.
  27. *
  28. * @see LiteDetails::getImage()
  29. * @global array $_AMAZOOP_STORE_CODES
  30. */
  31. $_AMAZOOP_STORE_CODES = array("ARROW" => '01-A28OESN9E1VV61',
  32. "Atkins" => '01-A3EVWIEDD3GII2',
  33. "pokerchipmart" => '01-A152NT11JUV2LV',
  34. "Big Bang" => '01-A2ZOS545NSZ3SG',
  35. "eBags" => '01-A2Q0ARZLO9COOL',
  36. "ELDER HOSIERY" => '01-A1V1Z4BJNVFJUK',
  37. "Foot Locker" => '01-A2OS1Y72HGJYGC',
  38. "Fossil" => '01-A4LKQQKJ91IUZ',
  39. "Jos. A. Bank Clothiers" => '01-A3QF2P1DJO1GQD',
  40. "Lady Grace" => '01-ATWQUYJSH6YT4',
  41. "Lands' End" => '01-A379EYPHAO5LQM',
  42. "Nordstrom" => '01-A3BHU1UEUYDJ19',
  43. "Old Navy" => '01-A2RMOHDABI2174',
  44. "OutdoorSuperStore" => '01-A2FGCA43EYMFSV',
  45. "Scarves" => '01-A3K8MJJG7C5G9B',
  46. "Soft" => '01-A3NUKLQJB2450O',
  47. "Stacks and Stacks" => '01-A1CGG8PD8VKZVT',
  48. "Target" => '01-A23NLORBGXOLEO',
  49. "TEXSPORT" => '01-A2FGCA43EYMFSV',
  50. "The Sportsman's guide" => '01-A1V1Z4BJNVFJUK',
  51. "True Value" => '01-A1ROAW4PRDYZ8L',
  52. "UGG Australia" => '01-A3BHU1UEUYDJ19',
  53. "UrbanOutfitters" => '01-A3K8MJJG7C5G9B',
  54. "WeGotGear" => '01-ARV2QZH47UK84',
  55. "AKA Gourmet" => '01-AI2C3O3B014CN',
  56. "Fireworks Popcorn" => '01-A1NBGEZECFJ4OH',
  57. "Godiva Chocolatier" => '01-A2383BW7935VAY',
  58. "Harry and David" => '01-A2ASOWPLPSJK2I',
  59. "LowCarbChocolates.com" => '01-A1VBN75JVPC43M',
  60. "Omaha Steaks" => '01-APVHH2YDL0QW1',
  61. "Rodale Press" => '01-A3EVWIEDD3GII2',
  62. "Ross Chocolate - Low Carb Chocolates" => '01-A1VBN75JVPC43M',
  63. "The Vitamin Shoppe" => '01-A3EVWIEDD3GII2',
  64. "Wisconsinmade" => '01-A1NBGEZECFJ4OH',
  65. "CatalogSpecialties" => '01-A1VQCMTRJ9169Z',
  66. "Chase-Durer" => '01-A36A3LEFJFP4YX',
  67. "Fred Meyer Jewelers" => '01-ANWYVCPIBYTKN',
  68. "Bodytrends" => '01-A23TT9LCZLRRP4',
  69. "Century" => '01-A2T3ASM7TOCPQE',
  70. "eSportsonline" => '01-A12J7Z25BKBAUQ',
  71. "Everlast" => '01-A2T3ASM7TOCPQE',
  72. "Exacera" => '01-A23TT9LCZLRRP4',
  73. "KarateDepot" => '01-A2T3ASM7TOCPQE',
  74. "Sportline" => '01-A2T3ASM7TOCPQE',
  75. "The Mat Maker" => '01-A11F529RUBZJ7K',
  76. "SPORTTIME" => '01-A12J7Z25BKBAUQ',
  77. );
  78. ?>
 
Documentation generated on Sat, 21 Aug 2004 17:40:45 +0200 by phpDocumentor 1.3.0RC3
hosted by
SourceForge.net Logo