News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Remove shipping and payment in the checkout before login

Started by robertcorsescott, January 29, 2012, 07:01:40 AM

Previous topic - Next topic

robertcorsescott

Hello how do I remove the shipping and payment option from the checkout?, Nothing appears here until after login so I cant see why it is needed. Please Help

[attachment cleanup by admin]

terp

You ever figure it out? I just hacked it out on my test setup, but wondering if there is a proper way to hide that....no sense in them selecting a shipping method when there is only one.  I'm confused.

PRO

In the cart view, you can wrap any piece of code with this, and it will not show up, UNTIL the billing address is filled in.
"BT" is the billing address.




if (!empty($this->cart->BT)){

       }