You have no items in your shopping cart.

Wednesday, April 24, 2024 5:10:43 PM

Trial feed manager in 3.90

Posted: 2 years ago

#11588 Quote
Hi
I have Install the Feed manager Plugin in 3.90
I have review this video also
https://www.youtube.com/watch?v=WDGlmoXUGl4&t=6s
but still my product are not sync with google any reason
even I can't see any sync

can you please guide me where I am doing wrong
Thanks

Posted: 2 years ago

#11589 Quote
Updating the above ticket
As I am trying to generate the feed I am facing this issue and copied from system log
https://prnt.sc/205ra2k
I am using 3.90 version

please update me as soon as possible
Thanks in advance

Posted: 2 years ago

#11590 Quote

Support

Posted: 2 years ago

#11590 Quote
Did you change the nopcommerce kernel libraries?

Posted: 2 years ago

#11591 Quote
No sir , we didn't change anything in that
if possible can you provide us the new plugin of 3.90
if needed any trouble shoot then we are available for remote also

please let me know about this

Thanks

Posted: 2 years ago

#11592 Quote

Support

Posted: 2 years ago

#11592 Quote
You changed nopcommerce kernel libraries.
Check the class CustomerService, method GetAllCustomers.
Check the list of parameters.

Posted: 2 years ago

#11593 Quote
Hello sir
I have verified we didn't do any customization in the above services
"Check the class CustomerService, method GetAllCustomers.
Check the list of parameters."

not added did any extra parameters not do any customization
so whats wrong in that
can you guide me ,or provide the latest plugin so can check that
waiting for your response

Posted: 2 years ago

#11594 Quote

Support

Posted: 2 years ago

#11594 Quote
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);

Posted: 2 years ago

#11595 Quote
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, bool isOrderByQoute = false)

Yes but it has only "isOrderByQoute " only one parameter is added

did you guys had override this service?
so that is the reason its not worked ?

Posted: 2 years ago

#11596 Quote

Support

Posted: 2 years ago

#11596 Quote
>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.

Posted: 2 years ago

#11597 Quote
Yes, we have changed and customized the code
so that is the reason that not working?
I will check with the fresh code

meanwhile, what is the solution for that suggestion or idea?

Posted: 2 years ago

#11598 Quote

Support

Posted: 2 years ago

#11598 Quote
>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.

Posted: 2 years ago

#11599 Quote
let me check your Plugin with Fresh code with 3.90 if still not work then will update you

and if we need in the same version of code you plugin should be work
so you guys need to modify the code correct?

one more thing we didn't change the customization in Controller yes we did change customization in service

as per my experience , if you did override this service in your plugin then only we can face this issue

Posted: 2 years ago

#11600 Quote

Support

Posted: 2 years ago

#11600 Quote
>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.





Posted: 2 years ago

#11601 Quote
yes sir got your point ,
ok let me check with the fresh code and update you

what if we needed to work the same project ?

Posted: 2 years ago

#11602 Quote

Support

Posted: 2 years ago

#11602 Quote
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

Posted: 2 years ago

#11603 Quote
Got it
Thanks we will check and update you

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved