1. What nopcommerce version do you use?
2. Open the campaign page and make print screen all tabs and send me them.
I'll try to find problem.
Did you write me full message?
If you wrote full message I'll add new pattern
Processor Decline ErrorCode: 15005
Try it and write me about result.
Version 1.49 - January 20, 2017
+ performance improvements
+ new menu item "Unexported products"
+ new features for uploading virtual products (pictures, new name value, quantity, etc.)
I want to add more new improvements and couldn't finish all tests in time. I'll write you when I finish all tests.
If you have rewrite section add new rule.
Be careful and backup old web.config.
<rewrite>
<rules>
<clear />
<rule name="BlockPHPfiles" patternSyntax="Wildcard">
<match url="*" />
<conditions>
<add input="{URL}" pattern="*.php*" />
</conditions>
<action type="AbortRequest" />
</rule>
</rules>
</rewrite>
All main Amazon templates (Home, etc.) have csv format.
Only Amazon Prices and Amazin Inventory templates have XML format.
>But only the orders placed via nopCommerce are copied over to ShippingEasy.
I understood you.
ShippinEasy plugin waits for two notifications from nopCommerce:
IConsumer<OrderPaidEvent>
IConsumer<OrderCancelledEvent>
//raise event
_eventPublisher.Publish(new OrderPaidEvent(order));
Thank you suggestion.
>Product Name
I added product attribute value in product name.
>Picture
Virtual product from product combination has only one own picture (first product attribute picture).
>Description
I left original product description from parent product.
>The parent_child and relationship_type fields
You are right . I left empty this parameter for simple product.
>Bug. The quantity field is being populated from the main.
if product has value "ManageStockByAttributes" plugin exports product combination quantity.
>the default of the update_delete field is “Update”
I left old value. You can change this value yourself.
I added several new feature.
New item in menu - "Unxeported products". If you enabled "Don't upload new products". It will help you to manage new products.
I'll upload new release after one hour.
Try it.
We didn't change the release number.
You have two ways.
1. If your store has TAX you can change the value of price, see pictures
Open the second tab
and change the price value
2. You can use negative markup. See attached picture.
Version 1.48 - January 18, 2017
+ added support billiger.de, Guenstiger.de and Geizhals.de, added new template Amazon - Toys & Games.
+ added new feature "Export product combinations as a new virtual product".
- fixed bug with the rounding of prices.