Jump to content

Skipped Carrier in 5-Steps Checkout, now customers messages/comments aren't displayed in BO


Recommended Posts

Hi,

 

I've modified the checkout page, because i have only 1 carrier and only 1 payment method. So, i've decided to follow some directions from the forum here, and i've managed to skip the carrier by modifying 2 files:

 

1. OrderController.php -> from

$this->_assignCarrier(); 

to

$this->_assignPayment(); 

 

2. order-carrier.tpl -> from

<form id="form" action="{$link->getPageLink('order.php', true)}" method="post" onsubmit="return acceptCGV();">

to

<form id="form" action="{$base_dir}modules/cashondelivery/validation.php" method="post" onsubmit="return acceptCGV();">

 

 

Now the problem is that the customers messages/comments they leave are not appearing in the BO in Orders details.

 

From my test, i've seen that the problem is from the FORM ACTION.

 

Could you please give me some help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...