Results 1 to 10 of 226

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Hi,

    Can anyone tell me if there is the facility within this mod to see which customers have saved items for later? This would be really useful as an incentive could then be emailed to them to get them to purchase those items.

    Any help, gratefully received! :)

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Save For Later Support Thread

    I have not done this, and wouldn't recommend it. Most people would call that kind of unsolicited email "spam."
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    I have not done this, and wouldn't recommend it. Most people would call that kind of unsolicited email "spam."
    I disagree <sort of>, depending on the verbage within the email, the frequency, etc.

    Go search around on amazon or Tiger Direct for a few different items, you will get a very targeted email within a day or two from them (if you are customer).

    I think it is in the same vein as trying to recover from shopping cart abandonment, hey we noticed you added something to your cart, blah blah blah. One time, don't pester/spam them, etc. Its just a gentle reminder. Currently have over 10% abandoned cart recovery and the recipients don't seem to mind, in addition I have received great feedback due to what is contained in the email. ie shipping was too high, found it cheaper, etc. etc. and it allows me to adjust certain products as needed, if possible.


    I have seen this 'feature' over used though. One site sent me an email about an item in my cart about every other day for a month. (they did not have a 'wishlist' feature) Annoyed me enough to purge my cart and NOT purchase from them.

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Save For Later Support Thread

    Go search around on amazon or Tiger Direct for a few different items, you will get a very targeted email within a day or two from them (if you are customer).
    Because the big boys do it doesn't mean they are not spamming.

    I would absolutely call it spam if I had not asked to be "reminded" about a certain product!!

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

    Default Re: Save For Later Support Thread

    Quote Originally Posted by Design75 View Post
    Because the big boys do it doesn't mean they are not spamming.

    I would absolutely call it spam if I had not asked to be "reminded" about a certain product!!
    I don't disagree. TigerDirect is probably the worst about it. Amazon is a bit more subtle.


    I like the Mailbeez option of giving the customer the ability to opt-out of further emails of that type.

    Certainly wouldn't call it 'spam' as it doesn't really fall under the category of entirely 'unsolicited', as you are a customer and agreed to get emails from me.

  6. #6
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Certainly wouldn't call it 'spam' as it doesn't really fall under the category of entirely 'unsolicited', as you are a customer and agreed to get emails from me
    I totally agree. Our customers will have confirmed they are willing for us to send them infrequent emails when they created an account, so not sure it would fall under the category of spam. I guess all I wanted was the ability to be able to see who had saved products for later, even if I didn't email them, just to see 1) whether people find the 'save for later' facility useful and 2) have that data available so I can start asking myself some questions as to why they didn't buy those certain products at the time.

    Many thanks for your time

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

    Default Re: Save For Later Support Thread

    Quote Originally Posted by OLCS View Post
    I totally agree. Our customers will have confirmed they are willing for us to send them infrequent emails when they created an account, so not sure it would fall under the category of spam. I guess all I wanted was the ability to be able to see who had saved products for later, even if I didn't email them, just to see 1) whether people find the 'save for later' facility useful and 2) have that data available so I can start asking myself some questions as to why they didn't buy those certain products at the time.

    Many thanks for your time
    I have a SQL script that I use to query the tables for that info.

    Nothing 'clean' yet, just gives me an idea of what people are putting in their 'wishlist'.


    SELECT customers_firstname, customers_lastname, products_name, products_price, customers_basket_quantity
    from customers_basket_later
    INNER JOIN customers ON customers.customers_id = customers_basket_later.customers_id
    INNER JOIN products ON products.products_id = customers_basket_later.products_id
    INNER JOIN products_description ON products_description.products_id = products.products_id





    I am close to completing a mailbeez module to get that info and send an email out.

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

    Default Re: Save For Later Support Thread

    Quote Originally Posted by OLCS View Post
    Hi,

    Can anyone tell me if there is the facility within this mod to see which customers have saved items for later? This would be really useful as an incentive could then be emailed to them to get them to purchase those items.

    Any help, gratefully received! :)
    I was looking at modifying either the 'Recover Cart Sales' mod to query the wishlist table or creating an addon for Mailbeez (like the satisfaction mod) to do exactly that.

 

 

Similar Threads

  1. v150 Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 151
    Last Post: 17 Feb 2026, 01:41 PM
  2. v151 Autoresponder+ for ZCv1.5.x [Support Thread]
    By countrycharm in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 19 May 2019, 04:39 PM
  3. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 229
    Last Post: 28 Jun 2017, 12:32 AM
  4. Support Thread for JS Date Picker for options
    By eVelt in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 5 Dec 2013, 05:44 AM
  5. Image Handler / Tabbed Products Pro ... and Save for Later
    By ksoup in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 Jan 2011, 12:11 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