How to default Shippable field to NO on Add Product page?
-
- Ensign (ENS)
- Posts: 2
- Joined: Thu Jul 01, 2010 2:56 pm
How to default Shippable field to NO on Add Product page?
While adding new product on AddProduct.aspx page, how to default Shippable field to No? most of the product we sell is not shippable. we would like to default this field to No for ease of management.
Re: How to default Shippable field to NO on Add Product page?
just locate this code in AddProduct.aspx.cs
and replace with this
Code: Select all
SetSelectedItem(IsShippable, _Product.ShippableId.ToString());
Code: Select all
SetSelectedItem(IsShippable, "0");
hope this helps!
__________________
s_ismail

AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog
__________________
s_ismail


AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog