zkagen Posted February 5, 2014 Share Posted February 5, 2014 Hi, I would like to rearrange some of the appearances in the shopping cart. I found that this code: <div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div> -in the shopping-cart.tpl and it seems that it is this line that outputs the result, that I want to rearrange. Where do I find the code that is called by: <div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div> Please? Link to comment Share on other sites More sharing options...
vekia Posted February 5, 2014 Share Posted February 5, 2014 modules> positions search for shoppingcart modules list yoiu can rearrange modules attached to this hook there Link to comment Share on other sites More sharing options...
zkagen Posted February 5, 2014 Author Share Posted February 5, 2014 Hi vekia, Thanks for the ultra fast reply :-) Okay, here is the deal... In the shopping cart, the cross selling listing is listed before the shipping address and the billing address. I would like to move the cross selling listing to the end of the page, and I can't figure out, how to do that. I have looked at modules> positions but can't figure out, how to move it to a new position within the shopping cart. Any help are highly appreciated. Thanks. Link to comment Share on other sites More sharing options...
zkagen Posted February 5, 2014 Author Share Posted February 5, 2014 Okay, I am able to delete the cross selling module from the shopping cart footer hook, but is there a way to hardcode a call to the cross selling module into shopping-cart.tpl ? Thanks for any help. Link to comment Share on other sites More sharing options...
Recommended Posts