Ecommerce customization - Customer and Shipping Address info

Cristhian Caldas asked on December 10, 2015 18:04

Hi

I was trying to find a way to insert the infomation of the Customer and the shipping Address from a third party on the checkout page. Is it exist a way to extend the checkout functionality to insert this info without involving the modification of the CMS web parts.

Thanks

Recent Answers


Bryan Soltis answered on December 11, 2015 17:42

Hi Cristhian,

You most likely will need to make a custom web part to do this. You can wrap all of your 3rd party code int he control and then insert on the page of the checkout process that you need it to occur. I would guess this would be before the user is prompted for the address )you may be able to eliminate this completely). You will need to be sure to use the correct E commerce APIs to enter the data and set it for the record. If you put all of your custom code in your webpart, you should not have to modify the CMS Web Parts.

Check out the Dancing Goat sample site (availalbe during installing) where you can see a checkout process demo. From there, you should be able to decide where you need to add your custom functionality.

https://docs.kentico.com/display/K9/Checkout+process

https://docs.kentico.com/display/K9/Configuring+steps+of+the+checkout+process

https://docs.kentico.com/display/K9/Reference+-+Checkout+process+web+parts

  • Bryan
0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.