There are a few other optional parameters you can pass to the search engine script to customize its functionality and appearance.
dffget_bar
By adding
dffget_bar=h to the querystring, you can disable the search bar. Example:
<?php include('http://www.datafeedfile.com/dffphp_script_search_index.php?
dffget_affid=1001&dffget_bar=h&'.$_SERVER['QUERY_STRING']); ?>
dffget_ml
By adding
dffget_ml=h to the querystring, you can hide the merchant logo. Example:
<?php include('http://www.datafeedfile.com/dffphp_script_search_index.php?
dffget_affid=1001&dffget_ml=h&'.$_SERVER['QUERY_STRING']); ?>
dffget_nw
By adding
dffget_nw=1 to the querystring, you can display products in a new window. Example:
<?php include('http://www.datafeedfile.com/dffphp_script_search_index.php?
dffget_affid=1001&dffget_nw=1&'.$_SERVER['QUERY_STRING']); ?>
dffget_style
By adding
dffget_style=<template id> to the querystring, you can alter the search engine's appearance with
either a standard or a customized template. You can create and edit style templates using the
template editor.
You can also find the
template id numbers of standard templates there to use with this option.
Example:
<?php include('http://www.datafeedfile.com/dffphp_script_search_index.php?
dffget_affid=1001&dffget_style=2&'.$_SERVER['QUERY_STRING']); ?>
All the optional parameters can be passed to the script in addition to those described in the previous section.
User Comments
No comments found for this page.
Add Comment
Please use this form to add your own comments regarding your experience with particular features of DataFeedFile, clarifications of the documentation,
or hints for other users. Please note, this is
not a support forum, and your IP address will be logged.