cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.5-p1 - Unable to update check/money order text

SOLVED

Magento 2.3.5-p1 - Unable to update check/money order text

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.3.5-p1 - Unable to update check/money order text

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!.

 

View solution in original post

5 REPLIES 5

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.
check_moneyorder.png

 

Save configuration, and check with frontend. It should update text on frontend as well.
frontend_moneyorder.png

After this text not updated then please check with database by this query:

SELECT * FROM `core_config_data` WHERE `path` LIKE '%payment/checkmo/title%'

query.png


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!

Problem solved? Click Accept as Solution!

Re: Magento 2.3.5-p1 - Unable to update check/money order text

@Bhanu Periwal -

 

Is this a known bug?

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 ?

Problem solved? Click Accept as Solution!

Re: Magento 2.3.5-p1 - Unable to update check/money order text

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!.

 

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.