Page 10 of 67 FirstFirst ... 891011122060 ... LastLast
Results 91 to 100 of 663
  1. #91
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    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!
    Danielle

  2. #92
    Join Date
    Jan 2004
    Location
    Reno, NV
    Posts
    123
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hey, I donated a couple weeks ago .... but.. the stats on a_berezin's site don't reflect it. I guess my donation was to small to count ;)

    Love the mod, and it has helped me trouble shoot my site based on feedback from my customers and has resulted in a couple recovered orders recently.

    Thanks for a great mod.

  3. #93
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Recover Cart

    Quote 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!
    Don't know if you ever fixed those, but the email defines are in admin/includes/languages/english/recover_cart_sales.php

    Did anyone ever fix the Delete problem?

    If anyone is working on this module, it would be good to have a way to manually turn the state of "uncontacted" into "contacted" working on the principle that a phone call is more likely to get a response than an e-mail.

    (I'm sure Andrew could come up with those fixes in a matter of minutes! )

    BTW - with the exception of the delete issue, this is working fine on 1.3.7
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

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

    Default Re: Recover Cart

    Quote Originally Posted by Ryk View Post
    Did anyone ever fix the Delete problem?
    What a problem?
    Quote Originally Posted by Ryk View Post
    it would be good to have a way to manually turn the state of "uncontacted" into "contacted" working on the principle that a phone call is more likely to get a response than an e-mail.
    Nice idea!

  5. #95
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Recover Cart

    The delete problem mentioned in posts 85 and 85; I too have that in that nothing happens when the delete button is pressed (certainly on the admin>tools>recover carts - haven't tried it yet on admin>reports>recovered carts as waiting for someone else to view to save having to repeat the set-up).

    And is there a way to display the Abandoned Carts with the most recent first?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  6. #96
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Recover Cart

    To make the delete button work I added an "echo"

    Changed (approx line 3xx recover_cart_sales.php)
    Code:
                  <!-- Delete Button //-->
                  <td colspan='8' align='right'><a href="<?php zen_href_link(FILENAME_RECOVER_CART_SALES, 'action=delete&customer_id=' . $curcus . '&tdate=' . $tdate); ?>"><?php echo zen_image_button('button_delete.gif', IMAGE_DELETE); ?></a></td>
    To:
    Code:
                  <!-- Delete Button  //-->
                  <td colspan='8' align='right'><a href="<?php echo zen_href_link(FILENAME_RECOVER_CART_SALES, 'action=delete&customer_id=' . $curcus . '&tdate=' . $tdate); ?>"><?php echo zen_image_button('button_delete.gif', IMAGE_DELETE); ?></a></td>
    I also changed the sort on customers_id from "asc" to "desc".



    And the stats_recover_cart_sales.php file reported an sql error on names containing a single quote. The error comes from:
    Code:
    		OR o.customers_name like '" . $customer->fields['customers_firstname'] . ' ' . $customer->fields['customers_lastname'] . "')
    For now I removed this from the sql because I don't understand why this file looks up orders from customers having a name "like" another customers name, or something

  7. #97
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Recover Cart

    Hmmm - the first is already in the file, but thanks for the others.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  8. #98
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Recover Cart

    the delete button works.. however it works in a weird way (just found this out a few days ago so there might be another way)

    you have to delete from most recent to oldest in order to get rid of stuff. so if someone abandoned a cart today, and there are 4 abandoned carts on RCS, and you want to delete #2, you'll have to delete todays and the one before in order to delete #2

    not sure if that fix above works for you or not.. i haven't tried it yet

  9. #99
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Recover Cart

    Hmmm- not really much use as one is more likely to want to delete older ones first, but thanks for the suggestion.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  10. #100
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Recover Cart

    Actually I am not sure about how I fixed it, but it works for me now. I attached my version of recover_cart_sales.php (so only one file of RCS). Maybe you can try it out to see if it works for you too.

    (I did some other small edits to the file as well, so better backup....)
    Last edited by paulm; 27 Mar 2007 at 10:53 PM.

 

 
Page 10 of 67 FirstFirst ... 891011122060 ... 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