Plugin Directory

Changeset 701503


Ignore:
Timestamp:
04/22/2013 11:34:59 AM (13 years ago)
Author:
viriava
Message:

readme update

Location:
shopp-variants-sku
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shopp-variants-sku/tags/1.0.2/readme.txt

    r698744 r701503  
    55Requires at least: 3.0.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121== Changelog ==
    2222
     23= 1.0.3 =
     24
     25* Improve CSS and add echo/return
     26
    2327= 1.0.2 =
    2428
     
    3539== Upgrade Notice ==
    3640
     41= 1.0.3 =
     42
     43* Not important to upgrate to that version from 1.0.2
     44
    3745= 1.0.2 =
    3846
    39 * Important to upgrate to that version from 1.0.1 or later
     47* Important to upgrate to that version from 1.0.1
    4048
    4149= 1.0.1 =
     
    52602. Activate the plugin through the 'Plugins' menu in WordPress
    53613. Add this code in the product loop where you want to see SKU:
    54 <?php if(function_exists('am_shopp_variants_sku')) am_shopp_variants_sku(); ?>
     62<?php if(function_exists('am_shopp_variants_sku')) am_shopp_variants_sku(true); ?>
     63use true to echo the sku;
     64use false to return the sku: <?php if(function_exists('am_shopp_variants_sku')) $sku = am_shopp_variants_sku(false); ?>
    5565
    56 == Frequently Asked Questions ==
     66== Frequently Asked Questions == 
    5767
    5868= Can feature x be added? =
  • shopp-variants-sku/trunk/readme.txt

    r701026 r701503  
    61613. Add this code in the product loop where you want to see SKU:
    6262<?php if(function_exists('am_shopp_variants_sku')) am_shopp_variants_sku(true); ?>
    63 
    64 use true - to echo the result
    65 use false - to return the result <?php if(function_exists('am_shopp_variants_sku')) $sku = am_shopp_variants_sku(false); ?>
     63use true to echo the sku;
     64use false to return the sku: <?php if(function_exists('am_shopp_variants_sku')) $sku = am_shopp_variants_sku(false); ?>
    6665
    6766== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.