BV Commerce Forum
»
BV Commerce Support
»
General Support
»
FIXED SP1 BETA: Package replaces ShipperService tag with ShippingMethod name
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Current Package.vb
<SPAN class=cln>[color=#2b91af><SPAN class=cln> 362 <SPAN class=cb1>If[/color] <SPAN class=cb1>[color=#0000ff>Me.ShippingProviderServiceCode]Then[/color]</PRE> <SPAN class=cln> 363 result.Add(<SPAN class=cb1>[color=#0000ff>New]"[[Package.ShipperService]]"[/color], item.Name))</PRE> <SPAN class=cln> 364 <SPAN class=cb1>[color=#0000ff>Exit]For[/color]</PRE> <SPAN class=cln> 365 <SPAN class=cb1>[color=#0000ff>End]If[/color]</PRE> </PRE> Should be
<SPAN class=cln>[color=#2b91af><SPAN class=cln> 362 <SPAN class=cb1>If[/color] <SPAN class=cb1>[color=#0000ff>String.Compare(<SPAN]Me[/color].ShippingProviderServiceCode, serviceCode.Value, <SPAN class=cb1>[color=#0000ff>True)]Then[/color]</PRE> <SPAN class=cln> 363 result.Add(<SPAN class=cb1>[color=#0000ff>New]"[[Package.ShipperService]]"[/color], serviceCode.Text))</PRE> <SPAN class=cln> 364 <SPAN class=cb1>[color=#0000ff>Exit]For[/color]</PRE> <SPAN class=cln> 365 <SPAN class=cb1>[color=#0000ff>End]If[/color]</PRE> </PRE> |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.