Page 1 of 3 123 LastLast
Results 1 to 10 of 673

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    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 !

  3. #3
    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.

  4. #4
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Recover Cart

    Ah - that fixed it. What it was is that there are two occurrences of the section of code where you added the "echo", but when I first looked, I found the one that was already correct. So, in an untouched original admin/recover_cart_sales.php, downloaded from Andrew's site, at around line 368 find
    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>
    and replace with
    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>
    (The other occurrence is around line 508)

    Thanks Paul ... now, if only someone could come up with that manual switch from "uncontacted" to "contacted" ....
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  5. #5
    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
    now, if only someone could come up with that manual switch from "uncontacted" to "contacted"
    Download and Test

  6. #6
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Recover Cart

    That works Andrew - but only on the last listed cart, regardless of sort order.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

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

    Default Re: Recover Cart

    RCS works with the customer, instead of with a cart. Use RCS_EMAIL_TTL parameter.

  8. #8
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Recover Cart

    OK - only works on the last listed customer !

    Would it be possible for EACH customer to have the manually contacted option?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  9. #9
    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)

  10. #10
    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.

 

 
Page 1 of 3 123 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

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