| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
"payment is in processing... | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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:
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 |
|||||||
#2
|
|||||||
|
|||||||
![]() 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.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() 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. |
|||||||
#4
|
|||||||
|
|||||||
![]() 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:
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. |
|||||||
#5
|
|||||||
|
|||||||
![]() possibly include/func/func.payment.php?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#6
|
|||||||
|
|||||||
![]() Thats a no go, Im seeing nothing in there that parses in the details...
So this is payment_wait.tpl Code:
This comes from Payment_wait_end.tpl Code:
and then theres this part that I cant find: Code:
|
|||||||
#7
|
|||||||
|
|||||||
![]() 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... |
|||||||
#8
|
|||||||||
|
|||||||||
![]() 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.
__________________
Doms kube v4.1.9 |
|||||||||
#9
|
|||||||
|
|||||||
![]() Yup! Thats the file! Thank you!
Its a little bit different though in this version. it looks like this: Code:
Which is lines 123 thorugh 124... but that is freaking it! woohoo. That was driving me insane! Thank you. |
|||||||
#10
|
|||||||
|
|||||||
![]() 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:
Where do I put the close of p and whats the syntax? |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|