Changeset 1120276
- Timestamp:
- 03/25/2015 07:53:57 AM (11 years ago)
- Location:
- 2kb-amazon-affiliates-store/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
store_init_variants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2kb-amazon-affiliates-store/trunk/plugin.php
r1119725 r1120276 4 4 * Plugin URI: http://www.2kblater.com/?p=8318 5 5 * Description: Amazon Affiliate Store Plugin With 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. This plugin is released with GPL2 license. 6 * Version: 2.0.0 BETA 6 * Version: 2.0.0 BETA 1 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 16 16 } 17 17 18 define('KbAmazonVersion', '2.0.0 BETA ');18 define('KbAmazonVersion', '2.0.0 BETA 1'); 19 19 define('KbAmazonVersionNumber', 200); 20 20 define('KbAmazonStoreFolderName', pathinfo(dirname(__FILE__), PATHINFO_FILENAME)); -
2kb-amazon-affiliates-store/trunk/store_init_variants.php
r1119725 r1120276 153 153 continue; 154 154 } 155 $variations['Items'][] = [155 $variations['Items'][] = array( 156 156 'ASIN' => $item['ASIN'] 157 ];157 ); 158 158 159 159 $variantItem = $importer->find($item['ASIN']);
Note: See TracChangeset
for help on using the changeset viewer.