Plugin Directory

Changeset 2427447


Ignore:
Timestamp:
11/27/2020 06:45:51 PM (5 years ago)
Author:
sinalite
Message:

Woocommerce plugin - Commit 2 - some suggestions from haidan

Location:
sinalite-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sinalite-for-woocommerce/trunk/includes/sinalite-shipping-method.php

    r2426905 r2427447  
    2222
    2323        $this->id = 'sinalite_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';
     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';
    2727        $this->sinaliteApiClient = new Sinalite_Shipping_API(self::VERSION);
    2828
     
    3939                'title' => 'Enabled',
    4040                'type' => 'checkbox',
    41                 'label' => 'Enable Sinalite Shipping Method plugin',
     41                'label' => 'Enable SinaLite Shipping Method plugin',
    4242                'default' => self::DEFAULT_ENABLED,
    4343            ],
  • sinalite-for-woocommerce/trunk/readme.txt

    r2426905 r2427447  
    3535== Screenshots ==
    3636
    37 1. Choose from over 67 types of apparel.
    38 2. Create designs with our built-in tools and free images.
    39 3. Preview your designs in our mockup generator.
    40 4. Add and customize your product listings.
    41 5. Easily edit your product listings.
    42 6. Sinalite shipping.
     371. Sell over 67 types of apparel.
     382. Create designs in our easy-to-use interface.
     393. Generate images with our mockup generator.
     404. Add products to your store.
     415. Edit product information.
     426. Enable live rates to match our shipping fees.
    4343
    4444== Frequently Asked Questions ==
  • sinalite-for-woocommerce/trunk/sinalite.php

    r2426905 r2427447  
    55 * Description: Calculate shipping rates for products managed by Sinalite.
    66 * Version: 1.0
    7  * Author: Sinalite
     7 * Author: SinaLite
    88 * Author URI: https://www.sinalite.com/print-on-demand
    99 */
Note: See TracChangeset for help on using the changeset viewer.