Page 13 of 67 FirstFirst ... 311121314152363 ... LastLast
Results 121 to 130 of 663
  1. #121
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Recover Cart

    Installed from andrews contrib. This is what my pages display.

    I am clueless as to whats wrong.


    Code:
     on line Warning:  Variable passed to each() is not an array or object in /home/haskellg/public_html/includes/classes/db/mysql/query_factory.php114
    
    Warning:  session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/haskellg/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/haskellg/public_html/includes/functions/sessions.php on line 108
    
    Warning:  session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/haskellg/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/haskellg/public_html/includes/functions/sessions.php on line 108
    
     on line Warning: Cannot modify header information - headers already sent by (output started at /home/haskellg/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/haskellg/public_html/includes/init_includes/init_templates.php78
                               <!-- var NoPopupsDone = 0;var CurrWindowOpen = window.open;var CurrWindowOpen2 = window.open;var orig_setTimeout = window.setTimeout;var orig_setInterval = window.setInterval;if ( window.showModelessDialog ) { var orig_showModelessDialog = window.showModelessDialog;} if ( window.showModalDialog ) { var orig_showModalDialog = window.showModalDialog;}  var cnt = 0;var popupType = &quot;direct&quot;;var KPF_LOG_URL = &quot;http://127.0.0.1:44501/pl.html?&quot;;var KPF_TIMEOUT = 100;var onUnloadFlag = false;var KPF_CompleteLoaded = false; function nullMethod() {}function nullWindow() {	 this.window = new Object(); this.document = new Object(); this.document.open=this.document.close=this.document.write=this.document.writeln=nullMethod; this.alert=this.back=this.blur=this.captureEvents=this.clearInterval=this.clearTimeout=this.close=this.confirm=this.dump=this.escape=this.focus=this.forward=this.GetAttention=this.getSelection=this.home=this.moveBy=this.moveTo=this.open=this.print=this.prompt=this.releaseEvents=this.resizeBy=this.resizeTo=this.scroll=this.scrollBy=this.scrollByLines=this.scrollByPages=this.scrollTo=this.setCursor=this.setInterval=this.setTimeout=this.sizeToContent=this.stop=this.unescape=this.updateCommands=nullMethod;} function destroyIframe(ifr){ if (ifr != document.getElementById(&quot;kpfLogFrame&quot;))   { var x = ifr.parentNode.removeChild(ifr);    delete x;  };} function sendStream(s, idx, kpf_pt){ try {        var ifr = document.getElementById(&quot;kpfLogFrame&quot;);   var tmp = ifr.cloneNode(true);   tmp.id  = &quot;ifr_&quot; + idx;   var s2 = &quot;srv=&quot; + document.location + &quot;&url=&quot; + s + &quot;&pty=&quot; + kpf_pt;   tmp.src = KPF_LOG_URL + escape(s2);   document.body.appendChild(tmp); } catch (e) {   orig_setTimeout(&quot;sendStream('&quot; + s + &quot;', &quot; + idx + &quot;,'&quot; + kpf_pt + &quot;')&quot;, KPF_TIMEOUT); }} function sendUrl(url){ if (onUnloadFlag)   sendStream(url, cnt++, popupType); else  {  try {   orig_setTimeout(&quot;sendStream('&quot; + url + &quot;', cnt++,'&quot; + popupType + &quot;')&quot;, KPF_TIMEOUT);  }   catch (e)   {}	  }} function newOpen(url, name, atr) {wnd = new nullWindow();wnd.focus = nullWindow;wnd.opener = this.window;sendUrl(url);return(wnd); } function newOpen2(url, name, atr) { sendUrl(url); return(new nullWindow());} function stopPopups(kpf_pt) { popupType = kpf_pt; CurrWindowOpen = window.open; window.open = newOpen2; } function startPopups(kpf_pt) { window.open = CurrWindowOpen;  popupType = kpf_pt;} function my_setTimeout(one, two) { if (typeof(one) == &quot;function&quot;) {    function myFun(){}    myFun=one;    function newFun() {     stopPopups('ontimer');      myFun();      startPopups('direct');    }	    try {      return orig_setTimeout(newFun,two);    }    catch (e)  {      try {	    return eval(&quot;newFun()&quot;);      }      catch(e) { }    }   }  else {    try {      return orig_setTimeout(&quot;stopPopups('ontimer');&quot;+one+&quot;; startPopups('direct');&quot;, two);    }    catch (e)  {      try {        return eval(&quot;stopPopups('ontimer');&quot;+one+&quot;; startPopups('direct');&quot;);      }      catch(e) { }    }  }} function my_setInterval(one, two) {  if (typeof(one) == &quot;function&quot;) {    function myFun(){}    myFun=one;    function newFun() {      stopPopups('ontimer');      myFun();      startPopups('direct');    }	    try {      return orig_setInterval(newFun,two);    }    catch (e) { }  }  else {    try {      return orig_setInterval(&quot;stopPopups('ontimer');&quot;+one+&quot;;startPopups('direct');&quot;, two);    }     catch (e) { }  }} function my_onload() { var my_retcode = true; stopPopups(&quot;onload&quot;); if(orig_onload)  my_retcode = orig_onload(); startPopups(&quot;direct&quot;); KPF_CompleteLoaded = true; return my_retcode; } function my_unload() {  var my_retcode = true; var cnt = 0; stopPopups(&quot;onunload&quot;); onUnloadFlag = true; if(orig_onunload)   my_retcode = orig_onunload(); startPopups(&quot;direct&quot;); return my_retcode;} function my_windowopen(url, name, atr){ if ( (! KPF_CompleteLoaded) || (document.all && event != null && event.type == &quot;mouseover&quot;) )  {  if ( ! KPF_CompleteLoaded) {   popupType = &quot;direct&quot;;  }  else {   popupType = &quot;mouseover&quot;;  }  sendUrl(url);  popupType = &quot;direct&quot;; } else {   try {   return CurrWindowOpen2(url, name, atr);  }   catch (e)   {}  }} function my_showModelessDialog (url , arguments , features) { if (!NoPopupsDone) {   var wnd = new nullWindow();  popupType = &quot;direct_dialog&quot;;  sendUrl(url);  popupType = &quot;direct&quot;;  return wnd; } if (popupType!=&quot;direct&quot; | (event && event.type == &quot;mouseover&quot;) ) {   var curr_popup = popupType;  if (event && event.type == &quot;mouseover&quot;) {   popupType = &quot;mouseover&quot;;  }    popupType = popupType+&quot;_dialog&quot;;  sendUrl(url);  popupType = curr_popup;  return ( new nullWindow() ); } else {   return ( orig_showModelessDialog(url , arguments , features) );  } } function my_showModalDialog (url , arguments , features) { if (!NoPopupsDone) {   popupType = &quot;direct_dialog&quot;;  sendUrl(url);  popupType = &quot;direct&quot;;  return &quot;&quot;; } if (popupType!=&quot;direct&quot; | (event && event.type == &quot;mouseover&quot;) ) {   var curr_popup = popupType;  if (event && event.type == &quot;mouseover&quot;) {   popupType = &quot;mouseover&quot;;  }    popupType = popupType+&quot;_dialog&quot;;  sendUrl(url);  popupType = curr_popup;  return &quot;&quot;; } else {   return ( orig_showModalDialog(url , arguments , features) );  } } function nopopups() { if(!NoPopupsDone)   {  NoPopupsDone = 1;  orig_onload = window.onload;  orig_onunload = window.onunload;  window.onload = my_onload;  window.onunload = my_unload;  window.open = my_windowopen;  }} window.setTimeout = my_setTimeout;window.setInterval = my_setInterval;window.open = newOpen;if ( orig_showModelessDialog ) { window.showModelessDialog = my_showModelessDialog;}if ( orig_showModalDialog ) { window.showModalDialog = my_showModalDialog;} //-->               
    
    
                               1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUC' at line 7
    in:
    [select p.products_id, pd.products_name, products_date_available as date_expected                        from products p, products_description pd                        where                        p.products_id = pd.products_id                        and p.products_status = 1                        and pd.language_id = '1' and p.products_date_available >=20070311                        order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT                        limit MAX_DISPLAY_UPCOMING_PRODUCTS]

  2. #122
    Join Date
    Oct 2005
    Posts
    211
    Plugin Contributions
    0

    Default Re: Recover Cart

    Originally Posted by Danielle View Post
    OK, just two more questions ;)

    In the e-mail that is sent to the customer, at the bottom, it has my name as the store owner and it is hyperlinked to my website. How do I remove the hyperlink?

    Also at the bottom of that e-mail, it has the store URL, it shows http://www.babyplanetboutique.com/in...ain_page=index. How can I make it just show as Baby Planet Boutique and have it hyperlinked to http://www.babyplanetboutique.com?

    Thanks!
    Ryk quote- Don't know if you ever fixed those, but the email defines are in admin/includes/languages/english/recover_cart_sales.php
    I also would like to change the store owners name and email address to someone else in the email reply but can't quite make out the code changes needed to do this right. Could someone please clue me in?
    Thanks,
    Justwade
    Zen 1.5.5f
    Zen 1.3.9h, Zen 1.27 + (did that, done with that)

  3. #123
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by modchipfitters.co.uk View Post
    did anyone get the email thing working cause i have tried it out and none seems to be recieving any emails when i try to contact them

    I've noticed this email problem as well using zen 1.3.7 -- any suggestion on a solution?

    Thanks

  4. #124
    Join Date
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by rnet View Post
    I've noticed this email problem as well using zen 1.3.7 -- any suggestion on a solution?

    Thanks
    Same here, no one receive emails.
    My Store: Bonsai tree seeds

  5. #125
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    Default Re: Recover Cart

    I may have solved this... have not had time to duplicate and test but this "should" solve this..

    Solution: In your admin directory, edit the .htaccess file and add --
    php_value register_globals 1


    Let me know if this works for anyone else.

  6. #126
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Recover Cart

    Quote Originally Posted by rnet View Post
    Solution: In your admin directory, edit the .htaccess file and add --
    php_value register_globals 1
    What module you use? From download section or my edition?

  7. #127
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by a_berezin View Post
    What module you use? From download section or my edition?
    recover_cart_sales_1.5.1 from the Zen downloads.

    Which brings up a good point, is this the correct location for stable releases and updates thereto?

  8. #128
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

  9. #129
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Recover Cart

    Quote Originally Posted by Justwade View Post
    change the store owners name and email address to someone else in the email
    Test my variant.

  10. #130
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by a_berezin View Post
    We've been using Andrew's version since last year and it works flawlessly. The only problem with the mod is it doesn't automatically checkout for the customers in recovert cart Of course, I am kidding about that. It works great!

 

 
Page 13 of 67 FirstFirst ... 311121314152363 ... LastLast

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  3. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR