-- HikaShop version -- : 3.5.0
-- Joomla version -- : 3.8.10
I created this little order summary view in the "checkout / show_block_cart.php" view that you can see in the screenshot below:
However, I am trying to figure out a way to display the order summary only (not the full cart) on every page of the checkout. I would assume I could accomplish this by adding it to the "checkout / show.php" file. I tried this and it displays the block, but not the cart information. How would i display the order information on any arbitrary view file?
Or rather, is there a better way of accomplishing this by maybe adding a new view to the checkout process? Any help or advice would be greatly appreciated!