-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.28
-- Browser(s) name and version -- : All major browsers
-- Error-message(debug-mod must be tuned on) -- : None
Dear Developers, Users and Contributors,
We had the crazy idea to make a quote when a user clicks on the print cart button. So we written the text that needs to come before the cart details and we made a text for after the cart button.
We created 6 modules (before text + after text = 2 x 3 different languages = 6). 3 modules have the position hikaquote_before and 3 have hivequote_after.
We installed Modules Anywhere so we could use the 'modulepos' tag instead of 'loadingpositions' because the latter is not working in the Hikashop Views.
Easy insertable code.
<div>{modulepos hikaquote_before}</div>
<div>{modulepos hikaquote_after}</div>
Now we need to find the right view to edit only the template that is used for printing the cart.
We have seen that it could work when we edited the wrong file

The file in question is Display Views > Checkout > Cart.
But all changes that we made in there where also visible on the checkout page. Duh the view is checkout...
So we used a couple of display nones to hide it here. But that is a rather ugly solution.
So finally the question is there another view that we can edit to make our wish come true.
Thanks to everyone in advance for helping.