Page 1 of 1

How to control SectionDTO in the process of CheckOut

Posted: Thu Jul 02, 2015 9:41 am
by BLVR
I am trying to validate the address when the user entering the shipping address and I can't control the payment method form to be invisible till he enters the correct address, any ideas and thanks in advance...

Re: How to control SectionDTO in the process of CheckOut

Posted: Mon Jul 06, 2015 2:52 pm
by BLVR
// Removing shipping address from shippableFulfillmentGroup will keep us in the current status..
shippableFulfillmentGroup.setAddress(null);

Hope fully this help some one in need.