Page 4 of 14 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 138
  1. #31
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Request Restock Mod - Anyone wants it?

    HI!

    Great mod!

    I found a small bug, you give a closing </div> in your button code in the readme.txt, but no opening div.

    <!--bof Restock button-->

    <?php

    if ($products_quantity <= 0) { ?>

    <?php echo '<a href="' . zen_href_link(FILENAME_REQUEST_RESTOCK, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_REQUEST_RESTOCK, BUTTON_REQUEST_RESTOCK_ALT) . BUTTON_REQUEST_RESTOCK_ALT . '</a>'; ?></div>



    <?php

    }

    ?>

    <!--eof Restock button -->

  2. #32
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod - Anyone wants it?

    Thank you, and will update it soon ^^.
    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

  3. #33
    Join Date
    Mar 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    Does anyone know where to place the code so that the request restock button/link will show up next to the "out of stock" icon in the list view.

    I've got it in my product description but would also like someone to be able to request the restock when they are just browsing through the list. Often times people won't click on the item if it is showing up as out of stock and therefor they don't know that they can request a notification when it's back on the shelf so to speak.

    Hope this makes sense.
    Using: Zencart 1.3.7 and lovin' every minute of it.

  4. #34
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    You would have to edit many files just to do it, there are special listing, new listing, all products listing, ....
    I don't remember the exact files names, but if you are familiar with editing ZC files then it's easy to do:
    Say I want to edit the listing for my index site, I will view the source file of the file. I want to put the request button right under the price, so I look at the source code of "price":
    PHP Code:
    <div class="price">$6.49</div
    Now I can use a program that can search the content of many files (notepad++ for example) and search for
    Code:
    div class="price"
    If that does not work then I may want to search for only
    Code:
    price
    ZC sometimes build the html in the module files, sometimes in the template files, so it can get really confusing at first but you will get used to it. And I sure hope we will see code improvement on the later versions.
    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

  5. #35
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    I have installed this add-on and seems to work great

    but I did a test to be notified of a restock and all I got was

    Dear carlos

    Product XYZ


    -----
    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]


    -----
    Copyright (c) 2007 Zen Cart. Powered by Zen Cart
    That was it, nothing else .. what am I doign wrong ? seems it's not using the email template ?

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

    Default Re: Request Restock Mod Thread

    Can you please take a screenshot of the mail and post it here please?
    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. #37
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    sure, here it is .. let me know if you need anything else
    Attached Images Attached Images  

  8. #38
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    Huhm, are you using the newest version? We no longer use that email template.
    Try downloading the newest version, install it and let me know if this still happens.

    Quote Originally Posted by NullMind View Post
    sure, here it is .. let me know if you need anything else
    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

  9. #39
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Request Restock Mod Thread

    I am using Alpha 3.3 ? .. is there a newer one ?

  10. #40
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Request Restock Mod Thread

    No, it's the newest

    Are you sure that you uploaded all the files in the folder "email" to your corresponding folder on the server?
    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

 

 
Page 4 of 14 FirstFirst ... 23456 ... 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