Announcement

Collapse
No announcement yet.

Force login to enter site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Force login to enter site

    I have a wholesale site and do not want anyone to enter the site that is not a registered retailer. Currently, it is using the Force Login module by Sebenza. Is there some way I can setup Miva 10 (Shadows) to force login before entering the site without a plugin?

    Please let us not get into the discussion of why don't you just set up wholesale pricing in your main online store. The wholesale store is built from a completely different perspective, it's a login, get your inventory ordered, get out, and back to work website.
    Gary

    [email protected]
    www.icCommerce.com

    #2
    Yup:
    Code:
    <mvt:if expr="NOT(g.basket:basket:cust_id)">
    
    <html formatting here>
    Place Login Form Here
    <html formatting here>
    
    <mvt:else>
    
    the rest of the site.
    
    </mvt:if>
    just add the HTML and text you want to customer to see before they login in the top branch.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X