Hi,
I need to add Shipping Method option for Downloadable Products. I know for default Downloadable Products don't have that option. But I need to enable shipping method option.
How to do that?
If need to change code means where to do that?
Please suggest fixing that issue.
Thanks
Hello @jeganee,
Please follow below steps to activate shipping to work with only downloadable products, it is in:
If you have any trouble then let us know.
--
If issue is solved, Click "Kudos" & "Accept as Solution"
Hi,
Both files have the following codes:
public function isShow()
{
return !$this->getQuote()->isVirtual();
}
is change to like this below?
public function isShow()
{
return true;
}
The above code is right? IF not how to do that?
Please check the attached documents.