Mobile app version of vmapp.org
Login or Join
Harper822

: WHMCS Bulk Pricing Updater Their is a Bulk Pricing Updater addon in WHMCS which works well to update hosting accounts pricing but I am unable to update the domain pricing through that every

@Harper822

Posted in: #Bugs #Php #WebHosting #Whmcs

Their is a Bulk Pricing Updater addon in WHMCS which works well to update hosting accounts pricing but I am unable to update the domain pricing through that every time it gives this message


Updated Domains with TLD 0 - 0 Affected


I have Google searched the problem and it seems a known issue which has yet to be addressed by WHMCS. In the meantime is there a workaround for this problem?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

The WHMCS forums have a couple of suggestions.

9DollarDomains says:


Here are some examples of manual SQL Queries that should work as a work around until this is fixed by WHMCS.


This will set all you one year .com domains to renew at .99

UPDATE tbldomains SET recurringamount = "12.99" WHERE domain like "%.com" AND registrationperiod = "1";

This will set all your one year .net domains that are currently at .97, to a new renewal price of .49

UPDATE tbldomains SET recurringamount = "13.49" WHERE recurringamount = "11.97" AND domain like "%.net" AND registrationperiod = "1";




dpatricio says:


Insted of touching database, which is dangerous, check this module instead:
www.whmcs.com/appstore/2590/Prices-AutoCalc.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme