Hi Nicolas
(1)
I managed to add 'facebook login connect' (
www.saaraan.com
), and i display it using article and load two modules in it. It works fine. After testing, i noticed that during checkout process when user hasn't logged in yet, my checkout process will show login page where left is login and right is create a new account. So, i tried to add facebook login connect to checkout's process login page.
I believe it is in display-view-chekout-login.php, but i don't know how to add this module to login.php (the syntax to include the module) or whether it is possible. Any idea?
(2)
And the other thing is about the cart, i would like to have mini cart. Mini cart that on clicked will show the items in cart, instead of going to checkout process. I tried to manipulate this by adding new step (first step) as cart. But it will always show message shipping or payment not selected.
Is it possible to have a simple listing of items in cart without going to checkout process?
Thanks