Hubspot pulling default store from Magento

Using Magento2, Hubspot connector is pulling abandoned cart data. I’m trying to create abandoned cart emails and I want to include the product URL in the email so the user can navigate there to finalize their purchase. I’m using two different stores on the same Magento instance and even though in the ‘scope’ view the base URL is correct in the Magento Admin, the connector is still pulling the ‘default store’ base URL. So when it adds it, it isnt correct and I’m getting a 404. I’ve tried changing the ‘sync’ file to ensure it pulls the right base URL but it still isn’t working. It’s strange because I’m also pulling in the ‘image URL’, which uses the default store and it works just fine… Please help!

Hey, @viens666 :waving_hand: Welcome to our community. Are you using a 3rd party app for the connection? Can you add a link for our community members? And we’ll definitely leave this open in case other community members have experience with this specific app.

Best,

Jaycee

connecting via eyemagine. I’ve tried updating the sync.php file to force HubSpot to pull in the correct base URL based on the product and which store it was abandoned, but to no avail. I have the main ‘default’ store but when products are abandoned on the other store it only pulls the product URL as Search results for: 'Veterinary Strength Gut Health for Dogs & Cats' | DaVinci Labs

even if the product is from vetriscience.com. If I manually change the base URL from davincilabs to vetriscience, it gives me a 404 error and looks like this

https://www.davincilabs.com/entero-flora-pro.html?___store=davinci_main&

but if I change the base URL in this one and delete everythig after html it works. So

I don’t have this issue if a product is from Davincilabs.com, the product URL works. It’s just when the product is from Vetriscience.com that it doesn’t.