Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple shopping Cart Usage › Change text on 'Add To Cart' button › Reply To: Change text on 'Add To Cart' button
January 12, 2010 at 12:18 am
#17081
Participant
Search for the following line
$replacement .= '<input type="submit" value="'.$addcart.'" />';
and change it to
$replacement .= '<input type="submit" value="'.$price.'" />';
This is in the “wp_shopping_cart.php file”