Close

Profile: nopking

Avatar

User posts

I should also add that this is when using the %Order.ProductsWithPictures% token.  We also use the %Store.Name% token in the same message and that outputs the correct store.  The abandoned cart email uses the %ShoppingCart.ProductsWithPictures% token.
Thanks.

Here you go:
SevenSpikes.Nop.Plugins.CustomerReminders, Version=3.7.1297.22311, Culture=neutral, PublicKeyToken=null

(Just downloaded the latest version.)
We are seeing a weird issue.  When we use the Abandoned Shopping Cart reminder the link to the product is going to the correct store that the user was shopping at, but when we use Completed Order reminder the link always goes to Store Id 1, no matter where the customer placed the order.  This seems weird since both use the same underlying code:
var storeUrl = _storeService.GetStoreById(Model.StoreId).Url;
Anyone else see this?