Changeset 2314716
- Timestamp:
- 05/29/2020 07:12:19 PM (6 years ago)
- Location:
- zsquared-connector-for-zoho-inventory
- Files:
-
- 4 edited
-
tags/1.0/include/ZsqConnectorOptions.php (modified) (1 diff)
-
tags/1.0/templates/options.php (modified) (1 diff)
-
trunk/include/ZsqConnectorOptions.php (modified) (1 diff)
-
trunk/templates/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zsquared-connector-for-zoho-inventory/tags/1.0/include/ZsqConnectorOptions.php
r2314696 r2314716 209 209 } 210 210 echo '<input name="zsq_inv_order_prefix" id="zsq_inv_order_prefix" type="text" placeholder="ZC" value="' . $order_prefix . '" />'; 211 echo '<br /><small>Order Numbers will be sent to zoho inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';211 echo '<br /><small>Order Numbers will be sent to Zoho Inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>'; 212 212 register_setting('zsq_inv_fields', 'zsq_inv_order_prefix'); 213 213 } -
zsquared-connector-for-zoho-inventory/tags/1.0/templates/options.php
r2314708 r2314716 64 64 <div class="zspl-sync-settings"> 65 65 <h2>Add/change Inventory Items (Optional)</h2> 66 <p>Use the button below to add/update all products from zoho inventory to woocommerce.</p>66 <p>Use the button below to add/update all products from Zoho Inventory to Woocommerce.</p> 67 67 <p><strong> 68 68 Note: Products will be created if their SKU is not already assigned to an existing Woocommerce Product; -
zsquared-connector-for-zoho-inventory/trunk/include/ZsqConnectorOptions.php
r2314696 r2314716 209 209 } 210 210 echo '<input name="zsq_inv_order_prefix" id="zsq_inv_order_prefix" type="text" placeholder="ZC" value="' . $order_prefix . '" />'; 211 echo '<br /><small>Order Numbers will be sent to zoho inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';211 echo '<br /><small>Order Numbers will be sent to Zoho Inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>'; 212 212 register_setting('zsq_inv_fields', 'zsq_inv_order_prefix'); 213 213 } -
zsquared-connector-for-zoho-inventory/trunk/templates/options.php
r2314708 r2314716 64 64 <div class="zspl-sync-settings"> 65 65 <h2>Add/change Inventory Items (Optional)</h2> 66 <p>Use the button below to add/update all products from zoho inventory to woocommerce.</p>66 <p>Use the button below to add/update all products from Zoho Inventory to Woocommerce.</p> 67 67 <p><strong> 68 68 Note: Products will be created if their SKU is not already assigned to an existing Woocommerce Product;
Note: See TracChangeset
for help on using the changeset viewer.