- Posts: 41
- Thank you received: 0
How to add infomations, like step 1 of x ... ?
- jo
- Topic Author
- Offline
- Senior Member
-
Less
More
10 years 6 months ago #51806
by jo
How to add infomations, like step 1 of x ... ? was created by jo
Hello,
I have some questions about your module.
Is there any ways to display 2 kinds of informations ?
See the enclosed screenshot.
A) is it possible to display a banner, which will tell the customer the steps ?
Either a text banner, either to display a simple picture like banner.
Is is possible to add some "TITLE" to the 3 steps ?
1- Choose your day
2- Select your time
3- Click "add to cart" ?
Don't forget that some users don't know a bunch about internet and computers... so they may be lost if we don't tell them what to do .
I hope it's clear and that the screenshot will help
Greeting !
I have some questions about your module.
Is there any ways to display 2 kinds of informations ?
See the enclosed screenshot.
A) is it possible to display a banner, which will tell the customer the steps ?
Either a text banner, either to display a simple picture like banner.

1- Choose your day
2- Select your time
3- Click "add to cart" ?
Don't forget that some users don't know a bunch about internet and computers... so they may be lost if we don't tell them what to do .
I hope it's clear and that the screenshot will help

Greeting !
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 6 months ago #51813
by Mr. Dam
Replied by Mr. Dam on topic How to add infomations, like step 1 of x ... ?
Hi Jo,
To add the title above the form, you can add text (or html content) in the Category information part that i mentioned in another forum topic
Thanks
Dam
To add the title above the form, you can add text (or html content) in the Category information part that i mentioned in another forum topic
Thanks
Dam
Please Log in or Create an account to join the conversation.
- jo
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 0
10 years 6 months ago #51817
by jo
Replied by jo on topic How to add infomations, like step 1 of x ... ?
Hello,
Sorry if sometimes I may ask two questions maybe the same ...
How to add "htlm content' in the categorie information ?
Sorry if sometimes I may ask two questions maybe the same ...
How to add "htlm content' in the categorie information ?

Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 6 months ago #51861
by Mr. Dam
Replied by Mr. Dam on topic How to add infomations, like step 1 of x ... ?
Hi,
I mean you can replace the code you removed (i told you on another forum) .
In file: components > com_osservicesbooking > classes > default.html.php
find
<div class="span12">
<div class="div_category_details">
<div class="div_category_name">
<?php
echo $category->category_name;
?>
</div>
<?php
echo $category->category_description;
?>
</div>
</div>
and replace by your text like : bla bla bla.. etc
Thanks
Dam
I mean you can replace the code you removed (i told you on another forum) .
In file: components > com_osservicesbooking > classes > default.html.php
find
<div class="span12">
<div class="div_category_details">
<div class="div_category_name">
<?php
echo $category->category_name;
?>
</div>
<?php
echo $category->category_description;
?>
</div>
</div>
and replace by your text like : bla bla bla.. etc
Thanks
Dam
Please Log in or Create an account to join the conversation.
- jo
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 0
10 years 6 months ago #51866
by jo
Replied by jo on topic How to add infomations, like step 1 of x ... ?
Thanks Dam.
But I can insert html code ?
My wish would be to display an image or a banner to help customer .
But I can insert html code ?
My wish would be to display an image or a banner to help customer .

Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 6 months ago #51921
by Mr. Dam
Replied by Mr. Dam on topic How to add infomations, like step 1 of x ... ?
Hi Jo,
Yes, you can add html code (replace by HTML code) if you want, do you know HTML code?
like <img src=''> <strong> <BR /> <div> ..etc
Dam
Yes, you can add html code (replace by HTML code) if you want, do you know HTML code?
like <img src=''> <strong> <BR /> <div> ..etc
Dam
Please Log in or Create an account to join the conversation.
- jo
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 0
10 years 6 months ago #51931
by jo
Replied by jo on topic How to add infomations, like step 1 of x ... ?
Hello.
I though there were a special TAG
So, instead of having :
I can directly insert html content.
Ok, great new and thank you
I though there were a special TAG

So, instead of having :
Code:
<?php
echo $category->category_name;
?>
Ok, great new and thank you

Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 6 months ago #52014
by Mr. Dam
Replied by Mr. Dam on topic How to add infomations, like step 1 of x ... ?
OK!
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.