Extension list

Skip to main content

List of all our extensions

Create an account

customer_note not saved when notes are shown inline (not popup)

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:
  • 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
updatecartaddress.php only writes customer_note into $cart->BT when non-empty and never keeps it in $cart->cartfields explicitly.

Thanks

Please Log in or Create an account to join the conversation.

Hi,We are checking this now.Thanks.

For urgent help please create a support ticket extensions.joomlapro.com/support/tickets

Please Log in or Create an account to join the conversation.

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

Please Log in or Create an account to join the conversation.

Time to create page: 0.321 seconds
Powered by Kunena Forum