I am customizing hikashop pretty drastically (step based webshop). I currently have a complete custom view where I want to call the notice.php file in such a way that for 1 view it contains certain buttons and for another view another set of buttons. Kind of vague, i know. But let me try to explain it:
I have 1 product (productA) which requires the proceed to checkout button to actually be a button which redirects to another product (productB) (obviously i will change the text of "proceed to checkout" to something else). Then when the user adds productB to the cart, I want the regular pop up to appear where the proceed to checkout button acts normally. My idea was to have notice.php to be the regular one when productB is added to the cart, and notice_custom.php to be the notice for productA. But how do I get this to work? I can't figure out where the file is called.
Also one other thing that I am struggling with: how do i get the entire cart object. It is not in
. I basically want to display the whatever is inside the cart. Could I perhaps load the cart module?
Thanks for your time in advance