Page 12 of 14 FirstFirst ... 21011121314 LastLast
Results 111 to 120 of 138
  1. #111
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    Replace:
    includes/templates/EB/buttons/english/button_request_restock.gif
    with a bigger image of your choice.


    to place it right under the sold-out button, you may want to place the code inside the div "cartAdd".
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #112
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    Thank you, thats all good.

    I have been trying to edit the email as it is coming up like this (see below) so I have no idea what product has been requested unless I log into admin.

    VIEW CART | YOUR ACCOUNT | HELP
    $EMAIL_GREETING

    $EMAIL_WELCOME

    Restock Summary:
    Have any question? Please contact us
    $PRODUCTS_DETAIL


    --------------------------------------------------------------------------------

    Copyright (c) 2007 Zen Cart. Powered by Zen Cart
    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected]
    This email is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.

    Also once the prodcut is back in stock and I send the customer a notification of it from the Restock requests tab, this is the email the customer receives"

    We have restocked the products your requested. Check them out before they are out of stock again! EMAIL_GREETING

    We have restocked the products your requested. Check them out before they are out of stock again! EMAIL_WELCOME

    Restock Summary:
    Have any question? Please contact us
    We have restocked the products your requested. Check them out before they are out of stock again! PRODUCTS_DETAIL


    --------------------------------------------------------------------------------

    We have restocked the products your requested. Check them out before they are out of stock again! EMAIL_FOOTER_COPYRIGHT
    We have restocked the products your requested. Check them out before they are out of stock again! EMAIL_DISCLAIMER
    We have restocked the products your requested. Check them out before they are out of stock again! EMAIL_SPAM_DISCLAIMER
    We have restocked the products your requested. Check them out before they are out of stock again! EXTRA_INFO

    And which file do I add code to to have the request restock button under the ...more info sold out image on the products list page?

    Thank you again.

  3. #113
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    Your ZC version?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #114
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    1.3.7.1

  5. #115
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Request Restock Mod Thread

    Hi yellow1912,

    Great contribution - I've been looking for something like this to add to my site for a while now.

    After installing the latest release everything works fine. However, I'm wondering if it's possible to automatically send out the 'back in stock' emails (instead of going to admin>catalog>request restock).

    Thanks again for creating this contribution. :)

  6. #116
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    I think I wrote somewhere in the readme file that this is very possible to do so, and I even prepared a lock for that purpose.

    Let me check.
    Ok here it is:
    While it's necessary to send out notices to customers once the products get restocked, we don't want to send 10 emails on the same day to just 1 customer if 10 of his requests are fulfilled on that day, do we? Normally, you can just update all your products quantity, then choose "Send notices to customers" (see Section II for more details), all the fulfilled requests of each customer will be combined into 1 email and sent to him/her.
    However, if your site is hosted on a server that limit the number of emails can be sent per hour/day, you would have to repeat the action "Send notices to customers" several times, which is really irritating. This is when cronjob comes to save the day(I'm not gonna cover what cronjob is and how to use it in this document). However, what if you are in the middle of updating the products and cronjob kicks in and start sending out emails, it wouldn't be what we expect right? So this is the case when you need to turn off "Enable notification", then turn it on when you finish updating all your products.
    You would need a php file with a few lines like this:
    PHP Code:
    <?php
    require('admin/includes/application_top.php'); 
    require(
    'admin/includes/functions/extra_functions/request_restock.php'); 
    // depend on where you put this file, you need to change the pathsabove

    process_notices(); // this function will process and send out emails
    ?>
    Try it and let me know if it works.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #117
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    @vivaraquel: sorry for the late reply, holidays *_*. Can you PM me with your site info?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #118
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    Hi great mod!

    I did a test on our test site and because most of our products have attributes (t-shirts and other clothing) and we use stock by attributes the module to keep stock take, this module really doesn't work the way we want it to as customers who need a large t-shirt cannot request a restock if all the other sizes are still in stock. Is there a way to integrate it into this module?
    Thanks
    Supersnow

  9. #119
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Idea or Suggestion Re: Request Restock Mod Thread

    Can anyone help with making this mod compatible with stock by attributes so that a customer can request a restock of a certain attribute. This is very important for stores that use stock in accordance with attributes such as size and color. At the moment all of the products has to go out of stock thus the request for restock is not available until all stock is depleted, but it would be good if a customer could request a restock on a certain size or color when that stock level is available with the mod of stock by attributes.

    Anyone???
    Thanks
    Supersnow

  10. #120
    Join Date
    Mar 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    Are there any plans to be able to export the restock request information to CSV?
    Using: Zencart 1.3.7 and lovin' every minute of it.

 

 
Page 12 of 14 FirstFirst ... 21011121314 LastLast

Similar Threads

  1. Restock Request
    By jsarwar in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 20 Jul 2014, 11:16 PM
  2. Request Restock Mod Alpha 3.5
    By Adds in forum General Questions
    Replies: 0
    Last Post: 12 Nov 2007, 07:52 PM
  3. Restock Request Module - Urgent Help Needed Please....
    By Adds in forum General Questions
    Replies: 1
    Last Post: 30 Oct 2007, 01:39 AM
  4. Return Request mod
    By dscott1966 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2006, 05:21 PM

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