ezakimak Posted August 31, 2012 Share Posted August 31, 2012 Hi, Found this in CartCore.php and I would like to know what they mean , specially #2 , #3 and #4 #1 const ONLY_PRODUCTS = 1; I think this is clear, only cost of products #2 const ONLY_DISCOUNTS = 2; this is vouchers only ? or specific_prices are inlcuded ? #3 const BOTH = 3; this one is products - discounts ?? #4 const BOTH_WITHOUT_SHIPPING = 4; #3 without shipping ? #5 const ONLY_SHIPPING = 5; clear #6 const ONLY_WRAPPING = 6; clear #7 const ONLY_PRODUCTS_WITHOUT_SHIPPING = 7; clear #8 const ONLY_PHYSICAL_PRODUCTS_WITHOUT_SHIPPING = 8; clear I am looking forward to haring from you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now