Changeset 2405780
- Timestamp:
- 10/24/2020 07:52:40 AM (5 years ago)
- Location:
- wp-amazon-shop
- Files:
-
- 67 added
- 1 deleted
- 5 edited
-
tags/2.1.0 (added)
-
tags/2.1.0/assets (added)
-
tags/2.1.0/assets/css (added)
-
tags/2.1.0/assets/css/admin.css (added)
-
tags/2.1.0/assets/css/admin.less (added)
-
tags/2.1.0/assets/css/frontend.less (added)
-
tags/2.1.0/assets/css/wpas-style.css (added)
-
tags/2.1.0/assets/images (added)
-
tags/2.1.0/assets/images/amazon-splash.png (added)
-
tags/2.1.0/assets/images/drop-shipping-pro.png (added)
-
tags/2.1.0/assets/images/dropshipping-pro.jpg (added)
-
tags/2.1.0/assets/images/dummy_product.png (added)
-
tags/2.1.0/assets/images/icon-top.png (added)
-
tags/2.1.0/assets/images/load-more.gif (added)
-
tags/2.1.0/assets/images/manage-products-pro.jpg (added)
-
tags/2.1.0/assets/images/pre-loader.gif (added)
-
tags/2.1.0/assets/images/product-import-pro.jpg (added)
-
tags/2.1.0/assets/images/wpas-logo.png (added)
-
tags/2.1.0/assets/js (added)
-
tags/2.1.0/assets/js/admin-feedback.js (added)
-
tags/2.1.0/assets/js/admin.js (added)
-
tags/2.1.0/assets/js/admin.min.js (added)
-
tags/2.1.0/assets/js/frontend.js (added)
-
tags/2.1.0/assets/js/frontend.min.js (added)
-
tags/2.1.0/assets/js/settings.js (added)
-
tags/2.1.0/assets/js/settings.min.js (added)
-
tags/2.1.0/includes (added)
-
tags/2.1.0/includes/import (added)
-
tags/2.1.0/includes/import/wp-amazon-shop-ikits.php (added)
-
tags/2.1.0/includes/import/wp-amazon-shop-import.php (added)
-
tags/2.1.0/includes/lib (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2 (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/CHANGELOG.md (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/Debug.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/HtmlDocument.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/HtmlNode.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/LICENSE (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/README.md (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/composer.json (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/constants.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2/simple_html_dom.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-admin-api.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-feedback.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-functions.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-handler.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-info-page.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-install.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-plugin.php (added)
-
tags/2.1.0/includes/wp-amazon-shop-settings.php (added)
-
tags/2.1.0/index.php (added)
-
tags/2.1.0/lang (added)
-
tags/2.1.0/lang/wp-amazon-shop.pot (added)
-
tags/2.1.0/readme.txt (added)
-
tags/2.1.0/uninstall.php (added)
-
tags/2.1.0/wp-amazon-shop.php (added)
-
trunk/includes/import/wp-amazon-shop-ikits.php (modified) (2 diffs)
-
trunk/includes/import/wp-amazon-shop-import.php (modified) (2 diffs)
-
trunk/includes/lib/html (deleted)
-
trunk/includes/lib/simplehtmldom_2_0-RC2 (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/CHANGELOG.md (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/Debug.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/HtmlDocument.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/HtmlNode.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/LICENSE (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/README.md (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/composer.json (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/constants.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2/simple_html_dom.php (added)
-
trunk/includes/wp-amazon-shop-handler.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/wp-amazon-shop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-amazon-shop/trunk/includes/import/wp-amazon-shop-ikits.php
r2182422 r2405780 1 1 <?php 2 2 if (!defined('ABSPATH')) exit; 3 //use html parser 4 use simplehtmldom\HtmlWeb; 5 3 6 if (!class_exists('ACL_WPAS_iKits')) { 4 7 … … 598 601 $products = array(); 599 602 // Create a DOM object 600 $html = new simple_html_dom(); 601 //$html->load_file($search_url); 602 $html->load(urldecode(base64_decode($search_url)));//Search Result 603 $doc = new HtmlWeb(); 604 $html = $doc->load(urldecode(base64_decode($search_url)));//Search Result 603 605 //return $html->plaintext; 604 606 if (gettype($html->find('span[data-component-type=s-result-info-bar]', 0)) != "NULL") { -
wp-amazon-shop/trunk/includes/import/wp-amazon-shop-import.php
r2404692 r2405780 4 4 } 5 5 require_once( 'wp-amazon-shop-ikits.php'); 6 //use html parser 7 use simplehtmldom\HtmlWeb; 6 8 class ACL_Amazon_Product_Import 7 9 { … … 1103 1105 $proudct_url=$basic_url.$asin; 1104 1106 // Create a DOM object 1105 $html = new simple_html_dom(); 1106 $html->load_file($proudct_url); 1107 // Create a DOM object 1108 $doc = new HtmlWeb(); 1109 $html = $doc->load($proudct_url); 1107 1110 1108 1111 if(gettype($html->find('span.price', 0)) != "NULL") { -
wp-amazon-shop/trunk/includes/wp-amazon-shop-handler.php
r2404692 r2405780 3 3 exit; // Exit if accessed directly 4 4 } 5 //use html parser. 6 use simplehtmldom\HtmlWeb; 7 5 8 class ACL_Amazon_Product_Handler 6 9 { … … 142 145 $proudct_url=$basic_url.$asin; 143 146 // Create a DOM object 144 $ html = new simple_html_dom();145 $html ->load_file($proudct_url);147 $doc = new HtmlWeb(); 148 $html = $doc->load($proudct_url); 146 149 if(gettype($html->find('a#titlehref', 0)) != "NULL") { 147 150 $title_raw =$html->find('a#titlehref', 0)->innertext; -
wp-amazon-shop/trunk/readme.txt
r2404692 r2405780 4 4 Tags: amazon, amazon shop,affiliate,amazon affiliate, dropship, amazon dropship,amazon product search, amazon product import,amazon product auto link 5 5 Requires at least: 4.0 6 Tested up to: 5.5 6 Tested up to: 5.5.3 7 7 Stable tag: 2.1.0 8 8 Requires PHP: 5.6.0 … … 22 22 23 23 = Dropshipping & Affiliation with Amazon Free Version = 24 📣 No PA API products Import with [Dropshipping & Affiliation with Amazon Chrome Extension](https://chrome.google.com/webstore/detail/wp-amazon-shop-extension/chlnealbecgihlcianbcpdjjbabhdgnm)25 <hr />26 24 👉Easy & quick installation 27 25 [Live Demo & Documentation](https://www.youtube.com/watch?v=ps1ekUOLNC8) … … 40 38 👉Import Amazon products with Extended information on admin panel 41 39 [Live Demo & Documentation](https://www.youtube.com/watch?v=NDjPUkuJx9c) 42 <hr />43 👉Import products with Extended information from Amazon store using chrome extension44 [Live Demo & Documentation](https://www.youtube.com/watch?v=XEJkNWJ0KlM)45 40 <hr /> 46 41 👉Add to cart redirected to Amazon cart page … … 53 48 = Dropshipping & Affiliation with Amazon Pro Version Features = 54 49 <strong>( Included Free Version Features )</strong> 50 📣 No PA API products Import with [Dropshipping & Affiliation with Amazon Chrome Extension](https://chrome.google.com/webstore/detail/wp-amazon-shop-extension/chlnealbecgihlcianbcpdjjbabhdgnm) 51 <hr /> 55 52 👉Display products by keyword search,ASIN number or url 56 53 & Product details on the display product grid. -
wp-amazon-shop/trunk/wp-amazon-shop.php
r2404692 r2405780 8 8 * Author URI: http://www.amadercode.com/ 9 9 * Requires at least: 4.0 10 * Tested up to: 5.5 10 * Tested up to: 5.5.3 11 11 * Stable tag: 2.1.0 12 12 * Text Domain: wp-amazon-shop … … 40 40 // Load Amazon sdk libraries 41 41 require_once( 'includes/wp-amazon-shop-install.php'); 42 require_once( 'includes/lib/ html/simple_html_dom.php');42 require_once( 'includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php'); 43 43 //Load Plugin Operation class files 44 44 require_once( 'includes/wp-amazon-shop-handler.php');
Note: See TracChangeset
for help on using the changeset viewer.