Changeset 1440689
- Timestamp:
- 06/21/2016 07:11:06 AM (10 years ago)
- Location:
- boxrunner
- Files:
-
- 4 edited
-
tags/v1.0.0/README.txt (modified) (1 diff)
-
tags/v1.0.0/ichain.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/ichain.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boxrunner/tags/v1.0.0/README.txt
r1440662 r1440689 19 19 == Installation == 20 20 21 #1.Select 'Add new' in the 'Plugins' menu22 #2.Find and install the latest Boxrunner plugin for WooCommerce.23 #3.Activate the plugin.24 #4.Setup the module under 'Settings' / 'BoxRunner'21 *1.Select 'Add new' in the 'Plugins' menu 22 *2.Find and install the latest Boxrunner plugin for WooCommerce. 23 *3.Activate the plugin. 24 *4.Setup the module under 'Settings' / 'BoxRunner' 25 25 26 26 Manual Installation 27 27 28 1.Upload the folder boxrunner manually to the /wp-content/plugins/ directory through FTP.29 2.Activate the plugin through the 'Plugins' menu in WordPress30 3.Setup the module under 'Setting' / 'BoxRunner'28 *1.Upload the folder boxrunner manually to the /wp-content/plugins/ directory through FTP. 29 *2.Activate the plugin through the 'Plugins' menu in WordPress 30 *3.Setup the module under 'Setting' / 'BoxRunner' 31 31 32 32 == Frequently Asked Questions == -
boxrunner/tags/v1.0.0/ichain.php
r1440629 r1440689 750 750 <input type="hidden" name="_wp_http_referer" value=""> 751 751 <?php if ($result->party_id == null) { ?> 752 <h2 style="border-left: 5px solid #F72B2B;padding: 10px;font-size: 17px;font-weight: 600;" class="notice"> You are not connected to BoxRunner</br><span style="font-size: 14px !important;">Please enter correct Boxrunner username and password and click "Connect to BoxRunner" button.</br>If you don`t have a Boxrunner account please sign up. <a> Http://boxrunner.net</a></span></h2>752 <h2 style="border-left: 5px solid #F72B2B;padding: 10px;font-size: 17px;font-weight: 600;" class="notice"> You are not connected to BoxRunner</br><span style="font-size: 14px !important;">Please enter correct Boxrunner username and password and click "Connect to BoxRunner" button.</br>If you don`t have a Boxrunner account please sign up. <a>http://boxrunner.net</a></span></h2> 753 753 <?php } ?> 754 754 <table class="form-table"> -
boxrunner/trunk/README.txt
r1440662 r1440689 19 19 == Installation == 20 20 21 #1.Select 'Add new' in the 'Plugins' menu22 #2.Find and install the latest Boxrunner plugin for WooCommerce.23 #3.Activate the plugin.24 #4.Setup the module under 'Settings' / 'BoxRunner'21 *1.Select 'Add new' in the 'Plugins' menu 22 *2.Find and install the latest Boxrunner plugin for WooCommerce. 23 *3.Activate the plugin. 24 *4.Setup the module under 'Settings' / 'BoxRunner' 25 25 26 26 Manual Installation 27 27 28 1.Upload the folder boxrunner manually to the /wp-content/plugins/ directory through FTP.29 2.Activate the plugin through the 'Plugins' menu in WordPress30 3.Setup the module under 'Setting' / 'BoxRunner'28 *1.Upload the folder boxrunner manually to the /wp-content/plugins/ directory through FTP. 29 *2.Activate the plugin through the 'Plugins' menu in WordPress 30 *3.Setup the module under 'Setting' / 'BoxRunner' 31 31 32 32 == Frequently Asked Questions == -
boxrunner/trunk/ichain.php
r1440629 r1440689 750 750 <input type="hidden" name="_wp_http_referer" value=""> 751 751 <?php if ($result->party_id == null) { ?> 752 <h2 style="border-left: 5px solid #F72B2B;padding: 10px;font-size: 17px;font-weight: 600;" class="notice"> You are not connected to BoxRunner</br><span style="font-size: 14px !important;">Please enter correct Boxrunner username and password and click "Connect to BoxRunner" button.</br>If you don`t have a Boxrunner account please sign up. <a> Http://boxrunner.net</a></span></h2>752 <h2 style="border-left: 5px solid #F72B2B;padding: 10px;font-size: 17px;font-weight: 600;" class="notice"> You are not connected to BoxRunner</br><span style="font-size: 14px !important;">Please enter correct Boxrunner username and password and click "Connect to BoxRunner" button.</br>If you don`t have a Boxrunner account please sign up. <a>http://boxrunner.net</a></span></h2> 753 753 <?php } ?> 754 754 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.