Jump to content

{$DATA.link}


huggettm

Recommended Posts

Generally, CubeCart uses a function in /includes/functions.inc.php, currentPage() to build a URL.

The URL posted above suggests the UPG module is doing something outside its scope of responsibility.

Specifically, in this case, the Order->orderStatus() prepares notices for emailing by calling Order->getOrderDetails(). In the ORDER_PROCESS section, the cart.order_confirmation email template is loaded, and a call is made to Order->assignOrderDetails().

It is here that $DATA.link is created. It uses $GLOBALS['storeURL'].

So, if this is where the link is actually being created, then somehow $GLOBALS['storeURL'] is getting changed. This is calculated and set in ini.inc.php and is not supposed to change.

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