Plugin to filter customers by location

Hello BC users,
I am wondering if there is a way to only allow customers within a certain geographic location (a few states within the US) to purchase from a BC website. I was pointed in the direction of a JS plugin, but was wondering if there was an easier more customer friendly way around the problem. I am rather new to programming and the whole process of web-site creation so i would appreciate as simple an answer as possible.
The reason we would want to do this is because of manufacturer's contracts that limit our territory. We have the options to allow people known to only do business within our area access to the storefront and to have login information created in the back office by admin, but again not very customer friendly.
Thanks for the assistance.

JS only at this point as Liam points out, if you want something easy but not so automatically you could just ask the question "what state are you from" with a drop down and only allow people to continue if they select that state. Not fool proof but might be simple enough to work.

Similar Messages

  • Where is Tiger junk mail filter pref file located?

    I apologize for the redundant post...I posted this in the Tiger/Mail forum but haven't gotten a reply.
    I had to reinstall Mail from scratch after I upgraded to Leopard.
    Can anyone tell me where the 10.4 junk mail filter pref file is located so I can try and drag it over to my Leopard install and save me the time of physically replicate the filer file.

    There is no preference file but the file that stores all Junk Mail "learned" settings is the LSMMap2 file located at Home > Library > Mail > LSMMap2.

  • MD04 - filter out storage location or sales order stock

    Hello,
    we are using sales order stock in a specific storage location. Is it possible to filter it out of the stock/requirements-list (MD04). I saw filters in customizing but don't know what to select.
    thanks

    Hi David,
    For the Transaction MD04 if SAP provides the Screen Exit this can be done.
    Please check with your ABAPER wheather for this Transaction any Screen Exit is Existed
    or not.If Existed we can do this if not cant do this.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Why "Lighting Effects.plugin" in FIlter folder does not appear in the Rendering menu?

    Photoshop CS5 - I need to work with the "Lighting Effects.plugin".
    The plug-in is correctly installed into Adobe Photoshop CS5.1>Plug-ins>Filters but it NOT APPEAR rolling down the RENDERING menu!!
    How can I make it visible?
    Thank you

    That particular filter was not updated/upgraded to 64 bits, therefore you need to launch Photoshop as a 32-bit application.
    http://help.adobe.com/en_US/photoshop/cs/using/WS82af097c4236e2eb70aae8412fa75dc285-8000.h tml
      In 64-bit versions of Mac OS 10.5 and later, some older, optional plug-ins are available only if Photoshop is running in 32-bit mode:
    In the Finder, choose Go > Applications.
    Expand the Photoshop folder. Then right-click the Photoshop application icon, and choose Get Info.
    In the General section of the Info window, select Open In 32-bit Mode. 
    Close the Info window, and restart Photoshop.
    For more information, see 64-bit operating system benefits and limitations in Photoshop.
    Wo Tai Lao Le
    我太老了         No connection to Adobe.

  • Filter on storage location in ME55

    Hello,
    Our scenario is that we have to release PR after having select them by the notion of plant and storage location, but we have some difficulties to do it because we can't filter on the zone "Storage location".
    The transaction ME55 does not allow us to select the number of store in the criteria of selection.
    Either, with ME55, we can choose a display ALV which allows us to filter the result on the storage location, but then it is not possible to make a collective release of the purchase requisitions; is there any parameter setting to manage the possibility to select à list of Pourchase requisition filtered on a list ALV and release them.
    Either manage the zone ' storage location " in the selection screen, Can you tell me if you know wich user exit ou badi I can use to manage this?
    Thank you for your help.
    Edited by: fat on Sep 29, 2010 12:26 PM

    Hi,
    we have only the following enhancements avaialble for ME55. You can not go by storage locations.
    M06B0001
    Role determination for release of requisitions
    M06B0001
    Changes to communication structure for release of requisitions
    M06B0003
    Number range and document number
    M06B0004
    Number range and document number
    M06B0005
    Changes to communication structure for overall release of purchase requisitions
    M06E0004
    Changes to communication structure for release of purchasing document
    M06E0005
    Role determination for release of purchasing documents
    Thanks,
    Venkat

  • Filter referenced pictures located in a specific directory

    I'm trying to consoliate all my pictures to a directory structure on external disk.   Most of my files 16K files are located there.    Of those 16K files, I have 6K files that are located on my local storage (MBA).    I would like to create a filter to find all referenced pictures located on specfic directory and not the external storage.   Something like where the directory like "/Mac HD/Users/myacct/Pictures/"  Is this possible?
    TIA,
    Scott

    Hi Scott,
    You can easily find all images on the system or the external volume, but not a specific directory without resorting to writing an AppleScript.
    Quit Aperture, then dismount (eject) your external volume, to make all originals on that volume offline, and then restart Aperture.
    Then define a search, or a smart album; with the added rule "File status is offline", and all your originals on the external volume should be listed in this album. Then flag them or tag them with a keyword or color label.
    A second album; "file status is online" should give you the images on the system drive.
    Regards
    Léonie

  • Content-package-maven-plugin use filter.xml

    Is there a way to get the Maven plugin (content-package-maven-plugin) to use the filter.xml used by VLT for the filtering for the content package. At the moment I need to specifiy the filtering again in the POM.
    <plugin>
    <groupId>com.day.jcr.vault</groupId>
    <artifactId>content-package-maven-plugin</artifactId>
    <extensions>true</extensions>
    <configuration>
    <group>geometrixx</group>
    <filters>
    <filter><root>/apps/geometrixx</root></filter>               
    <filter><root>/etc/designs/geometrixx</root></filter> 
    <filter><root>/content/geometrixx</root></filter> 
    </filters>
    <embeddeds>
    <embedded>
    <groupId>${project.groupId}</groupId>
    <artifactId>geometrixx-bundle</artifactId>
    <target>/apps/geometrixx/install</target>
    </embedded>
    </embeddeds>
    <targetURL>http://${crx.host}:${crx.port}/crx/packmgr/service.jsp</targetURL>
    </configuration>
    </plugin>
    Filter.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <workspaceFilter version="1.0">
    <filter root="/apps/geometrixx">
    <include pattern="/apps/geometrixx(/.*)?" />
    </filter>   
    <filter root="/etc/designs/geometrixx"/>
    <filter root="/content/geometrixx"/>
    <filter root="/apps/geometrixx/install">
    <exclude pattern="/apps/geometrixx/install/.*"/>
    </filter>
    </workspaceFilter>

    Dan-
    Rather than having a filters element within the configuration, put
    <filterSource>src/main/content/META-INF/vault/filter.xml</filterSource>
    (correcting the path as necessary).
    Regards,
    Justin

  • I need to open Kodak CD photo files in photoshop where can i get the plugin or filter?

    I need to open a Kodak CD photo image in photoshop what do i need and where can I get it?

    I have Photoshop CS5 is there a plugin?
    Simon Treadwell
    President
    Treadwell + Company Design Inc.
    Experience, Knowledge, Service
    <Removed by Moderator>

  • Filter by file location?

    I have referenced images on at least two different disks. I'd love to be able to create a Smart Album that shows me the images on a particular disk. (eg. to decide whether I want to move them)
    But while I can filter by Filename, there doesn't seem to be a way to use the file path/disk/folder name as a filter.
    Or have I missed it?
    Thanks, Quentin

    first get rid of 5. get selected finder items. that would add items currently selected in finder. why do you have it there? instead put the following "run apple script action" in the end
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on run {input, parameters}
    (* Your script goes here *)
    return item 1 of input
    end run</pre>

  • OSX using dylib with filter plugin

    Hello
    Ive build a filter plugin for CS3 using xcode.
    Two dylibs are used, and everything is working, if I put the these dylibs at the same location like on my development computer. But the dylibs are not found, if they are placed in the plugin-bundle, in the PS-folder, in application-support, .....
    How can i make this plugin work with the dylibs located in the plugin-bundle? This would be the best way for destributing my plugin.
    Are there other posibilities?
    many thanks in advance.
    Greetings Klaus

    Thanks for the answer, but it is not working this way.
    I still get the error-message and the console shows:
    2007-08-26 12:11:40.294 Adobe Photoshop CS3[9922] CFLog (21): Error loading /Users/kl/Desktop/Adobe Photoshop CS3 SDK/samplecode/Output/Mac/Debug/Debug_i386/ColorAIXchange 2.0.0b0.plugin/Contents/MacOS/Dissolve: error code 4, error number 0 (Library not loaded: /sw/lib/libjpeg.62.dylib
    It looks like the path to the library is firm, but I cannot find the place where to change this.
    In Codewarrior I would link the lib into the plugin or use weak linking and load the lib 'by hand'. Im not very used to xcode.....
    Greetings Klaus

  • Log On to null  and  Plugin Manager error

    After installing BOE XI 3.1 Update and SAP Integration Kit 3.1, when attempting to log on to InfoView get a Log On to null showing up in the upper corner and when attempting to use SAP Authentication get:
    Account information not recognized: Plugin Manager error: Unable to locate the requested plugin secSAPR3 on the server. (FWB 00006)
    SAP Authentication doesn't show up in CMC either. Any ideas? Already checked SAP Java Connector.

    Here is the "README":
    wdeploy: Business Objects Deployment tool
    Objective: To deploy Business Objects web applications.
    Location of online deployment guides:
    BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for Windows
    BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX
    1. Go to http://help.sap.com
    2. Click on tab "Business Objects"
    Please note that you will need your SAP Service Marketplace USER ID and PASSWORD to access this material.
    If you do not have the necessary credentials contact your SAP support center.

  • Need to display the Stock Values at storage location level - 0IC_C03

    Hi All,
    I am developing Stock Movent Report on 0IC_C03 - Material Stocks/Movements.
    I have more than one storage location for plant. Stock quantities are calculating at storage location level and Stock Values are calculating at plant level.
    I have no issues with quantities. Only problem with Values.
    2LIS_03_UM is not picking the starage location, so that the revaualtion values are falling under unassigned nodes. When i set filter on storage location these values were not showing as they are under un assigned nodes (#).
    I want to get the Stock Quantity and Stock Values at Storage location level in my report.
    I found that soulution for that is Applying SAP Note : How to Realize summarized display of stock values on storage
    I have done development as per the document. But when i run the Query it is going to debug mode first and then it saying This program cannot display the webpage
    Can any one faced the same situation, Please help me if so.
    Thanks in Advance.
    Gopal N

    Hi Sachein,
    I am getting this An exception(CX_RSR_PROPAGATE_X) occured when debugging, and then it leads to next screen saying that:
    This program cannot display the webpage
       Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
       What you can try:
         Check your Internet connection. Try visiting another website to make sure you are connected. 
         Retype the address. 
         Go back to the previous page.
         More information
    Please let me know you need any more information.
    Thanks in Advance
    Gopal N

  • Help with updating plugin for raws on a mac please

    Hi,
    I've got a mac on os 10.4.11 with 2 GB of memory.
    I had Elements 4.0 on it, but had to upgrade to the current release to get compatibility with my new camera and it's raw format.
    I installed Elements 8.0, and it worked fine but needed a plugin upgrade to see my new cameras raws.
    I then followed the installation instructions (except the part about the Camera Raw.8bi file which doesn't seem to exist on my system...??)
    to go to the plugin v 6.1 (also tried v6.2) and when I do, and I relaunch Elements, it doesn't recognize the file, and if I click Photoshop Elements > About Plugin > Camera Raw ... I get the error "Could not complete the Camera Raw command because there is not enough memory (RAM)" -- this makes no sense to me given that I have 2 GB on the machine, and am not running any other software. Here are the steps I took to do the update of the plugin:
    Download it
    Stop elements
    drill the folder where the orig plugin is (in the plugins\file formats directory)
    Replace the original plugin with the new one
    Start Elements
    run the cameraprofiles.mpkg file
    Stop Elements
    Start Elements
    click Photoshop Elements > About Plugin > Camera Raw ...
    <Error as stated above>
    so, what the heck am I missing?
    Thanks
    Dave

    Okay, something is wrong with your procedure.
    You need to go here:
    http://www.adobe.com/support/downloads/product.jsp?product=40&platform=Macintosh
    and download the plug-in. (I'd stick to 6.1 for right now, since several people are reporting problems wit 6.2, if your camera works with 6.1).
    Put the .plugin file in the specified location (per the readme file), but you must remove any older versions first, no matter what the instructions may say.
    To update bridge, go to Help>Updates in bridge, but you can't update bridge past ACR 5.7.

  • How can I prevent filter from getting applies to .html page?

    Hi,
    I have a MyFaces filter that I don't want applied to pages ending in ".html". However, upon visiting the "/myapp/index.html" page of my application, I get an internal server error, and the stack trace indicates that the filter is being invoked. How can I prevent such a filter from being applied to ".html" pages? The stack trace and the web.xml file are below.
    Thanks, - Dave
    Error I get when visiting index.html page
    ####<Oct 30, 2008 8:46:44 AM MDT> <Error> <HTTP> <rhonti> <nps-supp-gui-ms-1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1225378004500> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@4f2189 - appName: 'nps_history_gui', name: 'nps_history_gui.war', context-path: '/nps_history_gui'] Servlet failed with Exception
    java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html
    at org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:389)
    at org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:349)
    at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:279)
    at org.apache.myfaces.webapp.filter.TomahawkFacesContextWrapper.<init>(TomahawkFacesContextWrapper.java:115)
    at org.apache.myfaces.webapp.filter.TomahawkFacesContextFactory.getFacesContext(TomahawkFacesContextFactory.java:85)
    at javax.faces.webapp.FacesServlet.prepareFacesContext(FacesServlet.java:307)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:141)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:525)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
    at com.myco.nps.im.plugin.NPSIMIntercepter.doFilter(NPSIMIntercepter.java:101)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.myco.nps_history.filters.NoCachingFilter.doFilter(NoCachingFilter.java:30)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    =================Begin web.xml=======================
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
    <display-name>
    nps_history_gui</display-name>
    <filter>
    <filter-name>extensionsFilter</filter-name>
    <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
    <init-param>
    <description>Set the size limit for uploaded files.
    Format: 10 - 10 bytes
    10k - 10 KB
    10m - 10 MB
    1g - 1 GB</description>
    <param-name>uploadMaxFileSize</param-name>
    <param-value>100m</param-value>
    </init-param>
    <init-param>
    <description>Set the threshold size - files
    below this limit are stored in memory, files above
    this limit are stored on disk.
    Format: 10 - 10 bytes
    10k - 10 KB
    10m - 10 MB
    1g - 1 GB</description>
    <param-name>uploadThresholdSize</param-name>
    <param-value>100k</param-value>
    </init-param>
    </filter>
    <filter>
    <filter-name>No Caching Filter</filter-name>
    <filter-class>com.myco.nps_history.filters.NoCachingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>SSOFilter</filter-name>
    <filter-class>com.myco.nps.im.plugin.NPSIMIntercepter</filter-class>
    <init-param>
    <param-name>filter_conf_file</param-name>
    <param-value>/export/third-party/etsbea/application_conf/wls_9.2.2/nps_history_gui_conf/nps_im_plugIn.properties</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>extensionsFilter</filter-name>
    <url-pattern>*.jsf</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>extensionsFilter</filter-name>
    <url-pattern>/faces/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>No Caching Filter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>SSOFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <description>Sets properties of History UI app</description>
    <display-name>HistoryInitServlet</display-name>
    <servlet-name>HistoryInitServlet</servlet-name>
    <servlet-class>com.myco.nps_history.servlets.HistoryInitServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HistoryInitServlet</servlet-name>
    <url-pattern>/HistoryInitServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HistoryInitServlet</servlet-name>
    <url-pattern>/refresh</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    ==================End web.xml=======================

    I got that error when using the request URL /myapp/ or /myapp/index.html.
    Regarding,
    At any way, you should map the ExtensionsFilter on the FacesServlet rather than on any url-pattern. Could you elaborate on what you mean? Maybe with an example?
    Thanks, - Dave

  • Can't find plugins directory when installing Native Instruments Komplete

    Hi - I recently tried to install Native Instruments Komplete and the installation stops with a message saying that 'setup could not find your browser's plugins directory - click browse and locate the plugins directory - to install to this directory click install - you may install the plugin into a different directory but the plugin may not work properly with your browser. The default directory that it shows me (presumably the one it can't find?) C:\windows\system32\macromed\flash.
    I went to Native Instruments with this problem, but they have told me to go to Adobe saying that, 'The error message you are receiving is related to the Flash Player and not to the NI installation - so please contact Adobe for assistance with this.'
    Can anyone help please? Thanks! (I'm running Windows 7 Professional (64 bit) with Service Pack 1)

    Hi Pete,
    I would have expected Flash Player to be installed with the Suite, but I don't think it will hurt to install it again (in fact, you'll get the most up to date version if you haven't upgraded recently.)
    Flash Player on windows comes in two flavors.  One is an ActiveX control for Internet Explorer, the other is a plugin for all other browsers.  One thing to note, if you're on a 64 bit machine the directory for the Flash Player files will be different than a 32 bit install.  Here's where you typically find them:
    32 bit: C:\Windows\system32\Macromed\Flash
    64 bit: C:\Windows\SysWOW64\Macromed\Flash
    Chris

Maybe you are looking for