ouldfella Posted June 20, 2017 Share Posted June 20, 2017 (edited) hi, the client can sell any domaine independently, but when he choice a free domaine he must choice a product. the bundle doesn't offer this possibility. Edited June 20, 2017 by ouldfella 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 20, 2017 Share Posted June 20, 2017 i'm not quite sure what you're looking to do. if a bundle contains a product that has a free domain, then that will work exactly the same inside a bundle as it will for the individual product. if you're wanting to add a free domain to a product bundle without a hosting product, then you can add a domain and use a price override in the bundle or a promotion code. 0 Quote Link to comment Share on other sites More sharing options...
ouldfella Posted June 21, 2017 Author Share Posted June 21, 2017 hi thank you for yor reply finaly i added a hook add_hook('ShoppingCartValidateDomain', 1, function($vars) { if($vars ["tld"]=='.dz'){ echo Lang::trans('freedomainetext'); exit(); } }); if free domain i don't show the form. 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted June 21, 2017 Share Posted June 21, 2017 Hey, where there's a will, there's a way 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.