HM2 Posted October 28, 2011 Share Posted October 28, 2011 I need some help with additionaldomainfields.php. I set the dropdown options to choose between registration domain for free (Besplatna) or for price set in administration (Naplatna). If customer choose select option "Besplatna" then the price in chart should be 0, and if select option "Naplatna" price in cart should remain defined in administration. I know how to solve this problem with Promotion code... Code: $additionaldomainfields[".hr"][] = array("Name" => "Vrsta_domene", "LangVar" => "hrvrstadomene", "Type" => "dropdown", "Options" => "Besplatna,Naplatna", "Default" => "Besplatna",); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.