• Resolved chowolo35

    (@chowolo35)


    Hello,

    Problem : the attribute “value” of text checkout fields (and maybe droplist and others kinds of fields) are not updated ! An easy way to check it is to select a delivery address different from the billing address and you will see that the new delivery shipping address is not taken into account.

    I have find a temporary solution until the bug will be corrected :

    $( document ).ready(function() {

    $( ‘.wpfnl-checkout input[type=”text”]’ )
    .keyup(function() {
    $( this ).attr(‘value’,$( this ).val()) ;

    })
    .keyup();

    });

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Rifat Ara Chowdhury

    (@rifat2104)

    Hi @chowolo35 , Could you please explain the steps to recreate the issue a bit further?

    We need to know whether you are editing the checkout fields with WPFunnels in-built checkout field editor or using the Checkoutify addon.

    Since editing the checkout field is not a part of the free plugin, kindly send us a screenshot or a quick screen recording of the issue here and we will assist you promptly.

    Thank you.

    Thread Starter chowolo35

    (@chowolo35)

    I am sorry because I have not enought precised were the error occurs…

    It is when you display the checkout page on frontend, on my case a multiple step (but the bug is maybe also in one step) and it concerns the free version and certainly the pro version (no use Checkoutify addon)

    To reproduce it, follow these steps with the example of the text input shipping_address_1 (but the problem concerns also others text inputs. maybe, dropdown list and others) :

    • Display on the frontend a checkout page with multiple step
    • Activate the check to choose a shipping adress different from billing adress
    • Enter the values for all required fields
    • Display web browser console and, in the HTML code part, search the input name=”shipping_address_1″. As you can see, after had entered the value into the field, there is the attribute value alone without the data (it should be : value=”my adress” if i have put “my adress” inside the text input field)
    • Click on the button “next” to go to the page delivery method chose /payment.
    • Display web browser console and, in the HTML part, search the input name=”shipping_address_1″. As you can see, as on the previous step, the attribute value stay alone without the data (it should be : value=”my adress”). It lead that the shipping adress will be ignored…
    Plugin Support Rifat Ara Chowdhury

    (@rifat2104)

    Hi @chowolo35 , thanks for sharing the steps.

    Kindly allow us some time to investigate this, we will get back to you with an update soon.

    If you need anything further, you can reach us here directly for assistance.

    Plugin Support C S Sultan

    (@cssultan)

    Hi @chowolo35 , how are you?

    We have detected the issue and have started working on a fix. Hopefully, we will be able to release a fix in an upcoming release.

    Thanks.

    Plugin Support C S Sultan

    (@cssultan)

    Hi @chowolo35 , in our last update, we have fixed this.

    Please update the plugin and let us know if it works out well for you.

    Also, if you don’t mind, please do us a favor and help us out with a positive rating.
    It will really help us out.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Values of fields not updated and error when they are modified by extension’ is closed to new replies.