Name

vendlink — provide (if possible) a link to the vendor's site for this model

Synopsis

use Wacs;
scalar vendlink(...); 
 

Parameters

parameterdescription
vendorthe vendor's reference (ie their vsite id)
pagewhich page to get: valid options are directory, modelpage, bio, vidindex, vidpage, imgpage, altpage, or signup .
namethe model's name
keythe model's key for this site
altkeythe model's alternative key for this site
setkeythe setkey if this request needs it (depends on the value of page above
sessionkeythe session key (if required and known).
modelnothe WACS model number for this request (believe me we occasionally need this)
setnothe WACS set number for this request (see above - this too)
dbhandlecurrent handle to the database connection

Summary

The vendlink provides (if possible) a link to a page on the vendor's site for this model or set. Specify the page you require using the page parameter - can link to any one of the many pages the vendor database knows about.

Availability

vendlink is available in only in perl at present. If you need it in PHP, please put in a request for it on the sourceforge tracker.