In this case, if you just want to take advantage of the predicted timing of events like Subscription, Replenish and Cross Sell but not use the personalized storefront, you'll have to make updates to where the links in the messages go so they no longer go to Black Crow AI's personalized storefront for the user.
You can update these links by following these steps in Klaviyo:
-
Login to Klaviyo.
-
Go to Flows.
-
Search for "Black Crow" and click to drill into the appropriate flows (e.g. "Black Crow - Predictive Cross Sell").
For each message:
- Click on the message.
2. Scroll to the Template and click Edit.
3. Put your cursor on each hyperlink and click the Link option.
4. Change the URL to whatever page you want this link in the email to redirect to and click Apply and Save content.
For Cross Sell flows, if not using Black Crow's storefront, we recommend you redirect to the product details page of the product that's recommended by Black Crow AI, enter "{{ event.recommended_products.0.pdp_url|default:'' }}" as the URL for the first product in the list and "{{ event.recommended_products.1.pdp_url|default:'' }}" as the URL for the second product in the list.
For Replenishment and Subscribe flows, if not using Black Crow's storefront, we recommend you redirect to the product details page of the previously purchased product.
The link text should be {{ event.prior_purchased_product.title|default:'' }} and the hyperlink should be {{ event.prior_purchased_product.pdp_url|default:'' }}
Our team is happy to help with QA to ensure these changes were made properly. Please email support@blackcrow.ai if you've made changes that you want to be reviewed.