Jump to content

TinyNet

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by TinyNet

  1. Thank you! Yes it is and good spot - thank you for pointing it out.
  2. We're using a custom template - but haven't removed anything from six - but I will revert to six and see if it occurs on it AFAICR it does.
  3. I managed to achieve this by using the product description variable and adding a little custom code to the template. It's not going to be updated that frequently so we'll live with it for the time being!
  4. Thank you Brian! That is what I ended up doing. I'll post in the showcase when it is launched. Thanks for the replies - really appreciated.
  5. Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. Whoops\Exception\ErrorException: Module 'soap' already loaded in Unknown:0 Stack trace: #0 /var/www/xxx.co.uk/public_html/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(32, 'Module 'soap' a...', 'Unknown', 0) #1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown() #2 {main} We're getting the above error almost every time a user signs in (after they press the sign in button). If the page is refreshed it goes away. Anyone experienced this? Is there a fix? This is on version 7.9.1 on a supported PHP version (7.2.27-1+ubuntu18.04.1+deb.sury.org+1) Thank you
  6. Sorry for the slow reply, my posts are under review as I am a new user. Thank you for the reply. I was hoping to see some modern customisation options. Coming from tailwindcss and laravel I see I have been enjoying modern luxuries 🙂
  7. Is it possible to show hosting options on the homepage (price comparison), rather than the default domain search? Thank you
  8. For the moment I am using the product description field, since our product features include SVG which get stripped out (so I am programmatically dealing with that). Tagline would be a very useful field esp for the comparison tables.
  9. I am currently customising an order form and note this block of code: {if $product.tagLine} <p id="product{$product@iteration}-tag-line"> {$product.tagLine} </p> {/if} I am unable to find where this is set in the admin area (note, this is on a product - not a product group). This is an excerpt from the 'supreme_comparison' orderform in /templates/orderforms/supreme_comparison/products.tpl. I have searched the internet and the community for answers and have drawn a blank - can anyone point me in the right direction? Thank you!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated