How to remove the "Delivery Information" field from the Confirmation popup on order guide in Kingston?

patricklatella
Mega Sage

Hi all

anyone know how to remove the "Delivery Information" field completely from the Confirmation page on an order guide in Kingston... it looks like this.  I also want to make the "Request for" field read only...or remove altogether if possible.  Thanks!

 

find_real_file.png

1 ACCEPTED SOLUTION

Narendra Kota
Mega Sage

Hi,

The above fields come from the "Catalog Checkout" widget. Clone the widget and comment from line 25 to 27 in HTML Template.

find_real_file.png

Then open the Order Guide widget and in server script line 4 replace sc-checkout with the id of the new widget which you cloned in step 1.

find_real_file.png

Mark my answer as correct or helpful if it helped.

View solution in original post

7 REPLIES 7

Narendra Kota
Mega Sage

Hi,

The above fields come from the "Catalog Checkout" widget. Clone the widget and comment from line 25 to 27 in HTML Template.

find_real_file.png

Then open the Order Guide widget and in server script line 4 replace sc-checkout with the id of the new widget which you cloned in step 1.

find_real_file.png

Mark my answer as correct or helpful if it helped.

Hi Narendra,

thanks for the reply and suggestion.  Is there any way to do this without cloning the widget?  

Or, it would suffice if I can just get the shipping address field on the Confirmation popup to default to blank.  Is this possible without the cloning the widget?

Hi Patrick,

As far as I know, you still need to clone the widget to set the default delivery address to blank