There isn't content right now for this block.
· Famous Brand 22" Widescreen LCD Monitor - 5ms, 700:1, WSXGA+ 1680x1050, DVI, Black·Silver $239.99*
· Radio Flyer All-Terrain Steel and Wood Wagon $138.69*
· Samsung K3 2GB MP3 Player w/ Bonus Belkin Charging Kit & Holster Case w/ Armband $119.86*
· Samsung 2GB USB 2.0 Flash Drive $24.99*
· Apollo 17 Astronaut Space Suit Replica
· Gateway MT3705 Laptop Computer - Intel Centrino Core Duo T2060 1.60GHz, 802.11g Wireless, 1GB DDR2, 100GB HDD, Dual Layer DVD RW, 14.1 inch WXGA, Windows Vista Home Premium $499.99*
· Seagate / Barracuda 7200.10 / 500GB / 7200 / 8MB / Serial ATA-300 / OEM / Hard Drive $99.99*
· Apple 8 GB iPod Touch $299.00*
· HP Pavilion 15.4 inch Laptop w/ HP DeskJet 3845 Printer, HP Nylon Case w/USB Printer Cable, $827
· SHARP LD-23SH1U 23-Inch Widescreen LCD TV $499.99*
read more...
PrecioGasolina.com: Forums
PrecioGasolina.com :: View topic - A Few Bugs in the US Local
View previous topic :: View next topic
Author
Message
sattari Novato Joined: Feb 16, 2006 Posts: 2
Posted: Thu Feb 16, 2006 2:43 am Post subject: A Few Bugs in the US Local
PHP-Nuke: 7.6 -3.1 Patched
NukeAmazon: 2.7.2
local: us
Hi, i enjoy your program alot, thx for sharing it. I am still a newbie, so I might be wrong, but I think I found these bugs in the US local:
When you search for an item in the following catagories, the search is incorrect. I changed the modes in nuke_amazon_catalog in mysql to give the proper results in the following manner:
1) 'Tools & Hardware', 'home improvement', '_AMZTOOLS', 'universa l'
to 'Tools & Hardware', 'home improvement', '_AMZTOOLS', 'tools '
2) 'Home & Garden', 'home', '_AMZHOMEGARDE', 'home-garden '
to 'Home & Garden', 'home', '_AMZHOMEGARDE', 'garden '
Also I found a few missing images, so I inserted these rows in nuke_amazon_catalog:
INSERT INTO nuke_amazon_catalog VALUES ( '23', 'Wireless', 'wireless', '_WIRELESS', 'electronics', 'http://g-images.amazon.com/images/G/01/icons/icon-wireless.gif', 'http://g-images.amazon.com/images/G/01/electronics/no-photo-ce.gif', 'us');
INSERT INTO nuke_amazon_catalog VALUES
( '24', 'Drugstore', 'drugstore', '_DRUGSTORE', 'office-products', 'http://g-images.amazon.com/images/G/01/hpc/icon-hpc.gif', 'http://g-images.amazon.com/images/G/01/icons/product-image-placeholder-icon.gif', 'us');
INSERT INTO nuke_amazon_catalog VALUES ( '25', 'Sports', 'sports', '_SPORTS', 'garden', 'http://ec1.images-amazon.com/images/G/01/icons/sports-icon.gif', 'http://g-images.amazon.com/images/G/01/icons/product-image-placeholder-icon.gif', 'us');
Let me know what you think. Thx.
Back to top
redmars Novato Joined: Mar 19, 2006 Posts: 3
Posted: Sat Mar 18, 2006 9:52 pm Post subject: Re: A Few Bugs in the US Local
Sattari,
I found that I have error in the drop downbox for search after I added the three new catalogs. Not sure what to correct and where.
-RM
Code:
Warning: constant(): Couldn't find constant _WIRELESS in mydoimain.com/includes/NukeAmazon/functions.php on line 1452
Warning: constant(): Couldn't find constant _SPORTS in mydoimain.com/includes/NukeAmazon/functions.php on line 1452
Warning: constant(): Couldn't find constant _DRUGSTORE in mydoimain.com/includes/NukeAmazon/functions.php on line 1452
sattari wrote:
Also I found a few missing images, so I inserted these rows in nuke_amazon_catalog:
INSERT INTO nuke_amazon_catalog VALUES ( '23', 'Wireless', 'wireless', '_WIRELESS', 'electronics', 'http://g-images.amazon.com/images/G/01/icons/icon-wireless.gif', 'http://g-images.amazon.com/images/G/01/electronics/no-photo-ce.gif', 'us');
INSERT INTO nuke_amazon_catalog VALUES
( '24', 'Drugstore', 'drugstore', '_DRUGSTORE', 'office-products', 'http://g-images.amazon.com/images/G/01/hpc/icon-hpc.gif', 'http://g-images.amazon.com/images/G/01/icons/product-image-placeholder-icon.gif', 'us');
INSERT INTO nuke_amazon_catalog VALUES ( '25', 'Sports', 'sports', '_SPORTS', 'garden', 'http://ec1.images-amazon.com/images/G/01/icons/sports-icon.gif', 'http://g-images.amazon.com/images/G/01/icons/product-image-placeholder-icon.gif', 'us');
Back to top
sattari Novato Joined: Feb 16, 2006 Posts: 2
Posted: Sat Mar 18, 2006 9:58 pm Post subject:
Did you remember to define the variables _WIRELESS, _SPORTS, _DRUGSTORE in the amazon language file?
define("_WIRELESS","Wireless");
define("_DRUGSTORE","Drugstore");
define("_SPORTS","Sports");
BTW, I am not sure if what I did was an improvement or not. I was expecting an answer and never got one. Last edited by sattari on Sat Mar 18, 2006 10:07 pm, edited 1 time in total
Back to top
redmars Novato Joined: Mar 19, 2006 Posts: 3
Posted: Sat Mar 18, 2006 10:06 pm Post subject: Re: A Few Bugs in the US Local
Thank you Sattari.
That fixed it...
Now just have to get data, nothing showing up.
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum