customer_note not saved when notes are shown inline (not popup)
customer_note not saved when notes are shown inline (not popup) was created by keep2000
Posted 1 month 3 days ago #1187
Hi
I found a small issue in VMuikitX cart:
Customer note is filled on checkout but never ends up on the cart/order — we only see this when the field is shown inline (notes_popup = No), not when it’s in the popup.
Cause: the one-page checkout still outputs two textareas with name="customer_note" — inline #extracommentss (default_left.php) and the modal in default_modalpage.php (always rendered). On POST PHP keeps the last value; the empty modal comes later and wipes the note before saveCartFieldsInCart().
Also broken in onepage.js:
Thanks
I found a small issue in VMuikitX cart:
Customer note is filled on checkout but never ends up on the cart/order — we only see this when the field is shown inline (notes_popup = No), not when it’s in the popup.
Cause: the one-page checkout still outputs two textareas with name="customer_note" — inline #extracommentss (default_left.php) and the modal in default_modalpage.php (always rendered). On POST PHP keeps the last value; the empty modal comes later and wipes the note before saveCartFieldsInCart().
Also broken in onepage.js:
- Modal uses id="customer_note_field_1", while validatecomment() / sync look for #customer_note_field
- updatecart(2) passes a number as “element”, then does .val(jQuery(element).val())
- Mirror sync between the two fields before AJAX is unreliable
Thanks
by keep2000
Please Log in or Create an account to join the conversation.
- JProStudio
-
Away
- Admin
-
- Posts: 531
- Thank you received: 80
Replied by JProStudio on topic customer_note not saved when notes are shown inline (not popup)
Posted 1 month 2 days ago #1189
Hi,We are checking this now.Thanks.
For urgent help please create a support ticket extensions.joomlapro.com/support/tickets
by JProStudio
Please Log in or Create an account to join the conversation.
- JProStudio
-
Away
- Admin
-
- Posts: 531
- Thank you received: 80
Replied by JProStudio on topic customer_note not saved when notes are shown inline (not popup)
Posted 3 weeks 3 days ago #1199
Hi,We released a new version of VMuiktix 10.49 today, which fixes this issue.Please download and install the latest version.Thanks.
For urgent help please create a support ticket extensions.joomlapro.com/support/tickets
by JProStudio
Please Log in or Create an account to join the conversation.
Time to create page: 0.321 seconds