How to add tips section in checkout process?
-
How to add tips section in checkout process?
-
Hi @Shambhu
If you want to show just only information, then you can override checkout process's view where you want to show tips ( recommend - review.blade.php) & modify it to show your tips.
You can go through with this link for overriding view - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto
Thanks