How to add infomations, like step 1 of x ... ?

More
9 years 5 months ago #51806 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.

B) 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 !
Attachments:

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

More
9 years 5 months ago #51813 by Mr. Dam
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

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

More
9 years 5 months ago #51817 by jo
Hello,
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.

More
9 years 5 months ago #51861 by Mr. Dam
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

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

More
9 years 5 months ago #51866 by jo
Thanks Dam.
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.

More
9 years 5 months ago #51921 by Mr. Dam
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

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

More
9 years 5 months ago #51931 by jo
Hello.
I though there were a special TAG :)
So, instead of having :
Code:
<?php echo $category->category_name; ?>
I can directly insert html content.
Ok, great new and thank you :)

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

More
9 years 5 months ago #52014 by Mr. Dam
OK!

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

Moderators: Mr. Dam