Im having an issue where im unable to change the position of this to work before payment via paypal using this delivery date plugin for magento.
http://www.magentocommerce.com/magento-connect/order-delivery-time-slot.html
From
- Billing Information
- Shipping Information
- Shipping Method
- Payment Information
- Select Delivery Time (This plugin always comes after payment information)
- Order Review
To
- Billing Information
- Shipping Information
- Shipping Method
- Select Delivery Time (This plugin always comes after payment information)
- Payment Information
- Order Review
I have found online tutorials on changing the steps which successfully works. But in this case, after changing the position and going to the files to alter the code.
$result['goto_section'] = 'deliverytime';
I get redirected from the delivery time page back to the initial checkout page.
How do i make the payment information appear after choosing the delivery dates and check out using paypal?
Im currently stuck at 'Select Delivery Time' and it does not continue the onepage checkout to payment.