Can i request supporting my currency?

Hi, i leave and work in Kazakhstan (KZ). Existing Creative Cloud member.
I love BC's workflow and features. The only concern, i can't setup a proper currency (KZT) for my ecommerce website.
Can someone please help?
Thanks in advance. Alex.

You can define Price in your currency as shown below Product-> Price
Go to Admin > Manage Domain Names
During this process, you will need to select the appropriate Country and Culture settings:
Country - This setting will determine the currency for your products, the payment gateway and other template/layouts with country settings.
Culture - This setting will determine the language used for this domain name
Repeat this process for each currency and/or language you would like to use for your website
kzt.yourcompany.com - Kazakhstan
So when you open the url kzt.yourcompany.com in Browser, it display the currency in KZT.
Please check the following article as well, to set up a multi-lingual and multi-currency site
http://kb.worldsecuresystems.com/521/bc_521.html

Similar Messages

  • Can DRM support multiple  currency ?

    Can DRM support multiple currency ?

    Hi,
    DRM is a master data management tool - so if you have a currency dimension, then yes it would be easy to manage multiple currencies.
    Can you expand on your question a bit?

  • Message-driven bean CMT can not be supported

    Hi,
    I�m trying to use IBM MQSeries 5.3 with S1AS7. The AS and MQ run under W2K SP3. At first I had no problem with deploying and running samples. I used C:\Sun\AppServer7\samples\ejb\mdb\simple\
    I was able to put a test message into MQSeries queue and I saw it was processed by the MDB
    Then I decided to change <transaction-type> from �Bean� to �Container� and I added <assembly-descriptor> where I set <trans-attribute> as �Required�.
    Here is my new ejb-jar.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <!-- Copyright 2002 Sun Microsystems, Inc. All rights reserved. -->
    <ejb-jar>
    <display-name>SimpleMessageJAR</display-name>
    <enterprise-beans>
    <message-driven>
    <display-name>SimpleMessageEJB</display-name>
    <ejb-name>SimpleMessageEJB</ejb-name>
    <ejb-class>samples.ejb.mdb.simple.ejb.SimpleMessageBean</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <destination-type>javax.jms.Queue</destination-type>
    </message-driven-destination>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
         <container-transaction>
              <method>
                   <ejb-name>SimpleMessageEJB</ejb-name>
                   <method-name>onMessage</method-name>
                   <method-params>
                        <method-param>javax.jms.Message</method-param>
                   </method-params>
              </method>
              <trans-attribute>Required</trans-attribute>
         </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    In this case I have the following server.log
    [15/Dec/2002:15:29:00] FINE ( 1700): Requesting Server Session at: 1039955340843
    [15/Dec/2002:15:29:00] FINE ( 1700): Got Server Session at: 1039955340859(1039955340843)
    [15/Dec/2002:15:29:00] INFO ( 1700): CORE3282: stdout: In SimpleMessageBean.SimpleMessageBean()
    [15/Dec/2002:15:29:00] FINEST ( 1700): Thread[MQQueueAgent (MYASQUEUE),5,RMI Runtime]: got session: com.sun.enterprise.jms.SessionWrapperBase@3c9616 from com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0
    [15/Dec/2002:15:29:00] INFO ( 1700): CORE3282: stdout: In SimpleMessageBean.setMessageDrivenContext()
    [15/Dec/2002:15:29:00] INFO ( 1700): CORE3282: stdout: In SimpleMessageBean.ejbCreate()
    [15/Dec/2002:15:29:00] FINEST ( 1700): start(): calling notify... com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0
    [15/Dec/2002:15:29:00] FINEST ( 1700): run(): after wait ... com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0
    [15/Dec/2002:15:29:00] FINEST ( 1700): Thread[Thread-28,5,RMI Runtime]: run(): calling Session.run() ... com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0
    [15/Dec/2002:15:29:00] FINEST ( 1700): Thread[Thread-28,5,RMI Runtime]: message-driven bean container onMessage :
    JMS Message class: jms_text
    JMSType: null
    JMSDeliveryMode: 1
    JMSExpiration: 0
    JMSPriority: 0
    JMSMessageID: ID:414d5120514d5f636c6f7564202020200628fc3d2000020f
    JMSTimestamp: 1039955340820
    JMSCorrelationID:null
    JMSDestination: null
    JMSReplyTo: null
    JMSRedelivered: false
    JMS_IBM_PutDate:20021215
    JMSXAppID:C:\WINNT\system32\mmc.exe
    JMS_IBM_Format:MQSTR
    JMS_IBM_PutApplType:11
    JMS_IBM_MsgType:8
    JMSXUserID:alex
    JMS_IBM_PutTime:12290082
    JMSXDeliveryCount:1
    111111111111111111
    [15/Dec/2002:15:29:00] FINEST ( 1700): beforeMessageDelivery() not called
    [15/Dec/2002:15:29:00] INFO ( 1700): MDB00040: [mdb-simple:SimpleMessageEJB]: Message-driven bean CMT can not be supported.
    [15/Dec/2002:15:29:00] SEVERE ( 1700): MDB0008: Session.run() throws Exception [Message-driven bean CMT can not be supported.]
    [15/Dec/2002:15:29:00] SEVERE ( 1700): MDB0009: Session.run() throws Exception
    java.lang.RuntimeException: Message-driven bean CMT can not be supported.
         at com.sun.enterprise.jms.SessionWrapperBase.run(SessionWrapperBase.java:200)
         at com.iplanet.ias.ejb.containers.IASServerSessionImpl.run(IASServerSessionImpl.java:191)
         at java.lang.Thread.run(Thread.java:536)
    [15/Dec/2002:15:29:00] FINEST ( 1700): Thread[Thread-28,5,RMI Runtime]: in run(): return object com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0 to pool ...
    [15/Dec/2002:15:29:00] FINEST ( 1700): run(): before wait ... com.iplanet.ias.ejb.containers.IASServerSessionImpl@3508c0
    If I use internal AS JMS I don�t have any trouble. Everything works fine.
    Why it is possible to use MDB CMT with internal AS JMS provider?
    What should I do to create MDB CMT with IBM MQSeries?
    Alexei Gladkov

    Hi Alexei,
    Sun ONE Application Server 7 does not support CMT MDBs with 3rd party JMS providers. (As you note, BMT MDBs work with MQSeries and Sun ONE App Server).
    With the advent of the next J2EE CA spec version (1.5) and J2EE 1.4, a standard means of hooking JMS providers into app servers and MDBs will be made available. Shortly after J2EE 1.4 is released, you'll see this support in Sun ONE App Server.
    From the J2EE 1.4 spec: "The Connector API now supports integration with asynchronous messaging systems, including the ability to plug in JMS providers."
    Thanks,
    Chris

  • STICK_CACHE_SIZE_EXCEEDED: Sticky cache can't be supported for 9th AP

    Hi,
    it's possible to somehow increase the sticky cache? 9 APs is not enough.
    STICK_CACHE_SIZE_EXCEEDED: Sticky cache can't be supported for 9th AP.Client MAC 44:2b:03:55:f4:c0.
    Thanks
    K.

    The controller appears to be configured with sticky key caching (SKC).
    You can verify if a WLAN is configured for SKC with: show wlan wlan_id
    With sticky key caching, the client receives and stores a different PMKID for every AP it associates with. The APs also maintain a database of the PMKID issued to the client.
    In SKC, the client stores each Pairwise Master Key ID (PMKID) against a Pairwise Master Key Security Association (PMKSA). When a client finds an AP for which it has the PMKSA, it sends the PMKID in the association request to the AP. If the PMKSA is alive in the AP, the AP provides support for fast roaming. In SKC, full authentication is done on each new AP to which the client associates and the client must keep the PMKSA associated with all APs. For SKC, PMKSA is a per AP cache that the client stores and PMKSA is pre-calculated based on the BSSID of the new AP.
    With sticky key caching the end device after completing full 802.1x authentication caches the PMKID for that AP. When it roams to the next AP say AP2 it has to complete re-authentication again. It caches the PMKID for this as well. Now when it roams back to the first AP it gives the PMKID in the re-association request. The controller uses this and realizes that the client is authenticated and just goes ahead with the four way handshake. So the client HAS TO authenticate to each new AP that it goes to.
    Now this works fine in a small setup due to a limitation on the controller. The controller can cache upto 8 PMKID'S for each client. So the client can roam to 8 AP's again and again without requiring 802.1x authentication. However if it goes to a ninth AP this will required re-authentication (even if the client has previously roamed to this AP) as the controller will not have the necessary PMKID.

  • Does  R12 Oracle AR Automatic Write Off support cross currencies receipt?

    Dear all,
    In R12, if the invoice is in USD and the receipt is in GBP, can the automatic write off function support cross currency receipt?
    HY

    Hi,
    not understanding customized installation instructions , customized means tailored by user , what does the meaning of customized context here?Some times before patching you need to back some custom files and/or customization done to some files.
    Using PAA, You can put these custom instructions.
    You said "when you run adpatch with preinstall=y, it checks if all the pre-requistes are met or not" but the same from above link says.You are right, the preinstall=y is used "during an upgrade or consolidated update".
    Pre-install Mode
    Pre-install mode is generally used during the upgrade process to update AD utilities,
    apply family consolidated upgrade patches, or work around other patching issues.
    AutoPatch asks all startup questions except those relating to the database.
    To run AutoPatch in pre-install mode, include preinstall=y on the AutoPatch command
    line. It performs the following actions:
    ■ Compares version numbers.
    ■ Copies files.
    ■ Relinks FND and AD executables.
    ■ Saves patch information to the file system.
    It compares vesion numbers, meaning checks for pre-req and does the required copying.
    http://docs.oracle.com/cd/B34956_01/current/acrobat/oa_patching_r12.pdf
    Thanks

  • Where You can create a support case for weblogic server?

    Hi all,
    I would like to know where I can create a support case for weblogic server?
    I logged me in metalink3 but I did not found a way to create a service request for WLS.
    Thanks in Advance.

    I believe you still need to use BEA's support resources at this point: http://www.oracle.com/bea/support.html

  • Where can i request a rma for a hp 88 printhead

    I walked arround on the website and find where to ask for a RMA but each time it is asking for serial number and printhead don't have serial number so im not able to request my RMA... So how can I request an RMA for printhead.

    Try calling the US support team....see is there an option to be put through for Printhead/Cartridge related issues
    http://www8.hp.com/us/en/contact-hp/phone-assist.html
    800-HP invent
    or
    800-474-6836
    Can you please let me know how you get on?
    Thanks, Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Can WLC 4402 support AIR-CAP1602E-S-K9?

    Hi
    I had 1 end of life WLC 4402 controller. Can it support AIR-CAP1602E-S-K9 access point? If cannot, what is the supported access points for WLC 4402.
    Thanks

    Hi Steve
    Thanks for the reply. Another question if i use the below access point with smartnet and configure as standalone AP. But in future if I want to configure to lightweight AP, can i request the firmware from CISCO TAC to flash the AP and make it lightweight? Thanks
    AIR-SAP1602E-S-K9
    802.11a/g/n   Standalone AP, Ext Ant, S Reg Domain

  • Photos/Fotos: One of the most important selection features the is "Star" rating. How on earth can you stop supporting this feature ???

    One of the most important selection features the is "Star" rating.
    How on earth can Apple stop supporting this feature ???
    My iPhoto lib contains >100´000 photos. All of them are rated with stars. Dependent on the rating I distribute the photos on >20 apple devices in our family.
    Many friends of mine do the same.
    It´s time for a severe request to Apple to take over that feature from iPhoto to Photos. They should start to learn, that people that liked their previously released software have spent hundreds of hours to adapt their data with that software to their needs. I´m using Mac´s since 1984. Might be that I start thinking about using different systems if they continue to through away my efforts from the past...
    If you dislike Apples latest moves and like this feature too you need to provide feedback to them on the following web page: www.apple.com/feedback
    Horst

    Remember that star ratings are not part of standard metadata.

  • How many times can I request a refund on the same in-app puchases?

    How many times can I request a refund on the same in-app puchases in one itunes account?

    Once for each purchase

  • HT204053 can a imac support mutilple iclouds i.e. can ecah family member have ther own cloud

    Can an IMAC support multiple iclouds, i.e. can each family member have their own cloud

    You can do this, but each family member will need a separate email address in order to set up an iCloud account; and each will need their own user account on the Mac in order to keep the iCloud accounts separate.

  • I have a hard time understanding why I can't contact support about YOUR problem. I plugged my iPhone into my pc. iTunes came up. It said there was an update available for the phone. I accepted that. Clicked on the "download only" because I didn't have the

    I have a hard time understanding why I can't contact support about THEIR problem. I plugged my iPhone into my pc. iTunes came up. It said there was an update available for the phone. I accepted that. Clicked on the "download only" because I didn't have the time to install it at that point. It downloaded but didn't stop. It continued to the 'backing up your iPhone' segment then froze. I waited at least an hour with no change. Finally I unplugged my phone..iTunes wasn't responding.I rebooted my pc then tried the same thing again. Same outcome even though I let it "Back Up" for 7-8 hrs while I slept. Same Story...............         iTunes 10.4.0.80 is the software I'm using. When my phone is 'plugged' in what I see on it's face is "Sync in Progress".....for hours!

    Error 1611
    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.
    Synced media like apps and music are not included in the iPod backup that iTunes makes. You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • With SP16-17 we can't create support message from satellite system anymore

    hello,
    We have implemented the support package 16 and 17 SAPKITL427 in solution manager last week-end and since then all satellite systems can not create support message anymore.
    The process is perfectly working in solman itself and we don't think we have thus a process customizing issue here but who knows...
    The key user creates the message with the help -> create support message
    and when he saves it (clicking the mailbox button) he gets the following error
    Error in Local Message System: Function not available Message was Not
    Created
    In fact the error Message is BCOS088
    We debugged the function BCOS_CREATE_MSG and we found out that the function
    DNO_OW_CREATE_NOTIFICATION is returning error code 1.
    We checked out RFC connection and it looks ok
    There is no dumps in ST22, no error in SLG1 in both system...a nightmare
    The notification SLF1 is created in solman but the status field of the notification is empty and it looks that the record is somehow corrupted because you can't modify it with dnotifwl.
    Due to the fact that the notification is not correctly created the support message is also not created.
    SAP and our solman consultant are working on it since 2 days but don't have a clue.  Maybe some program where no regenerated correctly ?
    If you would have any idea in which direction to look, i would greatly appreciate
    thanks a lot
    best regards Xavier

    hi Rohit,
    on the satellit I have the following versions
    SAP_BASIS     700     0012     SAPKB70012     SAP Basis Component
    SAP_ABA     700     0012     SAPKA70012     Cross-Application Component
    PI_BASIS     2005_1_700     0012     SAPKIPYJ7C     PI_BASIS 2005_1_700
    ST-PI     2005_1_700     0006     SAPKITLQI6     SAP Solution Tools Plug-In
    SAP_BW     700     0013     SAPKW70013     SAP NetWeaver BI 7.0
    SAP_AP     700     0009     SAPKNA7009     SAP Application Platform
    SAP_HR     600     0018     SAPKE60018     Human Resources
    SAP_APPL     600     0010     SAPKH60010     Logistics and Accounting
    EA-IPPE     400     0010     SAPKGPID10     SAP iPPE
    EA-APPL     600     0010     SAPKGPAD10     SAP Enterprise Extension PLM, SCM, Financials
    EA-DFPS     600     0010     SAPKGPDD10     SAP Enterprise Extension Defense Forces & Public Security
    EA-HR     600     0018     SAPKGPHD18     SAP Enterprise Extension HR
    EA-FINSERV     600     0010     SAPKGPFD10     SAP Enterprise Extension Financial Services
    FINBASIS     600     0010     SAPK-60010INFINBASIS     Fin. Basis
    EA-PS     600     0010     SAPKGPPD10     SAP Enterprise Extension Public Services
    EA-RETAIL     600     0010     SAPKGPRD10     SAP Enterprise Extension Retail
    EA-GLTRADE     600     0010     SAPKGPGD10     SAP Enterprise Extension Global Trade
    IS-PS-CA     600     0010     SAPK-60010INISPSCA     IS-PUBLIC SECTOR CONTRACT ACCOUNTING
    IS-OIL     600     0010     SAPK-60010INISOIL     IS-OIL
    IS-M     600     0010     SAPK-60010INISM     SAP MEDIA
    IS-H     600     0010     SAPK-60010INISH     SAP Healthcare
    IS-CWM     600     0010     SAPK-60010INISCWM     Industry Solution Catch Weight Management
    INSURANCE     600     0010     SAPK-60010ININSURANC     SAP Insurance
    FI-CAX     600     0010     SAPK-60010INFICAX     FI-CA Extended
    FI-CA     600     0010     SAPK-60010INFICA     FI-CA
    ERECRUIT     600     0010     SAPK-60010INERECRUIT     E-Recruiting
    ECC-DIMP     600     0010     SAPK-60010INECCDIMP     DIMP
    IS-UT     600     0010     SAPK-60010INISUT     SAP Utilities/Telecommunication
    SEM-BW     600     0010     SAPKGS6010     SEM-BW: Strategic Enterprise Management
    LSOFE     600     0010     SAPK-60010INLSOFE     SAP Learning Solution Front-End
    ST-A/PI     01K_ECC600     0000          -     Application Servicetools for ECC 600
    APICON     1470000000     0000          -     APICON GmbH, Interface Add ON
    thank you Xavier

  • Can Time Capsule support an additional external hard drive?

    A friend of mine is using Airport Extreme and has both his printer and external hard drive hooked through it accessing both wirelessly. The Apple site says this works great with Extreme but does not say you can do the same thing with Time Capsule. I called our local store and she wasn't sure. Both Extreme and Time Capsule have one USB port so no matter what, you have to split the USB(I know this works with Extreme). All my music is on an additional hard drive and it would be great if I could access it wirelessly. If anyone has done this with time capsule please let me know. I want to purchase it but if not I will go with Extreme.

    Can Time Capsule support an additional external hard drive?
    Yes.
    (41832)

  • I need to reset my security questions, but can I  message  support  by text and not call or if you can tell me how to reset my questions here that will be great and I don't have a rescue email.

    I need to reset my security questions, but can I  message  support  by text and not call or if you can tell me how to reset my questions here that will be great and I don't have a rescue email.

    If you've forgotten the answers, you can't do that yourself. Click here, tell the iTunes Store staff that you can't call, and see what they say.
    (109704)

Maybe you are looking for

  • There is no send to option under file on the tool bar, how can I send an icon of a site to my desk top with firefox

    there are no more details, I just want to know if there is a way to send a site's icon to my desk top when I used firefox to get to the site, you can send a link of a site via email but you don't have the option of sending an icon of the site to your

  • Upgrade route for Oracle 9.2.0.5 to 10

    We are running on 32bit Windows server 2000 . Our current level of Oracle is 9.2.0.5  . Is it best to upgrade to Oracle 9.2.0.8 first or go straight for Oracle 10

  • Using custom numbered lists

    I want to create section headings that looks like this: 1.0  PROJECT SCOPE    1.1 Introduction      1.1.1 Work By Others By default Pages starts numbered lists like: 1. PROJECT SCOPE How do I get pages to formatt numbered lists like I want above?  Th

  • Does JRE 1.3.1_02 demand the latest Windows?

    Greetings everybody, Is the functioning of JRE 1.3.1_02 dependent on the version of Windows on which it is installed? I wrote a Java program containing a main method and which uses certain helper classes. Also an applet program was written. I packed

  • PLS-00905: object SCOTT.DO_COMMISIONS is invalid

    I tried to create a procedure,i didn't get any errors when created.But,when i am executing it i am getting the error object SCOTT.DO_COMMISIONS is invalid -- This procedure computes the commissions for salespersons. -- It prints out the salesperson's