Page 14 of 51 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 510
  1. #131
    Join Date
    May 2008
    Posts
    402
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by pricediscrimination View Post
    Is this supposed to take the user to the shopping cart once they submit?
    Nevermind, something was screwed up on my tpl_product_info_display.php so it wasn't working right.

    Now for styling... I can't get the "Name" form to be as wide as the email forms. I went into to the provided html and changed the size/length to match the email forms but it still didnt work.

    Is there an easy way to style this? I don't want it to look the same as my other "form" "legend" styling.

  2. #132
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Thanks, I'll get that typo fixed.

    Quote Originally Posted by pricediscrimination View Post
    Is this supposed to take the user to the shopping cart once they submit?
    No, of course not. Does yours?

    If it does then you've messed up integrating the code into your tpl_product_info_display.php file.. the subscription form cannot be within the set of form tags which is used to add the product to the cart.

    All the best...

    Conor
    Ceon

  3. #133
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Back In Stock Notifications Version 2.2.4 Released!

    Hi,

    I've just uploaded a new version to our site and the downloads area. From the Revision History:

    [BUGFIX] SQL script updated to work with MySQL 5.
    [BUGFIX] Typo fixed in back_in_stock_notifications_subscribe.php.

    http://dev.ceon.net/web/zen-cart/bac...ions/downloads

    All the best...

    Conor
    Ceon

  4. #134
    Join Date
    May 2008
    Posts
    402
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    any tips on styling?

  5. #135
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by pricediscrimination View Post
    any tips on styling?
    I'm guessing you're talking about the form textfields?

    You can set them to the same size by giving each of the textfields a class or an ID and setting up the appropriate CSS. E.g:

    HTML Code:
    <input type="text" size="25" maxlength="64" name="name" value="{name}" class="MyClassToSetLengthOfTextfield" />
    HTML Code:
    <input type="text" size="35" maxlength="96" name="email" value="{email}" class="MyClassToSetLengthOfTextfield" />
    (adding .MyClassToSetLengthOfTextfield { length: 10em } or some similar CSS to your stylesheet).

    Or you can make the length of each field the same by changing the "size" attributes as desired.

    If you're asking about the form labels, they all share the same class - inputLabel - so they should be the same length if the CSS for it is set to a particular length.

    Because all of the template code is standard HTML with Ceon's template tags embedded, it's easy to update this. If you are having trouble please consult a designer, it shouldn't take more than a few minutes for someone with good HTML/CSS skills to sort this out! :)

    Glad you like the module!

    All the best...

    Conor
    Ceon

  6. #136
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Back In Stock Notifications

    Hi Conor,

    I was thinking about adding this to the product listing pages. Would there need to be a complete re-write or are there just a few lines here and there to alter to make it work? The reason why I would like to add it to the product listing page is that many people don't go further than that page when looking at products, and it would be very helpful to put the BISN on this page, too.

    Thanks!

    Matt

    Zen Cart and it's community are the best!!

  7. #137
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi Matt,

    Quote Originally Posted by lankeeyankee View Post
    I was thinking about adding this to the product listing pages. Would there need to be a complete re-write or are there just a few lines here and there to alter to make it work? The reason why I would like to add it to the product listing page is that many people don't go further than that page when looking at products, and it would be very helpful to put the BISN on this page, too.
    That's an interesting idea.. how do you imagine the BISN link should be displayed? As a text link to the Back In Stock Notification subscription page?

    All the best...

    Conor
    Ceon

  8. #138
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi Matt,



    That's an interesting idea.. how do you imagine the BISN link should be displayed? As a text link to the Back In Stock Notification subscription page?

    All the best...

    Conor
    Ceon
    Hi Conor,

    I imagine the link being just like on the product info page, a text link under the out of stock image. And I think that it would be easiest if it was an anchor link like the product info page, so the form is at the bottom of the page, or even hidden in a div tag that would expand when the link was clicked and you're dropped down to the bottom of the page to fill in the form.

    Thanks!

    Matt

    Zen Cart and it's community are the best!!

  9. #139

    Default Re: Back In Stock Notifications

    I have the installed and all seems to work well, get the email's but when i send the email from the test acc , that i use , i get all of this text at the top of the web site.

    you can check it out at www.mikesrchobbies.com
    go to canopies and the 1st one is out of stock.

    i have it set up on my test server also and works fine . just replace the www with beta ,

    any help would be great ,
    thanks mike

  10. #140
    Join Date
    Aug 2006
    Location
    BC, Canada
    Posts
    33
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hi there,

    I'm just wondering how to go about changing the font & font size of the text that is displayed on the page that appears after a user clicks the subscribe button?
    Thanks
    James

 

 
Page 14 of 51 FirstFirst ... 4121314151624 ... LastLast

Similar Threads

  1. Ceon Back In Stock Notifications 3.0.0
    By conor in forum Addon Admin Tools
    Replies: 204
    Last Post: 8 Apr 2025, 05:19 PM
  2. Replies: 146
    Last Post: 13 Dec 2020, 09:52 AM
  3. Replies: 4
    Last Post: 14 Feb 2013, 09:33 PM
  4. v139h Back In Stock Notifications only notify customers ONE time?
    By SRQHoyas in forum General Questions
    Replies: 0
    Last Post: 9 Jun 2012, 01:58 PM
  5. Problems with Back In Stock Notifications addon
    By dhanesh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Aug 2008, 02:26 PM

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