Issue in my new shipping Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 年 前
Hello,
I am working on NopCommerce customization. Just now working on shipping customization. I have created new plugin for my shipping related customization. But I got some issues in working my plugin.

From Shipping Services,

var getShippingOptionResponse = shippingRateComputationMethods.GetShippingOptions(getShippingOptionRequest);

I have to go to  shippingRateComputationMethods.GetShippingOptions(getShippingOptionRequest) method in my ShippingCostComputationMethod.

But unfortunately the flow goes to

public GetShippingOptionResponse()
        {
            this.Errors = new List<string>();
            this.ShippingOptions = new List<ShippingOption>();
        }

In Shipping.GetShippingOptionResponse file.

Why this is happening? Whether it has to go in  shippingRateComputationMethods.GetShippingOptions().

My new plugin is working properly sometime but sometime it doesn't. Actually what happens I don't know but please help me to fix this.

Why my plugin doesn't catches the flow sometime?

Thank You in Advance.
11 年 前
any idea why  this is happening?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.