Jump to content

Where to set Product Tagline?


Recommended Posts

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!

Link to comment
Share on other sites

16 hours ago, TinyNet said:

I am unable to find where this is set in the admin area (note, this is on  a product - not a product group).

AFAIK, this feature has never existed in the admin area or database, but has been included in the "new" comparison templates since they were introduced almost 5 years ago - that was the last time new orderform templates were added. to WHMCS. waiting.gif

maybe the feature was intended to be added at a later date, but I think even in the v6.1 betas, they did nothing.

obviously, you could force these taglines to work with a hook, e.g by adding them to the $products array, but as I don't think the css exist either, that would need to be added too to ensure they were visible.

R0zRNOm.png

Link to comment
Share on other sites

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 🙂

Link to comment
Share on other sites

23 hours ago, TinyNet said:

Sorry for the slow reply, my posts are under review as I am a new user.

we were all new here once!

23 hours ago, TinyNet said:

I was hoping to see some modern customisation options.

surrender ye hope who all use WHMCS expecting that. 🙈

23 hours ago, TinyNet said:

Coming from tailwindcss and laravel I see I have been enjoying modern luxuries 🙂

I think it would be fair to say that WHMCS use of CSS is... piecemeal.

generally speaking, WHMCS is years behind in development of where it could, and should, really be, e.g v7.10 is going to include kb image uploads, but that's been requested for the last 6 years... and waiting years for requests to be completed is normal with WHMCS.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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