Changeset 1972452
- Timestamp:
- 11/11/2018 11:42:15 AM (7 years ago)
- Location:
- 2kb-amazon-affiliates-store/trunk
- Files:
-
- 5 edited
-
KbAmazonImporter.php (modified) (3 diffs)
-
lib/KbAmazonApi.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
template/admin/version.phtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2kb-amazon-affiliates-store/trunk/KbAmazonImporter.php
r1920092 r1972452 37 37 'es' => 'Spain', // ok 38 38 'in' => 'India', // ok 39 'com.au' => 'Australia', 39 40 ); 40 41 … … 50 51 'es' => '€%s', // ok 51 52 'in' => '%s', // ok 53 'com.au' => '%s', 52 54 ); 53 55 … … 271 273 '1350380031' => 'Toys', 272 274 '1350387031' => 'Watches' 273 274 ) 275 ), 276 'com.au' => array( 277 '4852264051' => 'Movies and TV Shows', 278 '4851567051' => 'Health & Beauty', 279 '5130763051' => 'Men`s Clothing & Accessories', 280 '2496751051' => 'Kindle Books', 281 '5547635051' => 'Pantry Food and Drinks', 282 '4851683051' => 'Electronics, Computers & Office', 283 '4851510051' => 'Toys, Kids & Baby', 284 '5130785051' => 'Women`s Shoes', 285 '4851626051' => 'Books', 286 '4851975051' => 'Home', 287 '5130782051' => 'Women`s Clothing', 288 '4852033051' => 'Home Improvement and DIY', 289 '4852559051' => 'Sports, Fitness & Outdoors', 290 '4851453051' => 'Automotive', 291 ), 275 292 ); 276 293 -
2kb-amazon-affiliates-store/trunk/lib/KbAmazonApi.php
r1360010 r1972452 15 15 'optionalParameters' => array() 16 16 ); 17 private $possibleLocations = array('de', 'com', 'co.uk', 'ca', 'fr', 'co.jp', 'it', 'cn', 'es', 'in' );17 private $possibleLocations = array('de', 'com', 'co.uk', 'ca', 'fr', 'co.jp', 'it', 'cn', 'es', 'in', 'com.au'); 18 18 protected $webserviceWsdl = 'http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl'; 19 19 protected $webserviceEndpoint = 'https://webservices.amazon.%%COUNTRY%%/onca/%%PROTOCOL%%?Service=AWSECommerceService'; -
2kb-amazon-affiliates-store/trunk/plugin.php
r1920092 r1972452 4 4 * Plugin URI: http://www.2kblater.com/?p=8318 5 5 * Description: Amazon Affiliate Store Plugin With Variants, Cart, Checkout, Custom Themes, Variants and Versions. Easy to manage and setup. Sell wide range of physical and digital products imported from Amazon Affiliate API using 90 days cookie reference. 6 * Version: 2.1. 36 * Version: 2.1.4 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 20 20 } 21 21 22 define('KbAmazonVersion', '2.1. 3');23 define('KbAmazonVersionNumber', 21 3);22 define('KbAmazonVersion', '2.1.4'); 23 define('KbAmazonVersionNumber', 214); 24 24 define('KbAmazonStoreFolderName', pathinfo(dirname(__FILE__), PATHINFO_FILENAME)); 25 25 define('KbAmazonStorePluginPath', dirname(__FILE__) . '/'); -
2kb-amazon-affiliates-store/trunk/readme.txt
r1920092 r1972452 3 3 Requires at least: 4.0 4 4 Tested up to: 4.8 5 Stable tag: 2.1. 35 Stable tag: 2.1.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 10. /assets/screenshot-10.jpg 47 47 == Changelog == 48 = 2.1.4 = 49 Country update, added Australia 50 thanks to: Deon Hoffmann 48 51 = 2.1.3 = 49 52 Country update -
2kb-amazon-affiliates-store/trunk/template/admin/version.phtml
r1920092 r1972452 1 1 <div class="row" id="kb-amz-version"> 2 2 <div class="col-sm-12"> 3 <h4>2.1.4</h4> 4 <ul style="list-style-type: disc;"> 5 <li> 6 Country update, added Australia<br/> 7 thanks to: Deon Hoffmann 8 </li> 9 </ul> 3 10 <h4>2.1.3</h4> 4 11 <ul style="list-style-type: disc;">
Note: See TracChangeset
for help on using the changeset viewer.