Skip to main content

Move Shipping Description

More
14 years 3 weeks ago #62984 by davec
I have one or two shipping methods and associated descriptions.

I would like the shipping description to follow the price so that everything is on 1 line as in the second image shipping2, shipping shows the current layout

Can you please provide me with some pointer on how this could be achieved





Thanks

Dave

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

More
14 years 3 weeks ago - 14 years 3 weeks ago #63009 by Eliot
Replied by Eliot on topic Re: Move Shipping Description
Hi there,

Just edit the view "shipping" (Display>Views, type shipping) and delete the '<br/>' at the end of the code before this line:
Code:
<div class="hikashop_checkout_shipping_description"><?php echo $rate->shipping_description;?></div>

then replace this line by this one:
Code:
<span class="hikashop_checkout_shipping_description"><?php echo $rate->shipping_description;?></span>
Last edit: 14 years 3 weeks ago by Eliot.

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

More
14 years 3 weeks ago #63027 by davec
Replied by davec on topic Re: Move Shipping Description
Thanks Eliot.

I did find that file but it still didn't work. Looking into it further the default editor added the <P> tag. Turned off the editor added a span tag for the font sizing and now does as required.

Thanks

Dave B)

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

Time to create page: 0.175 seconds
Powered by Kunena Forum