Thread: Recover Cart

Page 11 of 55 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 544
  1. #101
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    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" ....
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

  2. #102
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,614
    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
    Good luck,
    Andrew
    Russian Zen-Cart forum

  3. #103
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    Default Re: Recover Cart

    That works Andrew - but only on the last listed cart, regardless of sort order.
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

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

    Default Re: Recover Cart

    RCS works with the customer, instead of with a cart. Use RCS_EMAIL_TTL parameter.
    Good luck,
    Andrew
    Russian Zen-Cart forum

  5. #105
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    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?
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

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

    Default Re: Recover Cart

    Now I understand you.
    Fixed.
    Good luck,
    Andrew
    Russian Zen-Cart forum

  7. #107
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    Default Re: Recover Cart

    Perfect - thank you VERY much for that.
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

  8. #108
    Join Date
    Mar 2006
    Posts
    134
    Plugin Contributions
    0

    Default Re: Recover Cart

    is there a way to remove sessions from the links that are generaled ?

    mine look like this :

    mydomain.com/index.php?main_page=product_info&products_id=400:27a04ebca4fa9993bfbc8e5458803b46

    so when clicked it breaks to mydomain.com/product_info -Page Not Found

  9. #109

    Default Re: Recover Cart

    hay guys, i just installed the new version of this modual, however it dont seem to want to email the customers that i select. and it dont show anything in the report for RCS.

    Does anyone know what could be the problem?
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

  10. #110

    Default Re: Recover Cart

    sorry for the double post, but what is the newest version, the one on a_berezin's site, or the one on the zencart downloads area, after matching the two, they do have some differnences...

    what one should i use.. im looking for the version that has a working email function, that will email the customers i select, for some reason its not wanting to do it right now.
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

 

 
Page 11 of 55 FirstFirst ... 91011121321 ... LastLast

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
  •