芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/woozone/modules/amazon/options-func-ebay.php
cfg['paths']["plugin_dir_url"] . 'modules/amazon/images/flags/'; //$config = @unserialize(get_option($WooZone->alias . '_amazon')); $config = $WooZone->settings(); $theHelper = $WooZone->get_ws_object( 'ebay', 'helper' ); //:: disabled on 2018-aug ////$list = is_object($WooZone->get_ws_object( 'ebay' )) ? $WooZone->get_ws_object( 'ebay' )->get_countries() : array(); //$config = $WooZone->build_amz_settings(array( // 'ebay_DEVID' => 'zzz', // 'ebay_AppID' => 'zzz', // 'ebay_CertID' => 'zzz', // 'ebay_country' => 'EBAY-US', //)); //require_once( $WooZone->cfg['paths']['plugin_dir_path'] . 'aa-framework/ebay.helper.class.php' ); //if ( class_exists('WooZoneEbayHelper') ) { // //$theHelper = WooZoneEbayHelper::getInstance( $WooZone ); // $theHelper = new WooZoneEbayHelper( $WooZone ); //} $list = is_object($theHelper) ? $theHelper->get_countries() : array(); ob_start(); ?>
Your Affiliate campids
You get this ID by signing up for Ebay Associates.
$country_name) { ?>
*/ ?>
" name="ebay_AffiliateID[]" id="ebay_AffiliateID[]" placeholder="ENTER YOUR AFFILIATE ID FOR ">
Some hints and information:'; //$html[] = '- The link will use IP-based Geolocation to geographically target your visitor to the Ebay store of his/her country (according to their current location).
'; //$html[] = '- You don\'t have to specify all affiliate IDs if you are not registered to all programs.
'; //$html[] = '- The ASIN is unfortunately not always globally unique. That\'s why you sometimes need to specify several ASINs for different shops.
'; //$html[] = '- If you have an English website, it makes most sense to sign up for the US, UK and Canadian programs.
'; $html[] = '- The ID of the campaign you specify, each campaign has its own ID. (i.e. 1234), You can find it on your partner account :
eBay Partner Network
'; $html[] = '
'; $html[] = '
'; return implode("\n", $html); } function WooZone_ebay_countries__( $istab = '', $is_subtab='', $what='array' ) { global $WooZone; $html = array(); $img_base_url = $WooZone->cfg['paths']["plugin_dir_url"] . 'modules/amazon/images/flags/'; //$config = @unserialize(get_option($WooZone->alias . '_amazon')); $config = $WooZone->settings(); $theHelper = $WooZone->get_ws_object( 'ebay', 'helper' ); //:: disabled on 2018-aug ////$list = is_object($WooZone->get_ws_object( 'ebay' )) ? $WooZone->get_ws_object( 'ebay' )->get_countries() : array(); //$config = $WooZone->build_amz_settings(array( // 'ebay_DEVID' => 'zzz', // 'ebay_AppID' => 'zzz', // 'ebay_CertID' => 'zzz', // 'ebay_country' => 'EBAY-US', //)); //require_once( $WooZone->cfg['paths']['plugin_dir_path'] . 'aa-framework/ebay.helper.class.php' ); //if ( class_exists('WooZoneEbayHelper') ) { // //$theHelper = WooZoneEbayHelper::getInstance( $WooZone ); // $theHelper = new WooZoneEbayHelper( $WooZone ); //} $list = is_object($theHelper) ? $theHelper->get_countries() : array(); if ( 'array' == $what ) { return $list; } return implode(', ', array_values($list)); }