![]() |
Footer portion of payment_wait.tpl
I cant for the life of me figure out where the bottom portion of the payment_wait.tpl is being parsed in from. This portion:
If the page is not updated in 2 seconds, please follow this link: continue >> My payment_wait page now is: Code:
{* $Id: payment_wait.tpl,v 1.8.2.5 2007/02/14 07:58:28 max Exp $ *} and when I view the source, I see there is the "if the page hasnt loaded..." portion with the close of BODY and HTML... where is this parsing in from? Thanks in advance! x-cart version 4.0.18 |
Re: "payment is in processing...
Hi Jason, welcome to the forums. The thread you posted in is over 3 years old and applies to an extremely old version of X-Cart. When posting in threads, please be aware of the date and versions that they apply to. Moving this to a new thread.
Also, can you please add your version to your forum signature? Thank you. |
Re: "payment is in processing...
Oh saorry and thanks! I found that through a search and thought it better to add to an existing thread rather than a new thread. Didnt notice the version.
New here and all that, Im still ignorant :) Signature added. |
Re: "payment is in processing...
I thought maybe payment_wait_end.tpl would be it, but that only parses in the close of BODY and HTML, I figured payment_cc.php would shed some light, which requires payment_wait.php which is below:
Code:
<?php The bolded part is the area in question... Where is this defined? I searched for both register_shutdown_function and func_payment_footer in payment_cc.php but nothing. I assume it must be defined in another file included, but no luck yet. |
Re: "payment is in processing...
possibly include/func/func.payment.php?
|
Re: "payment is in processing...
Thats a no go, Im seeing nothing in there that parses in the details...
So this is payment_wait.tpl Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This comes from Payment_wait_end.tpl Code:
</body> and then theres this part that I cant find: Code:
<br /><br />If the page is not updated in 2 seconds, please follow this link: <a href="http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17">continue >></a><meta http-equiv="Refresh" content="0;URL=http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17" /> |
Re: "payment is in processing...
I cant seem to find any answers on this in the forum here... though lots of people have been talking about it...
Someone has got to know where this is coming from... |
Re: "payment is in processing...
I know this is from a different version (4.1.9) but perhaps it maybe useful to you
the language variable is called txt_header_location_note and looks like ... If the page is not updated in {{time}} seconds, please follow this link: <a href="{{location}}">continue >></a> which is referred to in include/func/func.core.php on lines 126 and 333 and looks something like... echo "<br /><br />".func_get_langvar_by_name("txt_header_location_n ote", array("time" => If this helps I have no ideas. |
Re: "payment is in processing...
Yup! Thats the file! Thank you!
Its a little bit different though in this version. it looks like this: Code:
echo "<br /><br />".func_get_langvar_by_name("txt_header_location_note", array("time" => 2, "location" => $location), false, true, true); Which is lines 123 thorugh 124... but that is freaking it! woohoo. That was driving me insane! Thank you. |
Re: "payment is in processing...
But now heres the question for you php kids out there (im not a programmer), but with this all mixed together, im not sure where to close the p tag...
Code:
echo "<p class=\"process_close\">".func_get_langvar_by_name("txt_header_location_note", array("time" => 2, "location" => $location), false, true, true) ; Where do I put the close of p and whats the syntax? |
All times are GMT -8. The time now is 07:06 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.