A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an
unlimited number of these digital vouchers, this item should be available to sell at all items.
How can a developer use Business Manager to ensure that the gift vouchers are always available?
A.
Check the perpetual flag in the product inventory record
B.
Check the Available to Sell (ATS) flag dor the producto set
C.
Set StockLevel = maxAllocation for the producto.
D.
Manually set the inventory to a high number.
Check the perpetual flag in the product inventory record
Given the following ISML example, how should a developer reference the product object in the current
iteration of the basket?
<isloop ítems =”${pdict.Basket.products}” var=”product” status= “loopstatus”>
…
</isloop>
A.
product
B.
pdict.Basket.products{loopstatus}
C.
loopstatus.product
D.
pdict.product
product
A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new
country, Italy, and the taxi s not being calculated correctly on the Storefront
What is the likely problem?
A.
Tax Region is configured wrong.
B.
Tax Country is missing
C.
Tax Jurisdiction is missing
D.
Tax Locale is configured wrong
Tax Jurisdiction is missing
Tax Locale is configured wrong
Given the requirements:
• To show the washing instructions for a clothing product on a dedicated section the detail page
• Washing instructions come from the product information manager(PIM)
• To have this attribute available to localize in the Storefront.
Which action meets these requirements?
A.
Set the product system object type as localizable
B.
Add a resource file for every locale for which the attribute needs to be translated.
C.
Set the custom attribute as localizable
D.
Add a custom attribute for each locale
Set the custom attribute as localizable
Below is a form definition snippet from the newsletter.xml file:
<?xml versión=”1.0”?>xmlns=http://www.demandware.com/xml/form/2008-04-15
>
<field formid=”email” lavel=”Email” type=”String” mandatory=”True” max-length=”50” />
</form>
Which line of code creates a JSON object to contain the form data?
A.
Server.form.getForm(‘dwfrm_newsletter’)
B.
Server.form.getForm(‘newsletter’);
C.
Server.forms.getForm(‘newsletter’);
D.
Server.forms.getForm(‘dwfrm_newsletter’)
En el controller:
En el Formulario:
Server.forms.getForm(‘newsletter’);
Page 10 out of 42 Pages |
Previous |