Merchant Product Page Title
You can generate page title for a specific merchant product by passing the merchant product page title script the merchant number and the merchant SKU number:
<?php include('http://www.datafeedfile.com/dffphptitle_mernumsku.php?
mernum=2006&mersku=1007795&'.$_SERVER['QUERY_STRING']); ?>
The
mernum=2006 and
mersku=1007795 tells the script that the merchant product belongs to merchant
2006 and has a merchant product SKU of
1007795. All you need to do is to replace the
2006 with the merchant number and the
1007795 with the merchant product SKU you want. You can find the merchant number/merchant product SKU pair you want by using the
product finder (the MERNUM is in
red, followed by the MERSKU in
black).
There are no comments on this page. [Add comment]