Jump to content

How to list client subscribed services based on it's product type?


Recommended Posts

Hi Team,

 

i'm looking for a way to list all the services which has been subscribed by the user inside their client area based on the 4 product type:

 

1. hosting

2. reseller

3. server

4. others.

 

the reason being is that we have customer which has subscribed a lot of service and end up their product list became messy and hard for them to know which one is the correct service. Please advise. we try to customize the foreach function inside the clientproduct.tpl but seems like not working as we could not find the product type.

 

looking forward for your advise.

Link to comment
Share on other sites

the reason being is that we have customer which has subscribed a lot of service and end up their product list became messy and hard for them to know which one is the correct service. Please advise. we try to customize the foreach function inside the clientproduct.tpl but seems like not working as we could not find the product type.

there's the problem - the information you want just isn't available to the template.

 

the two possible ways around that would be to create/modify the $services array (via an action hook), or recreate the types based on existing values in the array (e.g product or group) - then once displayed, the user can then filter on those values.

Link to comment
Share on other sites

there's the problem - the information you want just isn't available to the template.

 

the two possible ways around that would be to create/modify the $services array (via an action hook), or recreate the types based on existing values in the array (e.g product or group) - then once displayed, the user can then filter on those values.

 

Thanks for the suggestion. can we get sample script that we can use to create/modify services array? looking forward for your help.

Link to comment
Share on other sites

Dont know if this will help at all...

 

Clients >> Products / Services >> Select Service >> When populated click on the 'Client Name' column so it groups everything for each client.

 

thanks for your reply. our main goal is to display the services in client area. not in the admin area. any other suggestion that we can look into. as we would like to ease our customer to understand the product that they subscribe is shared, dedicated, reseller or others.

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