📍
Bolt Help / Core Products / Checkout / Set Up Bolt for SFCC V1 / SFCC V1 Optional Feature Setup
Learn how to set up optional features such as Gift Cards, Apple Pay, and more.
Enable Gift Card Support
- Navigate to Merchant Tools > Content > Content Assets.
- Find the
footer-support
content asset. - Select the content asset ID. Lock the content asset to edit the content.
- Make the following changes to the Body input field:
/// old <li><a href="#" title="Navigate to Gift Certificates">Gift Certificates</a></li> /// new <li><a href="$httpsURL('GiftCert-Purchase')$" title="Navigate to Gift Certificates">Gift Certificates</a></li>
- Select Apply and Unlock the content asset.
Enable Apple Pay
- Navigate to Administration > Global Preferences > Global Custom Preferences.
- Select Apple Pay in the custom preference group id.
- Set the Apple Pay verification file in the
Value
field of the Apple Developer Merchant ID Domain Association. - Select Apply.
- Navigate to Merchant Tools > SEO > Static Mappings and add the following:
/.well-known/apple-developer-merchantid-domain-association.txt s,,,,,/.well-known/apple-developer-merchantid-domain-association.txt
- Navigate to Merchant Tools > SEO > Aliases and set aliases under the permanently redirected section using the format below:
"your sandbox hostname”: [ { "http-host": " your sandbox hostname" } ]
Enable Ship to Store
- All stores must have a custom attribute,
shipToStoreEnabled
, to indicate whether a store is available for Ship To Store - One shipping method must have the id
ShipToStore
. This is the shipping method for all stores. We currently do not support multiple shipping methods for Ship To Store functionality.
- Navigate to Merchant Tools > Online Marketing > Stores.
- Select the Store Name.
- Under FEATURES, set Ship To Store Enabled custom feature to
Yes
. - Save.
Use Case 1
- Create a campaign and a promotion, tie the campaign and the promotion together by adding the promotion under Experience in the campaign page.
- Create a coupon code, tie it to the Campaign as well under Scheduling & Qualifiers
- Navigate to the coupon code config page, under General, set the number of redemption to
1
per user.
Use case 2
- Navigate to Merchant Tools > Ordering > Payment Methods.
- Create a payment method named
BOLT_PLCC
. - Create a campaign and a promotion, tie the campaign and the promotion together by adding the promotion under Experience in the campaign page.
- Scroll to Scheduling & Qualifiers.
- Set the customer group to be
everyone
. - Scroll to Promotion Rule.
- Set the Payment Method to be
BOLT_PLCC
.