Results 1 to 10 of 673

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by a_berezin View Post
    find
    PHP Code:
    $mline .= '   <blockquote><a href="' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . '">' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . "</a></blockquote>\n\n"
    replace by
    PHP Code:
    $mline .= '   <blockquote><a href="' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . '">' $products->fields['name'] . "</a></blockquote>\n\n"
    thanks, that's awesome and looks much better. would there be an easy way to

    1. turn off plain-text mails?
    2. change the email content to remove the duplicate content

    1 x Mimosa hostilis (Jurema) Purple Pink Root Bark - Powdered
    Mimosa hostilis (Jurema) Purple Pink Root Bark - Powdered

    thanks for being so helpful.

  2. #2
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Recover Cart

    I just documented what I did for auto-cron on the Back in Stock Notifications.


    Shouldn't take much to figure out what needs to be changed for this mod too.


    http://www.zen-cart.com/showthread.p...34#post1144934

  3. #3
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Recover Cart

    nice. thanks!

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

    Default Re: Recover Cart

    Quote Originally Posted by bi11i View Post
    would there be an easy way to
    1. turn off plain-text mails?
    Correct to create content for the text version separately, and separately for html-version. But these changes in the two lines do not fit.

    Quote Originally Posted by bi11i View Post
    would there be an easy way to
    2. change the email content to remove the duplicate content
    PHP Code:
    $mline .= $basket->fields['customers_basket_quantity'] . ' x ' $products->fields['name'] . "\n";
    $mline .= '   <blockquote><a href="' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . '">' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . "</a></blockquote>\n\n"
    replace by
    PHP Code:
    $mline .= $basket->fields['customers_basket_quantity'] . ' x ' '<a href="' zen_catalog_href_link(FILENAME_PRODUCT_INFO'products_id='$basket->fields['products_id']) . '">' $products->fields['name'] . '</a>' "\n"

  5. #5
    Join Date
    Jul 2010
    Posts
    30
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    I've installed this mod with no problems (sort of...more on that in a minute). The mod works, in that it picks up abandoned carts...I've amended the PHP to show friendly URLs (from Ceon) and changed the wording to suit my shop. I can send emails OK and, from this perspective, all is well. However.....
    Under Configuration>Configure RCS there are *NO* options listed - just headings, i.e. "Title Value Action"
    I ran the SQL install for ZC1.5.0 (my site was a clean 1.5 install, although now heavily modified)...and I've checked three times that all six files are where they should be. I've just compared the actual content against the original files and all is as it should be. I'm at a bit of a loss...any bright ideas - about either a) what's wrong or b) what I've done wrong?

    Cheers,
    Gavin

 

 

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