Jump to content

add-on status coloring


PPH

Recommended Posts

Going through a client account that has a terminated add-on I have noticed in their client area that the background color of terminated icons are white indicating active. I switched to the portal and the default template with the same results.

 

What would we need to add to have product add-ons appear with the proper status color in the clientarea?

Link to comment
Share on other sites

This needs to be added to the bugs list for V 3.4 as the error also exists in the online demo and in both templates.

 

Here's what we did to fix the addon status color for the table.

 

Original at line 115 of portal template clientareproductdetails:

<tr class="clientareatableactive"><td id="{$addon.class}">{$addon.name}</td><td id="{$addon.class}" align="center">{$addon.pricing}</td><td id="{$addon.class}" align="center">{$addon.nextduedate}</td></tr>

 

Changed to:

<tr class="clientareatable{$addon.status}"><td id="{$addon.class}">{$addon.name}</td><td id="{$addon.class}" align="center">{$addon.pricing}</td><td id="{$addon.class}" align="center">{$addon.nextduedate}</td></tr>

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