', array_keys($elements), $subtab_opt , '
Yes All variations
all
' . WooZone_productinpost_extra_css() . '
After you generate a keyset, you go to "User Tokens" in the "App ID (Client ID)" -> User Tokens (eBay Sign-in) tab -> Get a Token from eBay via Your Application.
Here you have to setup a "Display Title" and a "Auth accepted URL" (copy from bellow) then select "OAuth" and click "Test Sign-In".Example of RuName provided from eBay: AATeam-AATeamaba-d18e--rsdnefy
If the notification endpoint is not setup, eBay will disable your Key Set.
This ensures that eBay products on your shop will be removed if their eBay Account is deleted or closed. More information about this can be read here.
' ), 'ebay_auth' => array( 'type' => 'buttons', 'options' => array( 'auth_ebay' => array( 'width' => '162px', 'type' => 'button', 'value' => 'Authorize eBay API', 'color' => 'blue', 'action' => 'WooZoneAuthorizeEbayAPI' ) ) ), 'ebay_AffiliateId' => array( 'type' => 'html', 'std' => '', 'size' => 'large', 'title' => 'Affiliate campid Information', 'html' => WooZoneAffIDsHTML___ebay( '__tab1', '__subtab_ebay' ) ), 'ebay_main_aff_id' => array( 'type' => 'select', 'std' => 'EBAY-US', 'force_width' => '300', 'size' => 'large', 'title' => 'Main Affiliate ID', 'desc' => 'This Affiliate id will be use in API request and if user are not from any of available ebay country.', 'options' => WooZone_ebay_countries__( '__tab1', '__subtab_ebay' ), ), 'ebay_buttons' => array( 'type' => 'buttons', 'options' => array( 'check_amz' => array( 'width' => '162px', 'type' => 'button', 'value' => 'Check Ebay AWS Keys', 'color' => 'blue', 'action' => 'WooZoneCheckKeysEbay' ) ) ), 'ebay_help_available_countries' => array( 'type' => 'message', 'status' => 'info', 'html' => ' Available countries: '.WooZone_ebay_countries__( '__tab1', '__subtab_ebay', 'string' ).' ' ), 'ebay_requests_rate' => array( 'type' => 'select', 'std' => '1', 'force_width' => '200', 'size' => 'large', 'title' => 'Ebay requests rate', 'desc' => 'The number of ebay requests per second.', 'options' => array( '0.10' => '1 req per 10sec', '0.20' => '1 req per 5sec', '0.25' => '1 req per 4sec', '0.5' => '1 req per 2sec', '1' => '1 req per sec', '2' => '2 req per sec', '3' => '3 req per sec', '5' => '5 req per sec', '10' => '10 req per sec', ) ), 'ebay_product_desc_type' => array( 'type' => 'select', 'std' => 'text', 'size' => 'large', 'force_width' => '200', 'title' => 'Product description type', 'desc' => 'How to import product description: as html or as simple text.', 'options' => array( 'text' => 'Simple Text', 'html' => 'HTML' ) ), 'show_api_requests' => array( 'type' => 'select', 'std' => 'yes', 'size' => 'large', 'force_width' => '100', 'title' => 'Show number of Ebay API requests notice', 'desc' => 'Show number of Ebay API requests notice on the wordpress admin panel.', 'options' => array( 'yes' => 'YES', 'no' => 'NO' ) ), ) // end elements ); $__ = WooZone_get_providers_subtabs__( $__ ); //var_dump('
', $__ , '