Do you want to export extra columns?
Example.
One column for product name, second column for product attribute combinations, third column for product URL admin page.
We use ShippingEasy .NET library.
This library has only three methods: CreateOrder, CancellOrder and ReadOrder.
We can't update existing order on ShippinEasy site.
If you decide to remove (delete) order from ShippinEasy site, ShippinEasy hides this order.
And you will not be able to create new order with existing order ID.
We added support product combinations with the key ProductId.
Download new release and try it.
Plugin exports product combination using product SKU, Gtin, etc. per each combination as a key.
I see that you use ProductId as a key.
We doesn't allow to use ProductId from product combination as a key....
But you are right... if product combination has attached product we can use ProductId as a key...
We'll do new release today and write you about it.
I received an e-mail. I'll change our template.
Do you have own picture for each languages?
Example.
Customer open login page and saw Facebook German picture, he changes language and saw English picture.
You can do it without me.
Each picture (logo) was described in external CSS style. You can add your own CSS style and each logo will have own picture.
Example.
You should add code in PublicInfo.cshtml.
@{
var workContext = Nop.Core.Infrastructure.EngineContext.Current.ContainerManager.Resolve<IWorkContext>();
if (workContext.WorkingLanguage.LanguageCulture=="Ru-ru")
{
<style>
.social-facebook-btn {
background-image: url("images/facebook-account-logo-ru.png");
}
</style>
}
}
The last question.
Do you see this message on plugin configure page too?
Please check the serial number again. Maybe you copied extra symbols.
If you it not help you write us by e-mail support@foxnetsoft.com.
Make print screen plugin configure page and send me it.