Jump to content

Mail Order Form - Broken Link?


Guest kimstone1

Recommended Posts

Guest kimstone1

I have CubeCart version 3.0.12 installed and working great, I love it. I have set-up Payal and Mail Order Form as the only payment options. My paypal link works great, but if I choose the 'Mail Order Form' option, it says its transferring, but then doesn't work. The link in the address bar is wrong, as follows:

http://modules/gateway/Print_Order_Form/orderForm.php

It is leaving out my domain name in the link and I don't know how to fix it. Has anyone else had this problem or know how I can fix it?

Thanks for any response! kimstone1

Link to comment
Share on other sites

Edit the file modules/gateway/Print_Order_Form/transfere.inc.php

Remove the first slash in this line of code

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




to this




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

a search for Print_Order_Form would also given you the fix....

I have CubeCart version 3.0.12 installed and working great, I love it. I have set-up Payal and Mail Order Form as the only payment options. My paypal link works great, but if I choose the 'Mail Order Form' option, it says its transferring, but then doesn't work. The link in the address bar is wrong, as follows:

http://modules/gateway/Print_Order_Form/orderForm.php

It is leaving out my domain name in the link and I don't know how to fix it. Has anyone else had this problem or know how I can fix it?

Thanks for any response! kimstone1

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...