Changeset 2427447
- Timestamp:
- 11/27/2020 06:45:51 PM (5 years ago)
- Location:
- sinalite-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/sinalite-shipping-method.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
sinalite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sinalite-for-woocommerce/trunk/includes/sinalite-shipping-method.php
r2426905 r2427447 22 22 23 23 $this->id = 'sinalite_shipping'; 24 $this->method_title = 'Sina lite Shipping';25 $this->method_description = 'Calculate live shipping rates based on actual Sina lite shipping costs.';26 $this->title = 'Sina lite Shipping';24 $this->method_title = 'SinaLite Shipping'; 25 $this->method_description = 'Calculate live shipping rates based on actual SinaLite shipping costs.'; 26 $this->title = 'SinaLite Shipping'; 27 27 $this->sinaliteApiClient = new Sinalite_Shipping_API(self::VERSION); 28 28 … … 39 39 'title' => 'Enabled', 40 40 'type' => 'checkbox', 41 'label' => 'Enable Sina lite Shipping Method plugin',41 'label' => 'Enable SinaLite Shipping Method plugin', 42 42 'default' => self::DEFAULT_ENABLED, 43 43 ], -
sinalite-for-woocommerce/trunk/readme.txt
r2426905 r2427447 35 35 == Screenshots == 36 36 37 1. Choose fromover 67 types of apparel.38 2. Create designs with our built-in tools and free images.39 3. Preview your designs inour mockup generator.40 4. Add and customize your product listings.41 5. E asily edit your product listings.42 6. Sinalite shipping.37 1. Sell over 67 types of apparel. 38 2. Create designs in our easy-to-use interface. 39 3. Generate images with our mockup generator. 40 4. Add products to your store. 41 5. Edit product information. 42 6. Enable live rates to match our shipping fees. 43 43 44 44 == Frequently Asked Questions == -
sinalite-for-woocommerce/trunk/sinalite.php
r2426905 r2427447 5 5 * Description: Calculate shipping rates for products managed by Sinalite. 6 6 * Version: 1.0 7 * Author: Sina lite7 * Author: SinaLite 8 8 * Author URI: https://www.sinalite.com/print-on-demand 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.