Display Plan Category in Subscription Form

  • DMTGMBH
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 month ago #79872 by DMTGMBH
Hi Tuan,
how can I integrate the plan category in the subscription form. My problem is, I have different categories with a basic, silver, gold and platin plan. At the moment only "basic supscription" is displayed, but I need to display "Basic Subscription of Category A". Any help is welcome.

Best regards,
Jürgen

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #79894 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Display Plan Category in Subscription Form
Hi Jürgen

It is still not very clear to me. Could you please send me the link to the page and explain what information you want to add to that page?

I will then check and guide you to make the change

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • DMTGMBH
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 month ago #79903 by DMTGMBH
Replied by DMTGMBH on topic Display Plan Category in Subscription Form
Hi Tuan,
I checked the code and saw that category infos are not parsed on the subscription form. I created a workaround for me, that displays the category title under the plan title. Now it looks like this:

Basic Subscription
from Category A
Please enter information on the form below to process subscription for Basic:

before it looks like this

Basic Subscription
Please enter information on the form below to process subscription for Basic:

Because of having Basic plans in every category (Category A, Category B ...) it is a little bit difficult for the user to differentiate which basic plan he has, because everywhere he can only see the name of the plan, but not the category it belongs, too. The same problem is on "My subscriptions" and "Subscription History".

It would be easier, if we could call for plans
$this->category->title
$this->category->description
on all pages.

Maybe it's a good idea for a next release.

Best regards,
Jürgen

Please Log in or Create an account to join the conversation.