Jump to content

problema la finalizarea comenzii in 1.4.3


Recommended Posts

Cred ca problema e la HTTP_X_FORWARDED_HOST pe serverul tau. Problema cred ca s-ar rezolva daca ai activa SSL sau daca ai schimba in \modules\cashondelivery\payment.tpl $this_path_ssl cu $this_path


Am facut modificare... acelasi rezultat
Link to comment
Share on other sites

Ai activat force compile din preferences>performance? altfel nu sunt actualizate schimbarile facute in fisierele tpl

daca tot nu merge poti incerca sa pui numele server-ului direct in cashondelivery.php

$smarty->assign(array(
           'this_path' => $this->_path,
           'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->name.'/'

    ,'my_path' => 'http://tutunpentrutigari.mobilashop.ro/modules/'.$this->name.'/'

));



si sa folosesti my_path in loc de this_path_ssl in payment.tpl

Link to comment
Share on other sites


am facut si asta linkul e bun acum, adica http://tutunpentrutigari.mobilashop.ro/modules/cashondelivery/validation.php
dar, tot primesc mesajul


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
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...