Jump to content

Category Descriptions


Recommended Posts

  • 1 year later...

I got an answer from WHMCS.

 

Unfortunately there is no feature to add a description for each product group (ie. product category) in WHMCS.

 

They don't seem to think anyone would want this feature.

 

I for one would like product group descriptions for 2 reasons -

 

1) It's good to be able to give some general information about the product group so you don't have to repeat the same details in every product description within the group.

 

2) It helps with SEO if we can add an intro/description on each product category/group page.

 

Anyway, hopefully one day the guys at WHMCS will change their minds and decide it's worthwhile adding a group description field...

Link to comment
Share on other sites

A quick way to do this would be to just edit the products.tpl for the shopping cart you use and add the following code below the group name or anywhere on the page that you would like it. Just add a {elseif $gid == x} line for each group you have and add the description for the group under it.

 

<div class="well">
{if $gid == 1}
Group One Description Here.
{elseif $gid == 2} 
Group Two Description Here.
{elseif $gid == 3} 
Group Three Description Here.
{/if}
</div>

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