Forum Replies Created

Viewing 2 replies - 376 through 377 (of 377 total)
  • hyyy mrdinh2008,
    U have to change display-items-functions.php,

    <div class=’wpsc_floatleft’ style=”width:85px;”>
    <label><?php _e( ‘Price’, ‘wpsc’ ); ?>:</label>
    <input type=’text’ class=’text’ size=’10’ name=’meta[_wpsc_price]’ value='<?php echo ( isset($product_data[‘meta’][‘_wpsc_price’]) ) ? number_format( (float)$product_data[‘meta’][‘_wpsc_price’], 2, ‘.’, ” ) : ‘xx.00′; ?>’ />
    </div>

    to

    <div class=’wpsc_floatleft’ style=”width:85px;”>
    <label><?php _e( ‘Price’, ‘wpsc’ ); ?>:</label>
    <input type=’text’ class=’text’ size=’10’ name=’meta[_wpsc_price]’ value='<?php echo ( isset($product_data[‘meta’][‘_wpsc_price’]) ) ? number_format( (float)$product_data[‘meta’][‘_wpsc_price’], 0, ‘.’, ” ) : ‘xx’; ?>’ />
    </div>

    try this u get answer…

    Forum: Plugins
    In reply to: header slidshow

    use plugin for that and define that cone in header…

Viewing 2 replies - 376 through 377 (of 377 total)