Plugin Directory

Changeset 2068290


Ignore:
Timestamp:
04/13/2019 04:55:47 PM (7 years ago)
Author:
BorisColombier
Message:

Add info on readme

Location:
super-transactional-emails-for-woocommerce
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • super-transactional-emails-for-woocommerce/trunk/assets/js/stewoo_customizer_controls_scripts.js

    r2063115 r2068290  
    1818                return false;
    1919            }
     20            $('.stewoo_send_test_email_message').removeClass('updated').html('');
    2021            $('.stewoo_send_test_email').addClass('loading');
    2122            var data = {
  • super-transactional-emails-for-woocommerce/trunk/inc/class-stewoo-api.php

    r2063115 r2068290  
    178178
    179179        ob_start();
    180         if ( isset( $_GET[ $this->stewoo_trigger ] ) ) {
    181             $show_image = true;
    182         } else {
    183             $show_image = get_option( 'stewoo_display_order_items_images', false );
    184         }
     180        $show_image = get_option( 'stewoo_display_order_items_images', false );
    185181
    186182        $defaults = array(
  • super-transactional-emails-for-woocommerce/trunk/inc/class-stewoo-settings.php

    r2063115 r2068290  
    3030        $wp_customize->add_setting( 'stewoo_display_order_items_images', array(
    3131            'type'      => 'option',
    32             'transport' => 'postMessage',
     32            'transport' => 'refresh',
    3333        ) );
    3434        /**** Settings from WooCommerce ****/
  • super-transactional-emails-for-woocommerce/trunk/readme.txt

    r2063115 r2068290  
    1 === Super Transactional Emails for WooCommerce ===
     1=== STEWoo - Super Transactional Emails for WooCommerce ===
     2
     3Plugin Name: Super Transactional Emails for WooCommerce (STEWoo)
     4Plugin URI: https://stewoo.com/
     5Description: STEWoo allows you to customize and enhance WooCommerce emails.
    26Contributors: BorisColombier, freemius
    3 Tags: woocommerce, email, emails, ecommerce, transactional, marketing
     7Tags: woocommerce, email, ecommerce, transactional, marketing, emails
    48Requires at least: 4.7
    59Tested up to: 4.9.8
    610Requires PHP: 5.6
    711
    8 This plugin allows you to customize your WooCommerce transactional emails with the WordPress Customizer
     12== Description ==
     13
     14> Design your WooCommerce transactional emails with the WordPress Customizer
     15
     16With STEWoo you can preview, modify and test your WooCommerce transactional Emails.
     17
     18By adding your custom CSS code you can create infinity designs
     19
     20== Installation ==
     21
     22Once STEWoo is activated a new menu item 'Super Emails' is available under the WooCommerce menu
     23
     24== Screenshots ==
     25
     261. Access STEWoo via the WooCommerce menu
     272. Use the WordPress Customizer to design your emails
     283. Add your custom CSS code
    929
    1030== Changelog ==
  • super-transactional-emails-for-woocommerce/trunk/super-transactional-email.php

    r2063295 r2068290  
    3737            ),
    3838                'has_affiliation' => 'selected',
    39                 'menu'                => array(
    40                     'slug'           => 'stewoo_options',
    41                     'override_exact' => true,
    42                     'support'        => false,
    43                     'parent'         => array(
    44                         'slug' => 'options-general.php',
    45                     ),
    46                 ),
     39                'menu'            => array(
     40                'slug'           => 'stewoo_options',
     41                'override_exact' => true,
     42                'support'        => false,
     43                'parent'         => array(
     44                'slug' => 'options-general.php',
     45            ),
     46            ),
    4747                'is_live'         => true,
    4848            ) );
Note: See TracChangeset for help on using the changeset viewer.