Jump to content

Print Order Form redirects top wrong page


Guest

Recommended Posts

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

Link to comment
Share on other sites

Guest krystallove

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Link to comment
Share on other sites

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Anybody has any idea ??

Link to comment
Share on other sites

Guest ian_21

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Anybody has any idea ??

I had the same problem and also found a fix. I just removed the / from the beginning of the of the modules in fhe following folder modules/gateway/Print_Order_Form/orderForm.php.

Original Code:-

$formAction = $GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Change To:-

$formAction = $GLOBALS['rootRel']."modules/gateway/Print_Order_Form/orderForm.php";

It worked for me, maybe it will help other's :(

Link to comment
Share on other sites

Guest gooddeal

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Anybody has any idea ??

I had the same problem and also found a fix. I just removed the / from the beginning of the of the modules in fhe following folder modules/gateway/Print_Order_Form/orderForm.php.

Original Code:-

$formAction = $GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Change To:-

$formAction = $GLOBALS['rootRel']."modules/gateway/Print_Order_Form/orderForm.php";

It worked for me, maybe it will help other's ;)

I dont understand the difference in the codes you edited~! ?They both look the same to me. I tried it and the results where unchanged. I am still having the same issue. Any Ideas?

Link to comment
Share on other sites

  • 2 weeks later...
Guest ms_arbez

I've tried every angle in changing that code, including putting the direct URL into the "form" action, and I am still coming up empty. It's driving me insane, because I can see the form plain as day.

Link to comment
Share on other sites

Guest pcupgradeltd

can the Print Order form option be removed altogether as I am only interested in card payments?

thanks in advance :)

hehe just realised its an option in the payment gateways thats default enabled ;)

Link to comment
Share on other sites

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Anybody has any idea ??

I had the same problem and also found a fix. I just removed the / from the beginning of the of the modules in fhe following folder modules/gateway/Print_Order_Form/orderForm.php.

Original Code:-

$formAction = $GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Change To:-

$formAction = $GLOBALS['rootRel']."modules/gateway/Print_Order_Form/orderForm.php";

It worked for me, maybe it will help other's :)

I dont understand the difference in the codes you edited~! ?They both look the same to me. I tried it and the results where unchanged. I am still having the same issue. Any Ideas?

Notice the slash (/) is missing in front of "modules" from the Change To line.

I also fixed it by revert back to the same file in 3.0.11.

Link to comment
Share on other sites

Just fixed it myself:

Had to change modules/gateway/Print_Order_Form/transfer.inc.php

On the bottom of the file change:

$GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Into:

$glob['storeURL']."/modules/gateway/Print_Order_Form/orderForm.php";

I have just tryed this and im still going around in circles.

Anybody has any idea ??

I had the same problem and also found a fix. I just removed the / from the beginning of the of the modules in fhe following folder modules/gateway/Print_Order_Form/orderForm.php.

Original Code:-

$formAction = $GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php";

Change To:-

$formAction = $GLOBALS['rootRel']."modules/gateway/Print_Order_Form/orderForm.php";

It worked for me, maybe it will help other's :)

Yes!!

It did work.

Thanks Ian

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...