- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trying to update original check/money order text (Make Check Payable To, Send Check To). Nothing is updating on frontend. Have cleared everything; Cache, Pub/Static, Var. Have no idea what's causing this.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @aglasser1 ,
Please cross check and confirm you are using the same value ( default one) on the store view level as well. If not please try to check the use default value checkbox at store view level.
Thanks!
Problem solved! Click kudos & Accept as Solution!.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3.5-p1 - Unable to update check/money order text
Hi @aglasser1
Please Go to Admin > Store > Configuration > Sales >Payment Methods
Click on "Check / Money Order" and update your text for payment method.
Save configuration, and check with frontend. It should update text on frontend as well.
After this text not updated then please check with database by this query:
SELECT * FROM `core_config_data` WHERE `path` LIKE '%payment/checkmo/title%'
If your text not updated then update from direct table as well.
It will reflect to frontend as well.
If issue resolve, please click on 'Kudos' & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3.5-p1 - Unable to update check/money order text
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3.5-p1 - Unable to update check/money order text
@aglasser1
Its not a bug, some time configuration changes does not show.
Your issue resolved now ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @aglasser1 ,
Please cross check and confirm you are using the same value ( default one) on the store view level as well. If not please try to check the use default value checkbox at store view level.
Thanks!
Problem solved! Click kudos & Accept as Solution!.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3.5-p1 - Unable to update check/money order text
@Nishu Jindal- I checked and changed scope about 30 minutes ago, and sure enough the original text was there. Omitted, then edited back in default config. Double checked dbase and everything looked good.