TXT_WPSC_ADDTOCART
The WP eCommerce TXT WPSC ADDTOCART constant.
Value (string)
'Add To Cart'
Usage
if ( defined( 'TXT_WPSC_ADDTOCART' ) ) { // grab the value $value = constant( 'TXT_WPSC_ADDTOCART' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).