Hello, I am trying to use TWP Auctions 3.1 to pull a listing of auctions from a specific e-bay seller. The plug-in is pulling in the results and displaying them properly, but none of the links to the auctions work right. Instead of taking you to the actual auction's page, the links takes you to a url like this “ebay.com/?item=380435034328&lgeo=1&vectorid=229466″ (with the item number corresponding to the product that it SHOULD link to) and you just end up at ebay’s home page. Any idea why?
I never used seller, but I just did a test page with the seller and it took me to the item. I removed the start and end php tag so it won't display here. You have to use a keyword. $epn_campaign_id = "5330000001"; $keyword = "Computing"; // OPTIONAL SETTINGS LEAVE BLANK IF NOT IN USE $customid = ""; $display = "8"; $newwindow = ""; $category = ""; $seller = "grandeagleretail"; $country = "us"; include "twpauctions.php";
Thanks for looking into that weezee. It turned out to be the epn_campaign_id. Apparently leaving that blank or with a non-numerical character will disrupt the plugin from linking to the auction properly.
I almost forgot, is there a way I can control what information displays in the description? Mainly we just want take out the auction's end date as all of the auctions we are showing are buy it now and set to auto renew until canceled by us. Thanks