Changeset 3058328
- Timestamp:
- 03/25/2024 01:13:47 PM (2 years ago)
- Location:
- shop-2-api/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (1 diff)
-
shop-2-api.php (modified) (2 diffs)
-
templates/dashboard.php (modified) (1 diff)
-
translation/shop2api_dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shop-2-api/trunk/readme.txt
r3055588 r3058328 81 81 = 1.0.31 = 82 82 1) Added Sync Dropdown and Sync products Button. 83 2) Some user management improvements 83 84 84 85 == Instructions == -
shop-2-api/trunk/shop-2-api.php
r3055588 r3058328 5 5 Plugin URI: https://wordpress.org/plugins/shop-2-api/ 6 6 Description: The plugin Shop2Api will sync products between e-Commerce platforms. The current supported e-Commerce platforms are WooCommerce to Bol.com, and we are working on Amazon, Shopify and others. We added a koopblok service so that you can check if you lower your price can you get koopblok. 7 Version: 1.0.31. 07 Version: 1.0.31.1 8 8 Requires at least: 5.0 9 9 Requires PHP: 7.2 … … 34 34 define('SHOP2API_PLUGIN_URL', plugin_dir_url( __FILE__ )); 35 35 define('SHOP2API_PLUGIN', plugin_basename( __FILE__ )); 36 define ('VERSION', '1.0.31. 0');36 define ('VERSION', '1.0.31.1'); 37 37 38 38 // Register items in the project. -
shop-2-api/trunk/templates/dashboard.php
r3055588 r3058328 23 23 </table> 24 24 </form> 25 <div><b>* <?php echo $register_free_account_2; ?>: <?php echo(get_site_url()) ?></b></div> 26 <div><b>** <?php echo $register_free_account_1; ?></b></div> 25 <div><b>- <?php echo $register_free_account_2; ?>: <?php echo(get_site_url()) ?></b></div> 26 <div><b>- <?php echo $register_free_account_1; ?></b></div> 27 <div><b>- <?php echo $register_free_account_3; ?></b></div> 28 <div><b>- <?php echo $register_free_account_4; ?></b></div> 27 29 </div> 28 30 -
shop-2-api/trunk/translation/shop2api_dashboard.php
r3055588 r3058328 6 6 $no_token = wp_kses(__("If you have not bought a token yet, you can go to the shop and buy one."), $allowed_html); 7 7 $use_free = wp_kses(__("Use Free Account"), $allowed_html); 8 $once_connected_link = wp_kses(__("Once connected the token will be linked to the url:"), $allowed_html);9 8 $register_free_account = wp_kses(__("Register for the free shop2api version."), $allowed_html); 10 $register_free_account_1 = wp_kses(__("Tr ail Account is for 6 Months."), $allowed_html);9 $register_free_account_1 = wp_kses(__("Trial Account is for 6 Months."), $allowed_html); 11 10 $register_free_account_2 = wp_kses(__("Once connected the token will be linked to the url"), $allowed_html); 11 $register_free_account_3 = wp_kses(__("Please use a different e-mail for each shop."), $allowed_html); 12 $register_free_account_4 = wp_kses(__("If your trial expired click <a href='https://shop2api.com/products/checkout?add-to-cart=18' target='_blank'>here</a>"), $allowed_html); 12 13 $bol_connection_info_hdr = wp_kses(__("Bol Connection Information"), $allowed_html); 13 14 $bol_connection_info = wp_kses(__("You can find how to get/create your Bol Api information"), $allowed_html);
Note: See TracChangeset
for help on using the changeset viewer.