Code for Shipping Option Name

Hi
I am trying to figure out the code for the “Shipping Option name”'s that can be populated in the dashboard for each region e.g. these might be Standard, Express etc.

I have tried the following without any luck…

$w("#text93").text = cart.shippingOption.name;
 $w("#text94").text = shippingInfo.method;
 $w("#text95").text = shippingInfo.region.name;
  $w("#text96").text = shippingRates.name;
    $w("#text97").text = cart.selectedShippingOption.method;

Thanks.

Product:
[Which editor or feature is your question most relevant to? e.g. Wix Editor, Wix Studio Editor.]

What are you trying to achieve:
[Explain the details of what you are trying to achieve. The more details you provide, the easier it is to understand what you need.]

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]