SFCC V1 Optional Feature Setup
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 ApplePay in the custom preference group id.
- Set the ApplePay 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
.
Add Delivery Fee at Checkout
Beginning July 1st, 2022, the state of Colorado introduced a mandatory shipping fee on the delivery of goods shipping to a Colorado address. Follow the steps below if you would like to add the $0.27 fee to shipping.
- Log in to the Business Manager.
- Navigate to Merchant Tools > Ordering > Shipping Methods.
- For each currently available shipping method, add an exclusion rule that does not apply the shipping method(s) to Colorado addresses.
- For each available shipping method, create a corresponding shipment method which includes the $0.27 fee in the shipping value. Use the Description field to render a new description in Bolt Checkout UI for the shipping method that describes the $0.27 fee.