mwbarker Posted July 5, 2009 Share Posted July 5, 2009 I am using WHMCS 4.0.1 and am having a problem with domain pricing for transfers. My domain pricing has been set with different prices for registrations and transfers. When I use the Bulk Domain Transfer (is there any way to get a page for just a single transfer) and search for the domain to transfer, the pricing that comes up is the price for registrations and not transfers. Anybody know how to fix this? Link to comment Share on other sites More sharing options...
D9Hosting Posted July 5, 2009 Share Posted July 5, 2009 I can't help you with the pricing question, but the URL for a single domain transfer would be: http://path.to/whmcs/cart.php?a=add&domain=transfer Link to comment Share on other sites More sharing options...
mwbarker Posted July 5, 2009 Author Share Posted July 5, 2009 Thanks for the link to the single domain registration/transfer in cart.php. Strange that all of these aren't located somewhere on the same page. Guess I can work on that myself. I did find this in bulkdomaintransfer.tpl: <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option> I just changed .register to .transfer and it seems to work just fine: <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.transfer}</option> Link to comment Share on other sites More sharing options...
Recommended Posts