I read a lot of official Google and Facebook documentation.
Only Google can read HTML pages with several product variants. Facebook can't do it.
I found the only way.
Create the new item Product + Offer for each product variant.
Each product variant will have the same product description etc.
Google recommend to have the different URL for each product variant.
I'll see if I find the more each way.
Upgrade the plugin. Use the version 1.06.
Open the plugin configure page. Enable debugging.
Create the new shipment. While when it was delivered. Send me the plugin log file.
support@foxnetsoft.com
Can you send me the link for official Google documentation?
1. Try the fresh nopcommerce
or
2. Change your nopcommerce kernel, remove this new parameter from the old method and add the new method GetAllCustomer2 if you need to have this parameter
>as per my experience , if you did override this service in your plugin then only we can face this issue
You are not right. I didn't override this service in the plugin. I try to call this method. But .NET Framework found that .net assembly has the different description.
I don't want to argue with you.
>so that is the reason that not working?
You changed the native public method. My plugin tries to run it but .NET can't find it.
You need to find the another solution (without changing the public methods).
I can do the custom release for your changed nopcommerce kernel libraries.
I advice you to find the another solution.
>did you guys had override this service?
No, you changed it. I shared the native code from nopcommerce.
You can download the source code from official site and compare them.
Check it again.
You didn't do it.
This is a method from nop 3.90
IPagedList<Customer> GetAllCustomers(DateTime? createdFromUtc = null,
DateTime? createdToUtc = null, int affiliateId = 0, int vendorId = 0,
int[] customerRoleIds = null, string email = null, string username = null,
string firstName = null, string lastName = null,
int dayOfBirth = 0, int monthOfBirth = 0,
string company = null, string phone = null, string zipPostalCode = null,
string ipAddress = null, bool loadOnlyWithShoppingCart = false, ShoppingCartType? sct = null,
int pageIndex = 0, int pageSize = int.MaxValue);
You changed nopcommerce kernel libraries.
Check the class CustomerService, method GetAllCustomers.
Check the list of parameters.