Buy me a coffee

Rename Add to Cart Button

One Product 

#1. Hover on the product that you want to rename, click on the () icon and choose Edit 

Rename Add To Cart Button 01 Min

#2. On the left of the screen, you choose Checkout and then choose Custom Button

Rename Add To Cart Button 02 Min

#3. Next, you enable Custom Label and set a new name at Label

Rename Add To Cart Button 06 Min

Result:

Rename Add To Cart Button 07 Min

 

All Products

You add this code to the Custom CSS box

/* rename add to cart - all products */
.sqs-add-to-cart-button-inner {
    font-size: 0;
}
.sqs-add-to-cart-button-inner:before {
    content: "new text";
    font-size: 20px;
}

Rename Add To Cart Button 04 Min

Result:

Rename Add To Cart Button 05 Min