Page 1 of 1

Customize Checkout Process - Step 4: Delivery Method Files..

Posted: Fri Jul 10, 2020 7:52 am
by imager
Looking at doing some customization on a 3.0.2.0 site during the customer checkout process. Would like to do the customization on the Checkout Step 4: Delivery Method page.

Not sure where to find the files that are associated with that portion of the checkout.
Could someone point me in the right direction on the file(s) that I need to customize for the Step 4 Delivery Method area?

Thanks..

Re: Customize Checkout Process - Step 4: Delivery Method Files..

Posted: Fri Jul 10, 2020 3:01 pm
by sw!tch
Referenced OC 3.0.3.3, but paths are the same in 3.0.2.0
Twig
https://github.com/opencart/opencart/bl ... ethod.twig

Controller
https://github.com/opencart/opencart/bl ... method.php

Accordion Headings can be referenced in
https://github.com/opencart/opencart/bl ... ckout.twig

Re: Customize Checkout Process - Step 4: Delivery Method Files..

Posted: Fri Jul 10, 2020 6:41 pm
by paulfeakins
imager wrote:
Fri Jul 10, 2020 7:52 am
Not sure where to find the files that are associated with that portion of the checkout.
Hmm, if you're not sure where to find the files I'm not sure how successful you're going to be customising the checkout and really you should be doing that via OCMOD. You might be better off paying a developer such as ourselves or post a job in the Commercial Support Forum.

Re: Customize Checkout Process - Step 4: Delivery Method Files..

Posted: Sat Jul 11, 2020 2:42 am
by imager
sw!tch - Exactly the details I was looking for, thanks very much.