- Posts: 14
- Home
- Forum
- Community Forum
- Questions
- Installation/Upgrade
- Update to Solidres 2.5.0
Visual information layout Problem
- MLNetworX
- Offline
Less
More
10 years 5 months ago #4928
by MLNetworX
Replied by MLNetworX on topic Visual information layout Problem
Hi,
about that Fax. I dont think solidres or joomla supports this out of the box.
But there are some email to fax providers (like efax.com). But mostley you or your customer have to pay for that service.
Maybe there is a better / cheaper provider at the country where you from.
Hope this helps.
Kind Regards
Mark
about that Fax. I dont think solidres or joomla supports this out of the box.
But there are some email to fax providers (like efax.com). But mostley you or your customer have to pay for that service.
Maybe there is a better / cheaper provider at the country where you from.
Hope this helps.
Kind Regards
Mark
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
10 years 5 months ago #4931
by vietvh
Replied by vietvh on topic Visual information layout Problem
Hi,
It is possible but you need to write a custom plugin to integrate with a 3rd service like this one:
www.interfax.net/en/dev/php
Or efax.com like MLNetworX suggested.
By design, we make it auto scroll to the same tariff that you click "Check" button, it is useful when a hotel has many room types and tariffs.
If you want to scroll to the top of the form instead, you can edit this file:
/media/com_solidres/assets/js/site.js
Find line:
Change it to
Don't forget to minify it to /media/com_solidres/assets/js/site.min.js
Regards,
It is possible but you need to write a custom plugin to integrate with a 3rd service like this one:
www.interfax.net/en/dev/php
Or efax.com like MLNetworX suggested.
By design, we make it auto scroll to the same tariff that you click "Check" button, it is useful when a hotel has many room types and tariffs.
If you want to scroll to the top of the form instead, you can edit this file:
/media/com_solidres/assets/js/site.js
Find line:
$('#sr-checkavailability-form-component').attr('action', $('#sr-checkavailability-form-component').attr('action') + '#tariff-box-' + roomtypeid + '-' + tariffid);
Change it to
$('#sr-checkavailability-form-component').attr('action', $('#sr-checkavailability-form-component').attr('action') + '#form');
Don't forget to minify it to /media/com_solidres/assets/js/site.min.js
Regards,
Please Log in or Create an account to join the conversation.
Moderators: solidres