Page 10 of 23 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 224
  1. #91
    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!!

  2. #92
    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.

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

  4. #94
    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.

  5. #95
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by Limitless View Post
    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.
    Perfect! Just what I am after, to get an idea of who has what stored for later in their cart. Would be very interested to hear when you have completed your mailbeez module.

    Thanks Limitless!

  6. #96
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Getting back to the Save for Later mod, I've got a question regarding moving the 'Checkout', 'Back to Shopping', and 'Shipping Estimator' buttons.

    Its not too bad when you have few items in your saved for later section but if I have 10 or so items, it pushes the 'checkout button' way down the page, way way below the fold.

    Can I safely move them back up above the save for later section?

    Click image for larger version. 

Name:	checkout_too_low2.jpg 
Views:	55 
Size:	6.6 KB 
ID:	11252

    Click image for larger version. 

Name:	checkout_too_low.jpg 
Views:	59 
Size:	10.6 KB 
ID:	11251

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

    Default Re: Save For Later Support Thread

    yes you can

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

    Default Re: Save For Later Support Thread

    Thanks. I didn't think that would be an issue, but always safer to ask first and break later.

  9. #99
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by OLCS View Post
    Perfect! Just what I am after, to get an idea of who has what stored for later in their cart. Would be very interested to hear when you have completed your mailbeez module.

    Thanks Limitless!

    Need some suggestions before I submit the plugin for download.


    http://www.zen-cart.com/showthread.p...hlist-Reminder

  10. #100
    Join Date
    Jul 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Hi Scott,
    Thanks for this great mod. My site uses the default template, so there's no custom template. I can't figure out where to put the files in the 'Common Files' folder. I know you say in the root directory. When I open the Common Files folder it shows a folder named Includes. I opened my Includes directory and copied the files into the various sub-directories in the Includes directory for my site. The Save for Later button shows but when I click it a blank page appears with an error message. Where did I go wrong :-(
    Thanks,
    Chiliboy

 

 
Page 10 of 23 FirstFirst ... 8910111220 ... LastLast

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: 150
    Last Post: 17 Nov 2024, 09:29 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

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