TXT_WPSC_ADJUSTABLE_QUANTITY
The WP eCommerce TXT WPSC ADJUSTABLE QUANTITY constant.
Value (string)
'Show quantity form in list view'
Usage
if ( defined( 'TXT_WPSC_ADJUSTABLE_QUANTITY' ) ) { // grab the value $value = constant( 'TXT_WPSC_ADJUSTABLE_QUANTITY' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).