Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Need Age Verification before entering page

    [FONT=Segoe UI]Hey, how's it goin? Been waiting to hear from you on WLM. Are you still having problems with the "Age Verification Script"? If, so, let me know the EXACT URL to the page you're trying to use it on, and I'll see what I can do. If it's something else, just let me know. I've not always got my messenger up, but I DO check it several times a day. Later........................[/FONT]
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #12
    Join Date
    Sep 2008
    Location
    Gold Coast, Australia
    Posts
    55
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    I have a slightly different question. I have a wholesale site that I don't want anybody to go to except for people with a login.

    How would I create a login page that appears the mainpage? Sort of like the cpanel login or even the zen cart admin login.

    Is this possible?
    Tooty Fruity

  3. #13
    Join Date
    Sep 2008
    Location
    Gold Coast, Australia
    Posts
    55
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    sorry, I mean "create a login page that apears before the mainpage"
    Tooty Fruity

  4. #14
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Need Age Verification before entering page

    Quote Originally Posted by demz001 View Post
    I have a slightly different question. I have a wholesale site that I don't want anybody to go to except for people with a login.

    How would I create a login page that appears the mainpage? Sort of like the cpanel login or even the zen cart admin login.

    Is this possible?
    In your situation, I would just go to Admin>Configuration>Customer Details.......Customer Shop Status - View Shop and Prices, an Set to 1(Must log in to browse).

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #15
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    I have a similar question, although it may be a bit more code intense. I really don't know.

    One *category* of my store is adult-oriented. It's clearly marked "adult oriented maille 18+". I would much rather have this category setup with a script for age-verification, so the kiddies can't just wander in "Oops! Sorry Mommy/Daddy. I was just looking for chainmaille Dice bags for D&D and *this* page came up!"

    Is it possible to restrict a single area? or am I pretty much stuck with it being this way?

    Thanks for any help.

    David Stous
    Chief Maille Smith
    Wolf's Den Armoury
    www.wolfsdenarmoury.com

  6. #16
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need Age Verification before entering page

    You can customize the Zen Cart code to do anything you like ...

    The question is thinking through everything you need done ...

    Let's say you have categories_id 69 as the adult only category ...

    You want to have an authorization to get the the Product Listing when this category is selected ...

    But ... what happens to:
    Search and click on a product?

    New Products?

    Featured Products?

    Specials?

    All Products?

    The centerboxes?

    Coming in from a Search engine to a Product _info page?

    How far do you need to take the management of the display of the Products that are in categories_id 69 to block it?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #17
    Join Date
    Sep 2008
    Location
    Gold Coast, Australia
    Posts
    55
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    Quote Originally Posted by Get Em Fast View Post
    In your situation, I would just go to Admin>Configuration>Customer Details.......Customer Shop Status - View Shop and Prices, an Set to 1(Must log in to browse).

    Hope this helps.
    Thanks "Get Em Fast",

    That did the trick for me.
    Tooty Fruity

  8. #18
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Need Age Verification before entering page

    Quote Originally Posted by demz001 View Post
    Thanks "Get Em Fast",

    That did the trick for me.

    Anytime. Glad to help.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #19
    Join Date
    Feb 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    Quote Originally Posted by Get Em Fast View Post
    You should be able to put this script on the specific page that you need the age verification on, so that when that page is called, the verification script kicks in first.

    Hope this helps.
    hi, my problem is i get the pop up again when it redirects, like its missing a cookie or something,

    now let me explain how im using the script, im using a a movie cms and i place the script like when i link or embed a video on the add a page area in html.

    i try to put it in another place in the cms files other than same place where i embed videos but i cant find where to place it on the host files,

    i can put in index but i dont want it on every movie, only some are adult, ive tried somany 0.0 but no result works, i like this one the best if i can get it right,

    well thanks in advance if and when you can help me out

    best regards ricky rick

  10. #20
    Join Date
    May 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Need Age Verification before entering page

    Quote Originally Posted by Get Em Fast View Post
    chachab, you're going to have to change the URL's to your own, something like:

    Code:
    [FONT=verdana]<script language="javascript">  
    var agePrompt=prompt("Please enter your Age. Example (24)")  
    if (agePrompt>=18)  
    document.location="http://www.getemfast.com"; 
    else {  
    alert('Sorry, we can not let you in!')  
    document.location="http://www.getemfast.com/index.php?main_page=contact_us";  
    }  
    </script>[/FONT][FONT=verdana][/FONT]

    This works just fine if you will put it at the VERY TOP of Index.php (the one that's in the root of your shop).
    Hope this helps.
    I was able to get the code to work but the only problem is that I am not sure what it wants me to enter into the box to get to the site .... I typed in 18 and I also tried 21 and I also tried typing in my birth date but it did not work ... What does it want me to enter? Thanks!!

    Celtic

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. I need an age verification that i can customize
    By Nephishizo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Nov 2010, 05:33 PM
  2. Need to setup Age Verification to my adult site
    By purebeautyandlust in forum General Questions
    Replies: 1
    Last Post: 21 Oct 2009, 11:31 AM
  3. Replies: 1
    Last Post: 10 Sep 2009, 11:29 AM
  4. Age Verification
    By signs in forum General Questions
    Replies: 0
    Last Post: 12 Jul 2009, 04:08 AM
  5. i need a age verification pop up before entering page...
    By chachab in forum Customization from the Admin
    Replies: 1
    Last Post: 25 Apr 2008, 03:20 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