Hi,
The "step" view file is not used by the HikaShop new checkout since HikaShop 3.0.0, so that's why you can't follow the instructions there anymore.
To move the "continue shopping" button elsewhere, I would recommend to do it differently:
- Empty the "continue shopping button URL" setting to not have the default continue shopping button displaying on the checkout.
- Add a view "Text" to your checkout workflow where you want to display the button and add such text in it:
<a href="XXX" class="hikabtn hikabtn_checkout_continue" id="hikashop_checkout_shopping_button">Continue shopping</a>
where XXX is to be replaced by the URL you want for the continue shopping button.