°í°´ÀÌ ¸ñ·Ï¿¡¼ ¼±È£ Åëȸ¦ ¼±ÅÃÇÒ ¼ö ÀÖµµ·Ï ÇÏ·Á¸é, ´ÙÀ½À» ¼öÇàÇÏ¿© JSP ÆÄÀÏÀ» º¯°æÇϽʽÿÀ.
<%@ page import="com.ibm.commerce.price.utils.*" %>
<%@ page import="com.ibm.commerce.common.objects.*" %>
<%@ page import="com.ibm.commerce.server.*" %>
<%@ page import="com.ibm.commerce.command.*"
%>
<%
CommandContext commandContext = (CommandContext)
request.getAttribute(ECConstants.EC_COMMANDCONTEXT);
StoreAccessBean storeAB = commandContext.getStore();
CurrencyManager cm = CurrencyManager.getInstance();
String[] supportedCurrencies = cm.getSupportedCurrencies(storeAB);
%>
°í°´ÀÌ ÀÏ´Ü Åëȸ¦ ¼±ÅÃÇϸé SetCurrencyPreference ¸í·ÉÀ» È£ÃâÇÏ¿© ¼±È£ Åëȸ¦ ¼³Á¤ÇÒ¼ö ÀÖ½À´Ï´Ù.
![]() |