- Posts: 606
- Thank you received: 13
Select Shipping Method tool tip
- mohairbears
-
Topic Author
- Offline
Less
More
13 years 6 months ago #92517
by mohairbears
Select Shipping Method tool tip was created by mohairbears
Hi, Is there a way to add a tool tip to explain what kind of shipping service customers are going to select? I know you can use the shipping method description to do this but that displays all the time and looks messy. Maybe you could add an option to display the shipping description via tool tip going forward?
many thanks
many thanks
Please Log in or Create an account to join the conversation.
13 years 6 months ago #92530
by Xavier
Replied by Xavier on topic Select Shipping Method tool tip
Hi,
You can edit the view "checkout / shipping" and add the tooltip code, by this way the tooltip will always be available for the shipping methods.
You can edit the view "checkout / shipping" and add the tooltip code, by this way the tooltip will always be available for the shipping methods.
Please Log in or Create an account to join the conversation.
- mohairbears
-
Topic Author
- Offline
Less
More
- Posts: 606
- Thank you received: 13
13 years 6 months ago #92532
by mohairbears
Replied by mohairbears on topic Select Shipping Method tool tip
Hi, sorry what's the tool tip code? and where would it be placed?
thanks
thanks
Please Log in or Create an account to join the conversation.
13 years 6 months ago #92535
by Xavier
Replied by Xavier on topic Select Shipping Method tool tip
Hi,
The tooltip code is:
You can place it on the shipping method name.
Try to replace:
By:
The tooltip code is:
Code:
JHTML::tooltip('This is the tooltip text', 'Tooltip title', 'tooltip.png', '', 'http://www.joomla.org');
You can place it on the shipping method name.
Try to replace:
Code:
echo $rate->shipping_name;
Code:
JHTML::tooltip($rate->shipping_description, $rate->shipping_name, 'tooltip.png', '', '');
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds