Page 39 of 67 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 663
  1. #381
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Recover Cart

    Quote Originally Posted by bonnit View Post
    i using this mod on 1.3.9h but it doesnt seem to show any attributes in the details list, is this a known bug or is this me? lol btw i do have them turned on in confirguration
    Just to make sure I am understanding you, you mean it is not showing attributes in the EMAIL details right? (Or are you talking somewhere else.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #382
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Recover Cart

    the attributes (in my case personalisations) do not show up in the email sent to customer or in the recover_cart_sales.php page which displays abandoned carts from the admin

    am i misunderstanding what this is supposed to do or do i have a problem somewhere?

    all other functions are fine, emails are sent etc. its just the attributes list that doesnt show up anywhere

  3. #383
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi
    Great mod
    Just wondering if there is an easy way to change the customer greeting to first name only?
    (I saw that the question was asked many pages ago, but I didn't see an answer...apologies if i missed it)


    Many thanks!

  4. #384
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Recover Cart

    Quote Originally Posted by Green333 View Post
    Hi
    Great mod
    Just wondering if there is an easy way to change the customer greeting to first name only?
    (I saw that the question was asked many pages ago, but I didn't see an answer...apologies if i missed it)


    Many thanks!
    Open up the following file:

    /admin/recover_cart_sales.php

    Find the section that looks like this (about line 246):

    PHP Code:
            if (RCS_EMAIL_FRIENDLY == 'true'){
                
    $email .= EMAIL_TEXT_SALUTATION $basket->fields['fname'] . ' ' $basket->fields['lname'] . ",";
            } else {
                
    $email .= STORE_NAME "\n" EMAIL_SEPARATOR "\n";
            } 
    Remove the section that references the last name and you're all set.

    When your finished it should look like this:

    PHP Code:
            if (RCS_EMAIL_FRIENDLY == 'true'){
                
    $email .= EMAIL_TEXT_SALUTATION $basket->fields['fname'] .",";
            } else {
                
    $email .= STORE_NAME "\n" EMAIL_SEPARATOR "\n";
            } 
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #385
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Recover Cart

    Eric,
    Thank you so much!
    Works perfectly.

    You are a champion!

  6. #386
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Recover Cart

    Glad I could help. :)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #387
    Join Date
    Apr 2008
    Posts
    150
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hello people!

    This seems like a really nice mod but I'm having some troubles installing the SQL script.

    I'm using a database prefix for zen cart (zen_) and I've tried to alter the script to work with that, but I simply get too many errors and I don't dare to play with this too much as I'm afraid to destroy tings :S.

    Can someone please advice? An example on where to insert the databse prefix would be really helpful!

    Many thanks in advance. Regards Peter

  8. #388
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Recover Cart

    Quote Originally Posted by dysfunctional View Post
    Hello people!

    This seems like a really nice mod but I'm having some troubles installing the SQL script.

    I'm using a database prefix for zen cart (zen_) and I've tried to alter the script to work with that, but I simply get too many errors and I don't dare to play with this too much as I'm afraid to destroy tings :S.

    Can someone please advice? An example on where to insert the databse prefix would be really helpful!

    Many thanks in advance. Regards Peter
    You could install the sql patch in phpMyAdmin. Just make sure you back up your DB before doing this.

  9. #389
    Join Date
    Apr 2008
    Posts
    150
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hello frank18, thank you for your reply!

    I did a backup and tried my best to install the sql script with phpmyadmin.

    Everything seems fine but my admin/configuration/recover cart sales-menu is empty - there are no settings there.

    What part of the sql-file could I have missed?

    Truly greatful for advice

    Regards Peter

  10. #390
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Recover Cart

    Peter,

    Don't make any alterations at all to the script (SQL or not). If you use the SQL patch within the Zen admin it will automatically add the proper prefix to the needed areas upon install.

    Try running the script from within the Zen Cart admin (and not phpMyAdmin). Copy and paste into there (do not upload and run.)

    Also, what type of errors are you getting? That would help determine what may be the issue.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 39 of 67 FirstFirst ... 29373839404149 ... 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