• Hi,

    First Thanks for creating this plugin!!

    I find a error in this plugin.
    ex:
    While customer saved four shipping addresses like add1,add2,add3,add4… in his account,After that he add a product to checkout page and selected in shipping addresses (predefined addresses) option “add2” and in that address feild he changed one feild like gender “male to female” and done order success.

    Now in his addresses “add2” need to change “male to female”,But it not happening.Why it not happend,How to find solution for this.

    Please figure out me from this issue!!urgent.

    Advance Thanks,
    Srihari.

Viewing 1 replies (of 1 total)
  • Hello,
    This problem are the “public.js” open this and add your custom field at line 25 and 49 !
    Ex :
    If you have add custome field “shipping_genre”

    add after line 25 => $(‘#shipping_genre’).val(response.shipping_genre);
    add after line 49 => $(‘#billing_genre’).val(response.shipping_genre);

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘In Checkout page editing feild not storing in backend addresses’ is closed to new replies.