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’);
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?
A.
Use the Catalog Export module to export the site catalog.
B.
Use the Catalog Export module to export the master catalog, with a category-assignment search to
export specific products.
C.
Use the Site Import & Export module to export both the site catalog and the master catalog in a single
archive.
D.
Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to
export specific products.
Use the Catalog Export module to export the master catalog, with a category-assignment search to
export specific products.
Page 13 out of 45 Pages |
Previous |