vtex-apps / product-summary

VTEX Product Summary app
11 stars 52 forks source link

Does not change product-summary-buy-button -> buyButtonText #332

Open matheusfols opened 3 years ago

matheusfols commented 3 years ago

Describe the bug I inform the text that must be replaced and does not work, for the product-summary-buy-button component

To Reproduce Steps to reproduce the behavior:

  1. Put the desired text on the buyButtonText
  2. Run the vtex link
  3. Does not change the text on the front

Expected behavior The new button text should appear

horberlan commented 2 years ago
"add-to-cart-button#2": {
    "props": {
      "isOneClickBuy": false,
      "text": "see product",
      "blockClass": "buy-button",
      "onClickBehavior": "go-to-product-page"

    }
  },