Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Eliminating "If this page is not updated..."

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-02-2009, 08:52 PM
 
hyper1 hyper1 is offline
 

Advanced Member
  
Join Date: Jun 2008
Posts: 52
 

Default Eliminating "If this page is not updated..."

I would like to eliminate the distracting message that displays between page transitions. It is a very fast transition on our site, but I worry it could be distracting to the customer. I would take almost any alternative, from it pausing on the page that is to change, to a transition graphic of a ticking clock - anything please.

Thank you so much.
__________________
Tim
x-cart pro 4.1.11, x-AOM, CDSEO, css layout - no tables (almost), free social bookmarking mod (xcartmod.co.uk - thanks), altered cart On Sale, One Page Checkout and Smart Search (all amazing products), Custom Code from CFL (the best), Hands-On Hosting for live site
Reply With Quote
  #2  
Old 04-03-2009, 12:25 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Eliminating "If this page is not updated..."

customer/main/payment_wait.tpl
Enjoy.
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #3  
Old 04-03-2009, 04:03 AM
 
hyper1 hyper1 is offline
 

Advanced Member
  
Join Date: Jun 2008
Posts: 52
 

Default Re: Eliminating "If this page is not updated..."

Thank you Victor for your response. The transition I am referring to occurs throughout the site in many areas, not just limited to the checkout process. The actual message that is displayed is

If this page is not updated in 2 seconds, please follow this link: continue >>

It seems to occur when clicking one of the site's buttons (e.g., when the customer clicks the 'add to cart' button on the product detail page) as opposed to a link (such as a link to that shows up in the left nav column).
__________________
Tim
x-cart pro 4.1.11, x-AOM, CDSEO, css layout - no tables (almost), free social bookmarking mod (xcartmod.co.uk - thanks), altered cart On Sale, One Page Checkout and Smart Search (all amazing products), Custom Code from CFL (the best), Hands-On Hosting for live site
Reply With Quote
  #4  
Old 04-03-2009, 04:05 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Eliminating "If this page is not updated..."

This usually happens on windows servers when there is a space at the end of a php file.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #5  
Old 04-03-2009, 05:05 AM
 
hyper1 hyper1 is offline
 

Advanced Member
  
Join Date: Jun 2008
Posts: 52
 

Default Re: Eliminating "If this page is not updated..."

Thank you. I confirmed that is the case. I have temporarily hosted a dev site on a windows platform and that is where the transition page occurs. I checked my local host which is running apache and I do not see the same transition page. I plan to go live with one of the recommended x-cart hosts so it should not be an issue for us...thanks again for your help.
__________________
Tim
x-cart pro 4.1.11, x-AOM, CDSEO, css layout - no tables (almost), free social bookmarking mod (xcartmod.co.uk - thanks), altered cart On Sale, One Page Checkout and Smart Search (all amazing products), Custom Code from CFL (the best), Hands-On Hosting for live site
Reply With Quote
  #6  
Old 06-16-2012, 08:22 PM
 
Sitrodai Sitrodai is offline
 

Newbie
  
Join Date: Jun 2012
Posts: 4
 

Default Re: Eliminating "If this page is not updated..."

I am have the same issue on Ubuntu Linux...
It is occurring across the site for most of the links.
Can someone help me on this?
__________________
X-Cart PRO 4.4.5
Reply With Quote
  #7  
Old 06-16-2012, 09:02 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Eliminating "If this page is not updated..."

I have a script you can download here that will search your files for any whitespace: http://www.alteredcart.com/support/knowledgebase/Miscellaneous/find-files-with-extra-line-breaks-or-whitespace/

The instructions on running this are also on the linked page. This should find the file causing this.
Reply With Quote

The following 2 users thank wjbrewer for this useful post:
ADDISON (06-17-2012), tqualizerman (03-29-2013)
  #8  
Old 06-22-2012, 01:41 AM
 
Sitrodai Sitrodai is offline
 

Newbie
  
Join Date: Jun 2012
Posts: 4
 

Default Re: Eliminating "If this page is not updated..."

Hi
Thanks for the find_whitespace.php;
I was able to identify the .php with white space and remove them;
Even after removing the white spaces, I continue to get the above message often when I navigate through the site.

Any help will be highly appreciated!!!

Sitrodai

X-Cart 4.4.3 (Customized)
Ubuntu 11.04
__________________
X-Cart PRO 4.4.5
Reply With Quote
  #9  
Old 06-26-2012, 10:00 AM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Eliminating "If this page is not updated..."

Unfortunately, if the automated script didn't work the only other option I know of is getting somebody who is familiar with PHP to go through your scripts one by one to find out where the offending data is.

If this is on every page of your site it is probably one of the main X-Cart files, auth.php, session.php, config.php include/func/func.core.php, include/get_language.php. But this is just a guess.
Reply With Quote
  #10  
Old 03-29-2013, 10:21 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default Re: Eliminating "If this page is not updated..."

[quote=wjbrewer]I have a script you can download here that will search your files for any whitespace: http://www.alteredcart.com/support/knowledgebase/Miscellaneous/find-files-with-extra-line-breaks-or-whitespace/

The instructions on running this are also on the linked page. This should find the file causing this.[/quote

Bill, you are vital to this platform! Thank you for this script as it just solved a big problem for me.
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:19 PM.

   

 
X-Cart forums © 2001-2020