BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Is there a way to easily edit the "reasons for return" drop down list?
Rank: Member
Joined: 2/20/2005(UTC) Posts: 282
|
I would like to edit this list to more closely match our requirements. Is there a way to easily edit this list?
TIA
Dean
|
|
|
|
Rank: Member
Joined: 2/20/2005(UTC) Posts: 282
|
How about a hard way? Anyone done it?
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Don't quote me on this 'cause I haven't done it, but this looks promising: It's in "RMA.aspx" in the www/'root'...
</td> <td class="formfield"> <asp:DropDownList ID="ReasonDropDownList" runat="server" CssClass="rmagrid"> <asp:ListItem Value="-1" Selected="True">-- Select One --</asp:ListItem> <asp:ListItem Value="0">I changed my mind; didn't like</asp:ListItem> <asp:ListItem Value="1">I ordered the wrong item</asp:ListItem> <asp:ListItem Value="2">The item was damaged but NOT due to shipping</asp:ListItem> <asp:ListItem Value="3">The item was damaged during shipping</asp:ListItem> <asp:ListItem Value="4">I received the wrong item; incorrect item was shipped</asp:ListItem> <asp:ListItem Value="5">Other... Please describe in the comment box below</asp:ListItem> </asp:DropDownList>
Seems to me if you edit this list, you're done. Back up your file first. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 2/20/2005(UTC) Posts: 282
|
Thank you!
I will see what happens. To be honest, I never know what to expect... I know very little about how asp.net plays together.
I will report back either way.... I know some of the seasoned asp.net guys are probably reading this with a big smile on their face... but this is what life is like for the rest of us!
Smiling or not, I will report what happens.
|
|
|
|
Rank: Member
Joined: 2/20/2005(UTC) Posts: 282
|
Well Mitch:
Editing the RMA.aspx worked.
Again, thank you for taking time to look at it.
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
The blind leading the blind. I'm just a few months ahead of you. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
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.