Search the Community
Showing results for tags 'Products and services'.
-
I have a product that charges a monthly fee for website maintenance and support etc. I have notified the customer that I will be increasing the price as of April. How do I best go about this? I have set up a new product for the new price If I choose upgrade - it tries to charge a pro rata extra amount from today to end of the month Should I auto terminate or something and then set up new product If so how do I set the new product to the same activation and due date as the old one?
- 2 replies
-
- Products and services
- price
-
(and 1 more)
Tagged with:
-
Would anyone happen to know how to help WHMCS show the correct language in the drop-down lists in mobile view? I did insert some {$LANG.categories} and {$LANG.actions} for the option groups, but the {$productgroup.name} in line 8 of /templates/orderforms/standard_cart/sidebar-categories-collapsed.tpl seems entirely uninterested in respecting the language set. What is feeding that template? The sidebar is translated just fine in a normal-sized browser window. Bit of a head-scratcher! Thanks for any hints, cheers!
- 7 replies
-
- languages
- Products and services
-
(and 2 more)
Tagged with:
-
Hello, I am trying to add client's products and services list to the custom.php page, I have use the local API and added this code in custom.php file, $command = 'GetClientsProducts'; $postData = array( 'clientid' => '1', 'stats' => true, ); $adminUsername = 'admin'; // Optional for WHMCS 7.2 and later $results = localAPI($command, $postData, $adminUsername); print_r($results); It displays the results in Json format with print_r, but I don't understand how I can use this in .tpl file to display the client's products on the page. Please Help!
- 4 replies
-
- Custom page
- Clients products
-
(and 1 more)
Tagged with: