Hi David,
1. The only way the payment screen (Step 2) would be bypassed is if you have a hosted gateway configured and you will need to first be directed to the gateway to enter the payment info. Are you using PayPal Standard? Please see the following link which explains the differences between a hosted and a direct gateway -
http://www.smith-consulting.com/Forum...
2. If you are using PayPal Website Payments Standard as your Primary Gateway, when checking out the cart skips step 2 of the checkout so the Payment Methods available will be controlled via PayPal. That being said, I don't think PayPal Standard supports the ability to checkout using Internet Banking. If you need an Internet Banking payment method, I recommend upgrading your PayPal account so you can use PayPal Website Payments Pro as your gateway so your customers will enter their payment info on your site instead of being redirected to paypal.
3. To set up IPN, take the folowing steps:
- Go to your store Admin Menu and click on Payment Setup
- Go to Payment Gateways and choose PayPal Standard
- Enter your PayPal Merchant ID and copy the Notification URL from the textbox.
- Next log in to PayPal and navigate to Instant Payment Notification (IPN) Settings.
- Paste the Notification URL that you copied from the Payment Gateway Settings page into the textbox.
- Set IPN Messages to Enabled and then click Save.
Your store is now set up to receive IPN messages from PayPal. When an IPN has been processed the order details will be saved.
4. Sounds like you have existing Page Templates saved from a previous version. To fix this issue take the following steps:
- From the store admin menu, click on the page template button to go into the page template editor and delete all your page templates.
- In file explorer, navigate to your \portals\[portalid]\smithcart\tenplates folder
- Delete all the files in the \portals\[portalid]\smithcart\templates folder
- Reset iis and restart the application from the dnn host menu
- Check for the error
5. I'm not following you on this, which page are you navigating to and from? Please also provide screenshots if you can.
Hope this helps!