No content to show
User Activity
I am trying to call a custom event from inside my Web Pixel, like this: analytics.subscribe("custom_event", (event) => {
// Handle custom event
});
analytics.subscribe("product_added_to_cart", async (event) => {
const {
data: { checkout },
...
01-10-2023
Yes, it's possible to have a different confirmation email for specific products in Shopify. One way to accomplish this is by using Shopify's email triggers and conditional logic to send a different email for certain products.Here's an overview of the...
You'll need to modify the code for the "Tags (displayed as More filters)" option in the theme's filters.liquid file. The code for the "Tags (displayed as More filters)" option can be found inside a for loop, which iterates through all the tags in th...
01-10-2023
Create a custom script or use a third-party service to convert currency and manually update prices in your Shopify store:Access the Shopify API to retrieve your store's pricing dataUse a service or an API to retrieve the current exchange rate for the...