Unique Secure Zones

Hi people,
I haven't had to deal much with secure zones before so I thought i would post what i'd like to do here to see if it's possible before I waste any time on it.
I'd like to create a secure zone on a site (easy enough). But i'd like users to be able to see products unique to their business. So John might login and he would see products X,Y,Z at prices that are unique to him, but Mary may login and see products A,B,C with prices unique to her. Is there a way of doing this? Would multiple secure zones need to be created that contained catalogues specific to the client?
Cheers

The only way to have prices unique to people is to go under subscriptions under the person in the CRM and you will see %discount options for catalogs you create.
Think of the complexity of per person price options under a specific product, that's rather big.

Similar Messages

  • Is there a way to make secure zone content unique for user?

    Hi, we have a client who wants to have a secure zone on their site which will allow them to upload images and notify the user, so that when they login they will see their particular images (in a gallery with lightbox etc) but other secure zone users cannot see their images, they will only see their own images.
    I am looking at a combination of secure zone/web app/image gallery functionaity but cannot work out if this is even feasible (without some had core scripting).
    Does anyone know how we can set this up?
    Cheers
    Cam

    Hi,
    You can do this via web-apps (placed inside a secure zone). A webapp can be customized to allow users to add and edit their submissions, can be integrated with google maps, can have expiry dates, can require payments, etc. Here's a complete reference: http://helpx.adobe.com/business-catalyst/topics/web-apps.html
    Kind Regards,
    Alex

  • Include Secure Zone name in Order Workflow Notification

    Hi All,
    Hoping that someone can help me with a solution for the following:
    We have a site that has a number of secure zones, each secure zone has an individual product catalogue assigned to it.
    The problem we have is that when someone does an order from within the secure zone, the Workflow notification does not contain any information about which secure zone the order came from.
    So I'm wondering if it is possible to write some code that will query what secure zone you are logged in to and have this as a hidden field on the Order page, to be included in the Workflow Notification.
    Does anyone know if this is possible?
    Cheers,
    Emily

    You can parse the user's securezone subscriptions out of {module_subscriptions,true,true,,true}, or you could look for an attribute unique to each catalogue, like <div data-catalogue="{{tag_somethingUnique">...catalogue template code...</div> plus jQuery('[data-catalogue]').data('catalogue');

  • Secure zones with multiple passwords

    To many of you experts out there this may be a rather dumb question but I am just trying to get the answer verified before I go back to my client with the information. I have a client that wants to have a portion of his site set up as a secure zone "for members only". He wants each member to use their email as their ID but be able to set their own unique password rather than everyone sharing a single password. Can this be done in BC? If so, how?
    These members will not be administators of any kind, just customers with access to this secure area. (It might be a blog or news section of some kind, they have not been very clear about that as yet. I just need to know so I don't want to over-promise anything with BC.
    Thanks in advance for your help
    Kevin

    Hi,
    There will be one set of password to gain access to secure zones for each contact.  Based on their zone access the login will allow them to access.  So to answer your question it's yes contacts can sign up to a secure zone through a web form or your site admin can grant access for them. 
    More details: http://helpx.adobe.com/business-catalyst/partner/add-secure-area-your-site.html
    Hope this helps!
    -Sidney

  • Secure Zone Customer Activity Tracking

    I'm new to Business Catalyst, so this may be obvious to some of you, but I have a question about tracking customer activity on my Business Catalyst site. I can track logins into Secure Zones, but only whether/not the customer has logged into the site.
    What I'd really like to do is track a customer's usage of the site - in other words, I'd like to see what a customer's activity looks like on the site. So if a customer goes from Home (secure zone login), to About, to whatever other page. I suppose how much time they spend is too granular, but if I could figure out how to track their site usage, it'd really help me with a client. The only way I can see how to do it on my own is to require users to log in to every single page, which compromises far too much usability.
    So, how about it? Is there anyone that can provide a suggestion, either using the BC interface, or using some other type of tracking mechanism?

    BC can't do that out of the box. You may want to use Google Analytics for that.
    Cheers,
    -m

  • Why do I get these messages "logged in but not to a specific secure zone"

    Could anyone please explain why this messge would appear on the dashboard
    'username' logged in but not to a specific secure zone
    instead of
    'username' logged in to Member Only Area secure zone
    On this website, customers can only log on to a secure zone, and there is only one secure zone.
    Thanks

    Hi Mario,
    Thank you for your response.
    There are only two places users could log in, and none have ZoneID=-1
    I tested both options with one of my own (non admin account) login, and none produced the above message.
    action="/ZoneProcess.aspx?ZoneID=51&amp;OID=5459507&amp;OTYPE=1"
    action="/ZoneProcess.aspx?ZoneID=51&amp;OID=5459507&amp;OTYPE=1"
    both ZoneID's are the same
    What is weird though, only one specific user account is generating that message.
    At this stage the user has not complained about not being able to access his/her data yet.
    My only concern was that this could be a possible security risk.
    Thanks

  • How to use single web form for multiple secure zone signup?

    I have multiple secure zones in my website. I want to sell membership of secure zones to users of my website. I want, users signup for multiple secure zone of their choice and submit payment. Is it possible if can you please explain a bit or refer me to an doc about it.
    Thanks a lot for your time,

    I realize this isn't likely, but do you know of a way to allow the user to select the secure zone to be registered (e.g. from a list of multiple secure zones or entering ID of one sz into a text input) from within a single web form? I wonder if this can be passed in through a parameter in the action URL or through a special system field.
    Thanks

  • How to create a Payment Form for access to multiple secure zones

    I'm trying to create a Payment Form that allows the user to select from a dropdown of videos, each of which represents a secure zone page with an embedded video.
    What I can't figure out -- and tech chat can't help -- is how to redirect the user to the correct secure zone for the video they purchased.
    Videos are are streaming, vimeo embeds, not downloads.
    Anyone know how to do this? Can post link to test form if you need it.
    Thanks!
    jerry

    Hi,
    This can be done for already available list. Have a look at the following steps:
    Create an Empty SharePoint Project, then right click the project, add SharePoint “Layouts” Mapped Folder.
    Right click the project name, add New item Application Page, then add the custom code there.
    Under Features, add a feature, right click the added feature then add an event receiver, override the FeatureActivated method to set the new edit/new form as the default form.
    How to set new form as default form:
    SPList lstTest = web.Lists["Shared Documents"];
    string newUrl =
    string.Format("layouts/NewEditForm.aspx", web.ServerRelativeUrl, lstTest.RootFolder.Url);
    var form = web.GetFile(newUrl);
    if (form !=
    null && form.Exists)
     //string newFomrUrl = lstTest.DefaultEditFormUrl.Replace("EditForm.aspx", "docEditForm.aspx");
      lstTest.DefaultEditFormUrl = newUrl;
      lstTest.Update();
    For more information, see
    http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2011/05/12/sharepoint-2010-cookbook-how-to-create-a-customized-list-edit-form-for-development-in-visual-studio-2010.aspx
    To add a custom list form, the best way I think is using SharePoint Designer 2010, it’s very fast.
    Regards,
    Kelly Chen

  • Can you determine which secure zone you are logged into?

    Hi all,
    Is there a tag that tells you which secure zones you are logged into and display it on the screen. Or even javascript.
    Thanks

    Thanks Liam.
    I kind of worked out the you need to pull out the page id out of the URL and display it that way, but it fails if you have more than one page (you could check across all pages that are part of the secure zone I guess).
    Any other ideas would be appreciated.
    Anyway thanks again.

  • Can't download itunes - security zone policy error message - please help!

    Hi there,
    I have had an ipod for a while now but can't use it as everytime i try to download itunes I just get the following error message;
    This download has been blocked by your security zone policy - edgesuite.net.
    I am using firefox on a windows vista with norton security protection. If you have any suggestions on how I can resolve this I would really appreciate it!

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99360)

  • I can't find the Secure Zone in my Site-Manager.

    I'm a creative cloud member and I can't find the Secure Zone in my Site-Manager. There are only Web-Formulars and System-E-Mails. What do I have to do?

    Hi there, the creative cloud site you get is only a web basic plan. You do not have those features, you will need to upgrade if you want them.

  • Help with secure zone/ forum registration

    Im having difficulty grasping the secure zone concept and ive spent days watching videos and reading online so I hope someone can help push me forward.
    I built the site with Muse, and im using dreamweaver and the BC site (older view) to help edit.  I have a creative cloud subscription.
    First I want to create a registration page to collect custom information on users, for example:  The site is about traveling, so I want users to be able to select which countries they have visited, upload a photo, and control their own profile.
    I want this user information to control the forums, their own blog, and their own photo galleries.
    I'm not afarid of doing the work it till take to get this done but I dont understand if I need to use webforms,  or web app.  The forums module has a default registration page that is very basic, can I use that for a template and just expand it? 
    Also I attempted to make webforms and use them, however when I publish my site live again in muse, it seems to delete any forms I made in BC, do I need finish using muse and stay away from it now that the basics are complete?
    Thanks for your help, and any leads or overall concepts that I am missing would be great!  Thanks!

    You can not do that in BC exactly. It is not designed for that sort of site.
    You can not use the CRM to build that sort of thing.
    You will need to build a blog with webb apps and allow them to submit their own and edit their own web app items. For the forums you have a login for the forums but you can not have their own indevidual forum.
    Photo gallery - not using the BC module and will again have to be a web app and limited.
    To pull that into a public profile you again can not use the CRM as showing their CRM information is ONLY when THEY are logged in. You would have to replicate their data in another web app. And pulling them together will be hard unless you know ajax etc and still complicated.
    You probably better off using a different platform to achieve what your after. Coming from Muse and what that outputs as well your going to have a hard time of it. You can not use Muse to publish if you want more stuff like this because it will just do an all in one publish. If you do stick with BC you have to now Ditch Muse if you watn to do any of this right and more.

  • How do I show the details of a customer when they are logged in a secure zone?

    How do I show the details of a customer when they are logged in a secure zone?
    I want to show the customer details as well as some customer CRM fields that are applied to the customer. None of these are entered via a form, they would be entered by the client. The customer would need to be able to log in to view the information and get an email alert when it is updated. Help!?

    Hi,
    You might want to look into customer service zones which allows customers once logged in to see their case, order and own details. 
    - http://kb.worldsecuresystems.com/133/bc_133.html
    - http://kb.worldsecuresystems.com/kb/customer-service-area-orders.html
    - http://kb.worldsecuresystems.com/kb/allowing-customers-view-update-crm.html
    Kind regards,
    -Sidney

  • How do you set the expiration date of a secure zone?

    I am trying to set up a form where a user can sign up for access to a secure zone for 1 year. How do I set the expiration date of the secure zone for them to expire one year after they sign up for it?
    I have tried using a hidden field named "ZoneExpiry" (I have tried "ExpiryDate" as well) in the form and set its value attribute manually in the HTML (with the format 13-May-13), and the expiration date always ends up being 31-Dec-9999.
    Any help would be greatly appreciated.
    Thanks!

    I have done this.
    Have a hidden input field on form  <input name="ZoneExpiry" id="ExpiryDate" />
    Then have a function as follows:
    var dat=new Date();
                                                      dat.setDate(dat.getDate() + 365);
                                                      var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun", "Jul","Aug","Sep","Oct","Nov","Dec")
                                                      var pretty = dat.getDate() + "-" + monthname[dat.getMonth()] + "-" + dat.getFullYear();   
                                                      jQuery("#ExpiryDate").val(pretty);
    Hope this helps.

  • Secure Zone Login Issues:  It worked great and now just stopped.

    The secure zone on my client's site worked great for about a month and now it just stopped.  All of a sudden it won't let us type into the username and password boxes.  We can click on the "remember me" button and the "submit button" but not type.  I've tried deleting and redoing the code and still nothing.  Our issue is occuring most when used with Chrome's browser.  Any thoughts or suggestions?

    Thanks for your reply, Liam.  Oddly enough I was just reading your expectional contributor profile that popped up in my side collumn.
    Here is the link to the site.  The login works fine in Safari, it's just a problem with Chrome I believe.
    www.myadvancedpt.com
    The login area is in the bottom right of the footer titled "Employee Login."

Maybe you are looking for

  • Iphone 4s doesn't charge and charging icon never change and i cannot open my phone now?anyone can help me?

    anyone can help me...my iphone 4s is not charging and the charging icon remain 1%...and there is a time it will come on and i will try to reset the settings but the problem it doesn't turn on once it dead.And i went to the apple store today and they

  • Problems with Flash Line Graphs

    I have two problems with the new Flash Line Graphs in APEX 3.1 1. I have created a query that returns a set number of rows. Sometimes the VALUE for a specific row might be null. When this occurs the LABEL data does not show up on the X axis. I want t

  • Can't see my image/logo on my podcast yet.  Been about 10 days.

    Can someone verify it is getting through? I use Go Daddy Quick Blogcast so I am not coding, but simply filling in blanks.  Image is the proper size and format and all.  http://admin-training.com/podcasts-only/rss2.aspx Thank you!

  • I can access uploaded table

    I recently downloaded Oracle Express. I used the Utility tab and uploaded a file to an Oracle table. Upload went fine. I can see the table from "select * from user_tables" or "...all_tables" with me as the owner. I used the Object Browser and granted

  • How to use the NavigationBar

    Hi guys, i would like to use the navigationBar included in the forms (that with the buttons next,preview,rollback,commit....).I would like to perform custom actions depending of which button has been pressed. How can i know which button has been pres