fix confirm
Re: S04e08 - Canned order comments
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: S04e08 - Canned order comments
Hi dear @ecartzecartz wrote: ↑Sat May 28, 2022 1:27 pmI updated the zip.radhavallabh wrote: ↑Sat May 28, 2022 8:47 am Hi dear @ecartz please can you help fix this issue....
Thank you for the update
The problem has resolved in inserting a new comment.
But The problem still persists when we try to edit a comment it does not save the edited comment in other languages dear.
Awaiting your reply;
Thank you in advance;
Warm Regds./
radhavallabh
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: S04e08 - Canned order comments
As near as I can tell, it does not and never has had the ability to add a translation to a canned comment after the initial translation. So if you have three languages, add a canned comment, and then add a fourth language, it will never be able to add a canned comment in that fourth language. You'd have to delete the canned comment and make a new one.radhavallabh wrote: ↑Sun May 29, 2022 5:51 am But The problem still persists when we try to edit a comment it does not save the edited comment in other languages dear.
In this case, where it was simply broken, I think that the translations might exist in the database table. You could try going into phpMyAdmin and changing the order_comments_id on the translations to match the order_comments_id on the English version. Of course, it might be simpler just to truncate the table and start over.
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: S04e08 - Canned order comments
Understood dearecartz wrote: ↑Sun May 29, 2022 7:05 amAs near as I can tell, it does not and never has had the ability to add a translation to a canned comment after the initial translation. So if you have three languages, add a canned comment, and then add a fourth language, it will never be able to add a canned comment in that fourth language. You'd have to delete the canned comment and make a new one.radhavallabh wrote: ↑Sun May 29, 2022 5:51 am But The problem still persists when we try to edit a comment it does not save the edited comment in other languages dear.
In this case, where it was simply broken, I think that the translations might exist in the database table. You could try going into phpMyAdmin and changing the order_comments_id on the translations to match the order_comments_id on the English version. Of course, it might be simpler just to truncate the table and start over.
Shall reinsert them again!!
Thank you for the valuable reply;
Very Warm Regds./
radhavallabh
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: S04e08 - Canned order comments
Hi dear;
When on a Order I use a canned comment to update the status of the order;
The comment appears as below with html tags under order comments after i post it. Please can you help fix the issue;
Regds./
radhavallabh
When on a Order I use a canned comment to update the status of the order;
The comment appears as below with html tags under order comments after i post it. Please can you help fix the issue;
Regds./
radhavallabh
You do not have the required permissions to view the files attached to this post.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: S04e08 - Canned order comments
Do you have a HTML editor installed? Is such a thing interfering ?
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: S04e08 - Canned order comments
Yes dear I have Tinymce installed on canned_comments.php To make the message look more neat and appealing.
I think due to this the text is appended to the comment box with tags.
Please can you help me fix the error dear;
Thank you in advance;
Very Warm Regds./
radhavallabh
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: S04e08 - Canned order comments
Turn off the HTML editor?
If that is not the answer you seek, ask for help from who-ever made it and then if they cannot or do not want to help you, get a Certified Developer to help.
If that is not the answer you seek, ask for help from who-ever made it and then if they cannot or do not want to help you, get a Certified Developer to help.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
14Steve14
- Senior Contributor
- Posts: 922
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: S04e08 - Canned order comments
Where do I change the height of the box where the canned comment actually shows when updating an order. When I inspect in browser I can see that the box is 60 cols and 5 rows, but how do I make 6 rows. I cant see anything in the files.
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: S04e08 - Canned order comments
https://github.com/CE-PhoenixCart/Phoen ... t.php#L140
Note that that is in core, not in canned comments. Canned comments just allows you to make a normal order comment from canned text.