Move Shipping Description

  • Posts: 440
  • Thank you received: 20
  • Hikashop Essential
11 years 7 months ago #62984

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

Attachments:

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

  • Posts: 2334
  • Thank you received: 403
11 years 7 months ago #63009

Hi there,

Just edit the view "shipping" (Display>Views, type shipping) and delete the '<br/>' at the end of the code before this line:

<div class="hikashop_checkout_shipping_description"><?php echo $rate->shipping_description;?></div>

then replace this line by this one:
<span class="hikashop_checkout_shipping_description"><?php echo $rate->shipping_description;?></span>

Last edit: 11 years 7 months ago by Eliot.

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

  • Posts: 440
  • Thank you received: 20
  • Hikashop Essential
11 years 7 months ago #63027

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.086 seconds
Powered by Kunena Forum