Quote:
Originally Posted by hoosierglass
WebSiteCM installed this for me a while back, before we added the "view cart" in the top_main.tpl
|
Well, that's the first place I would look... what code are you using for view cart? simply, /cart.php ?
Why not hide all options to skip out on checkout once in the C1 page? You can do this by editing /skin1/modules/Checkout_One/checkout_one_home.tpl
find {include file="head.tpl"}
and comment it out. insert a new file, I called mine, head_checkout.tpl and use an include to put it where you need it.
{include file="head_checkout.tpl"}
In our head_checkout.tpl, we make EVERYTHING go away, except our contact us info and link.
The integration of C1 can be tricky, so changes that take the customer from C1 to ANYWHERE (in my opinion) should be avoided. Once in checkout, get the money and get it done. Opportunities for upselling in the cart are (in my opinion) dangerous... using the "view cart contents" that is integrated with C1 is the best thing - but I personally wouldn't let the customer leave the checkout without really wanting to (such as Amazon).
Of course, these are just my opinions.
