

sanechoice
Senior Member-
Content count
33 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout sanechoice

-
Rank
Newbie
Recent Profile Visitors
678 profile views
-
Smarty in Email Templates as Links
sanechoice replied to sanechoice's topic in Admin & Configuration Questions
Thanks you Brian! Appreciated. Now, one more question if you don't mind! CSS related for Outlook rendering. Do you know what CSS you need to update to stop the text having no space at all with the border? Please see screenshot. Outlook is a pain for rendering!! -
sanechoice started following Nice to meet you all!, Smarty in Email Templates as Links, Help with Email Templates - Updating to use Google Fonts and and 3 others
-
Hi Team, How do I use smarty but within an email link? In essence, I want a pretty link but use the URL supplied by Smarty. However, when I create a link and insert the Smarty code, the recipient sees the link and it looks all broken. In essence, the below code does not work: <a href="{$ticket_link}">Ticket Link</a> Any ideas?
-
Help with Email Templates - Updating to use Google Fonts
sanechoice posted a topic in Admin & Configuration Questions
Hi Team, I know this one should be basic (!) but I keep getting stuck on improving the email templates that go out. (Currently using the standard WHMCS CSS / Header / Footer). We want to use good fonts (i.e. Ubuntu) and get the BODY font to use them. Where do we add this google font and what CSS do we update within the template. We have been playing around but not getting much success. Thanks in advance. -
Time to get some Community Feedback! SaneChoice Limited.
sanechoice replied to sanechoice's topic in Showcase Your Site
Hi Brian! No - this is incredibly helpful indeed! Exactly what we missed in terms of a user experience. Having to scroll down through so many domain names does impair visibility to what the customer is looking for. Pawel is a very responsive for bugs and feature suggestions. Ill raise this with him and see if he would consider this for an upcoming version. Thank you again! -
Hi Keith, When you say store section, is there a particular section you would like me to home in on? Thanks, Brad.
-
Time to get some Community Feedback! SaneChoice Limited.
sanechoice posted a topic in Showcase Your Site
Hi Community Members, 2020 looms and we are refitting our Website! Naturally, using a mixture of WordPress, WHMCS and various templates. It does not matter what we think so would love to get some honest opinions from the community to see where we can improve! The website is still evolving but any feedback at this early stage is both welcomed and appreciated. Please have a look at: https://www.sanechoice.com I look forward to hearing your views! Thanks, Brad -
Hi There! Welcome to the community! Thanks, Brad.
-
Hi Dam, Welcome to the community! I am sure the community can help you with this sorts of questions so you have come to the right place! Look forward to connecting more - please reach out if you have any WHMCS questions. Regards, Brad.
-
sanechoice started following V7.8.x Hotfixes
-
Lagom - Simple and intuitive WHMCS theme
sanechoice replied to Paweł Bis's topic in Third Party Add-ons
Great news Pawel! We have downloaded now and taking the new release through its paces! -
Thanks Guys. But still not joy. I used @WHMCS Peter's code and, again, the menu item disappears the minute I add this line: ->setIcon('fas fa-shopping-cart'); As soon as I remove that line, the LOGIN text menu appears again. Any ideas?
-
sanechoice started following Adding an ICON to Menu
-
Hi All, Been messing around with this for a while but it's not working. Time to as k the experts!! I have a hook that displays LOGIN only when people are logged out. However, I want to add a Font Awesome icon to the menu item. This is the current code: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function(MenuItem $primaryNavbar) { $client = Menu::context('client'); if (is_null($client)) { $primaryNavbar->addChild('Login') ->setUri('https://www.webssiteking.com/clientarea.php/') ->setOrder(70); } }); I tried adding the below but that just causes the menu item to disappear altogether! ->setIcon('fa-shopping-cart'); So, if I want to add an icon next to a menu created in a hook, how should one do this? Thanks in advance. Brad
-
Lagom - Simple and intuitive WHMCS theme
sanechoice replied to Paweł Bis's topic in Third Party Add-ons
Hi Pavel, I was having a look at your sales website and there is a link error: https://lagom.rsstudio.net/theme/configuration.html = 404 Error. It was on the simple management Learn More link shown in the attached screenshot. Thanks, Brad -
sanechoice started following Paweł Bis
-
Lagom - Simple and intuitive WHMCS theme
sanechoice replied to Paweł Bis's topic in Third Party Add-ons
Hi Pavel, Very nice theme indeed. Does this work with the WHMCS Project module? Thanks, Brad -
Add Funds line item added to new Invoices
sanechoice replied to sanechoice's topic in Troubleshooting Issues
Thank you, Lawrence. Feels like a likely smoking gun as its logical - but not sure what we changed to cause this issue. I have updated the ticket with all relevant access details so you can remediate the issue. Thank you very much in advance. All - once this is identified and fixed, I will ensure to post back on here so the thread can be closed satisfactorily and benefit others. -
Add Funds line item added to new Invoices
sanechoice replied to sanechoice's topic in Troubleshooting Issues
Hi Brian, Thanks for getting back. We are using the latest version of WHMCS 7.7.1 and we have not added any new plugins. I have had a look and cannot see any that would even contain a function to Add Funds to invoices when a customer has not requested this. Some of our clients had an automated invoice created as part of a service and they were there! They questioned and we (embarrassingly) removed and reissued. We tried a test on our own account and it happened the first time but not the second. We need to keep testing to see if this occurs again. (The test was using a Bank Transfer). Very strange eh?! Is there any logs that I should look at to see why it would be created with an extra one item? Or even where to look in the database? Thanks, Brad