Changeset 547970
- Timestamp:
- 05/23/2012 11:24:02 AM (14 years ago)
- Location:
- cs-shop/trunk
- Files:
-
- 5 edited
-
cs-shop.php (modified) (2 diffs)
-
function-view.php (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
-
service-amazon.php (modified) (22 diffs)
-
service-yahoo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cs-shop/trunk/cs-shop.php
r546232 r547970 3 3 Plugin Name: CS Shop 4 4 Plugin URI: http://www.csync.net/category/blog/wp-plugin/cs-shop/ 5 Description: You can easily create a product search page from the affiliate services ofJapan.6 Version: 0.9.95 Description: Easy to create a affiliate products page of affiliate services in Japan. 6 Version: 1.0 7 7 Author: cottonspace 8 8 Author URI: http://www.csync.net/ … … 28 28 * プラグインのバージョン 29 29 */ 30 define('CS_SHOP_VER', ' 0.9.9');30 define('CS_SHOP_VER', '1.0'); 31 31 32 32 /** -
cs-shop/trunk/function-view.php
r538922 r547970 151 151 "+price" => "価格が安い順", 152 152 "-price" => "価格が高い順", 153 " +sales" => "売れている順",153 "-sales" => "売れている順", 154 154 "-reviews" => "レビューが多い順", 155 155 "+reviews" => "レビューが少ない順", -
cs-shop/trunk/readme.txt
r546232 r547970 4 4 Requires at least: 3.0 5 5 Tested up to: 3.0 6 Stable tag: 0.9.96 Stable tag: 1.0 7 7 8 You can easily create a product search page from the affiliate services ofJapan.8 Easy to create a affiliate products page of affiliate services in Japan. 9 9 10 10 == Description == 11 11 12 You can easily create a product search page from the affiliate services ofJapan.12 Easy to create a affiliate products page of affiliate services in Japan. 13 13 14 Simply by writing a short code to just one page, shopping malls will be created on your page.14 Simply by writing a short code, a shopping mall will be created on your site. 15 15 16 Unfortunately, this plugin is only available inJapan.16 This plugin is only support affiliate services of Japan. 17 17 18 [ Readme page in Japanese.](http://www.csync.net/wp-plugin/cs-shop/cs-shop-readme/)18 [Description in Japanese is here.](http://www.csync.net/wp-plugin/cs-shop/cs-shop-readme/) 19 19 20 20 == Installation == … … 26 26 1. Please visit the page that you created. Categories of the affiliate service that you set should be displayed. 27 27 28 This is the most simple configuration steps. Short code to a variety of attributes can be set. Please show 'Shortcode Example' page.28 This is the most simple configuration steps. Short code to a variety of attributes can be set. Please read 'Shortcode Example' section. 29 29 30 30 == Changelog == 31 32 = 1.0 = 33 * Change from "+sales" to "-sales" the value of the sort attribute. 31 34 32 35 = 0.9.9 = … … 36 39 * Add support ValueCommerce. 37 40 38 = 0.9.7.1 =39 * Remove the feature of LinkShare Crossover search and Merchandiser integration.40 41 41 = 0.9.7 = 42 42 * Add support LinkShare. 43 43 * Remove "action" parameter from shortcode attributes. 44 44 45 = 0.9.6.1 =46 * Remove debugging code.47 48 45 = 0.9.6 = 49 46 * Add support Yahoo! Shopping API. 50 51 = 0.9.5.3 =52 * Fixed control of the authority of the admin menu.53 54 = 0.9.5.2 =55 * Add show Review score, and refine some codes.56 57 = 0.9.5.1 =58 * Add display credit of Rakuten service.59 * If there is no product image to view an alternate image.60 47 61 48 = 0.9.5 = … … 80 67 == Upgrade Notice == 81 68 69 = 1.0 = 70 Change the value of the sort attribute. 71 82 72 = 0.9.9 = 83 73 Add "embed" mode. … … 86 76 Support ValueCommerce. 87 77 88 = 0.9.7.1 =89 Remove the feature of LinkShare Crossover search and Merchandiser integration.90 91 78 = 0.9.7 = 92 79 Support LinkShare. 93 80 94 = 0.9.6.1 =95 Re-release version 0.9.6.96 97 81 = 0.9.6 = 98 82 Support Yahoo! Shopping. 99 100 = 0.9.5.3 =101 Admin menu security update.102 103 = 0.9.5.2 =104 Add show Review score.105 106 = 0.9.5.1 =107 If you use the Rakuten, you must version up.108 83 109 84 = 0.9.5 = … … 127 102 == Shortcode Example == 128 103 129 To view the results of a search by specifyingthe keyword 'foo' automatically.104 Show the products which have the keyword 'foo' automatically. 130 105 131 106 `[csshop service="rakuten" keyword="foo"]` … … 139 114 `[csshop service="valuecommerce" keyword="foo"]` 140 115 141 To view the results of a search by specifying thespecified category automatically.116 Show the products of specified category automatically. 142 117 143 118 `[csshop service="rakuten" category="100026"]` -
cs-shop/trunk/service-amazon.php
r538922 r547970 27 27 "+price" => "price", 28 28 "-price" => "-price", 29 " +sales" => "salesrank"29 "-sales" => "salesrank" 30 30 ), 31 31 "search" => array( … … 38 38 "browse" => 2017305051, 39 39 "sort" => array( 40 " +sales" => "salesrank",40 "-sales" => "salesrank", 41 41 "+price" => "price", 42 42 "-price" => "-price", … … 52 52 "browse" => 344919011, 53 53 "sort" => array( 54 " +sales" => "salesrank",54 "-sales" => "salesrank", 55 55 "+price" => "price", 56 56 "-price" => "-price", … … 79 79 "browse" => 465610, 80 80 "sort" => array( 81 " +sales" => "salesrank",81 "-sales" => "salesrank", 82 82 "+price" => "pricerank", 83 83 "-price" => "inverse-pricerank", … … 95 95 "browse" => 562002, 96 96 "sort" => array( 97 " +sales" => "salesrank",97 "-sales" => "salesrank", 98 98 "+price" => "price", 99 99 "-price" => "-price", … … 111 111 "browse" => 3210991, 112 112 "sort" => array( 113 " +sales" => "salesrank",113 "-sales" => "salesrank", 114 114 "+price" => "price", 115 115 "-price" => "-price", … … 128 128 "browse" => 52231011, 129 129 "sort" => array( 130 " +sales" => "salesrank",130 "-sales" => "salesrank", 131 131 "+price" => "pricerank", 132 132 "-price" => "inverse-pricerank", … … 144 144 "browse" => 57240051, 145 145 "sort" => array( 146 " +sales" => "salesrank",146 "-sales" => "salesrank", 147 147 "+price" => "price", 148 148 "-price" => "-price", … … 158 158 "browse" => 161669011, 159 159 "sort" => array( 160 " +sales" => "salesrank",160 "-sales" => "salesrank", 161 161 "+price" => "price", 162 162 "-price" => "-price", … … 173 173 "browse" => 133321861, 174 174 "sort" => array( 175 " +sales" => "salesrank",175 "-sales" => "salesrank", 176 176 "+price" => "price", 177 177 "-price" => "-price", … … 190 190 "browse" => 2016930051, 191 191 "sort" => array( 192 " +sales" => "salesrank",192 "-sales" => "salesrank", 193 193 "+price" => "price", 194 194 "-price" => "-price", … … 204 204 "browse" => 85896051, 205 205 "sort" => array( 206 " +sales" => "salesrank",206 "-sales" => "salesrank", 207 207 "+price" => "price", 208 208 "-price" => "-price", … … 218 218 "browse" => 3839151, 219 219 "sort" => array( 220 " +sales" => "salesrank",220 "-sales" => "salesrank", 221 221 "+price" => "price", 222 222 "-price" => "-price", … … 235 235 "browse" => 562032, 236 236 "sort" => array( 237 " +sales" => "salesrank",237 "-sales" => "salesrank", 238 238 "+price" => "price", 239 239 "-price" => "-price", … … 251 251 "browse" => 2016927051, 252 252 "sort" => array( 253 " +sales" => "salesrank",253 "-sales" => "salesrank", 254 254 "+price" => "price", 255 255 "-price" => "-price", … … 265 265 "browse" => 637630, 266 266 "sort" => array( 267 " +sales" => "salesrank",267 "-sales" => "salesrank", 268 268 "+price" => "price", 269 269 "-price" => "-price", … … 282 282 "browse" => 14315361, 283 283 "sort" => array( 284 " +sales" => "salesrank",284 "-sales" => "salesrank", 285 285 "+price" => "price", 286 286 "-price" => "-price", … … 299 299 "browse" => 13299551, 300 300 "sort" => array( 301 " +sales" => "salesrank",301 "-sales" => "salesrank", 302 302 "+price" => "price", 303 303 "-price" => "-price", … … 316 316 "browse" => 561972, 317 317 "sort" => array( 318 " +sales" => "salesrank",318 "-sales" => "salesrank", 319 319 "+price" => "price", 320 320 "-price" => "-price", … … 332 332 "browse" => 561972, 333 333 "sort" => array( 334 " +sales" => "salesrank",334 "-sales" => "salesrank", 335 335 "+price" => "price", 336 336 "-price" => "-price", … … 348 348 "browse" => 637872, 349 349 "sort" => array( 350 " +sales" => "salesrank",350 "-sales" => "salesrank", 351 351 "+price" => "price", 352 352 "-price" => "-price", … … 365 365 "browse" => 331952011, 366 366 "sort" => array( 367 " +sales" => "salesrank",367 "-sales" => "salesrank", 368 368 "+price" => "price", 369 369 "-price" => "-price", -
cs-shop/trunk/service-yahoo.php
r538922 r547970 23 23 "+price" => "+price", 24 24 "-price" => "-price", 25 " +sales" => "-sold",25 "-sales" => "-sold", 26 26 "-reviews" => "-review_count", 27 27 "+reviews" => "+review_count"
Note: See TracChangeset
for help on using the changeset viewer.