Search found 3 matches
- Thu Jul 03, 2008 5:55 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: New Order Management Software for AC7
- Replies: 1
- Views: 2264
New Order Management Software for AC7
Hello All, I was reading through the forum today and came across this: http://structured-solutions.net/Shipper3Beta1 It is currently in beta but seems to work pretty well. Currently it can not update order status from the software but it can update shipping status and print your shipping labels for ...
- Sat May 31, 2008 6:45 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Show Option Price in Option Dropdown
- Replies: 4
- Views: 4824
Re: Show Option Price in Option Dropdown
Thanks for the help, I found this in the file you suggested: // CREATE A DROPDOWN FOR THE OPTIONS DropDownList aspOptions = new DropDownList(); RequiredFieldValidator aspOptionsValidator = new RequiredFieldValidator(); aspOptions.ID = "option" + i; if (autoPostBack) aspOptions.AutoPostBack = true; e...
- Sun May 25, 2008 3:38 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Show Option Price in Option Dropdown
- Replies: 4
- Views: 4824
Show Option Price in Option Dropdown
Hello All, I am trying to show the added option price for each option in the option dropdown box, for example: Product 1 Option 1 (this is the base price so I don't want anything to show up next to it) Option 2 +30 (this option adds $30 to the base price so I want it to show up next to the option) O...