Manual shipping plugin - Free delivery - Double name

  • Posts: 23
  • Thank you received: 1
2 years 9 months ago #339041

-- HikaShop version -- : 4.4.5
-- Joomla version -- : 4.0.4
-- Browser(s) name and version -- : Chrome

Dear Hika-Team,

I used yoru manual shipping plugin to create a free shipping option as of X amount. Works perfectly, but when I introduced into the name a description, then I saw in the checkout, that the system seems to have realised that it's for free and it added it's own description, so I had something like "Free delivery! Free shipping!". Only when I left the description empty, it showed only the default one. No problem so far, BUT at the end of the checkout and on the invoices, it doesn't show any shipping method, since the information is empty. Which it should show that it was a free delivery.

Claro?! :-)

Thank you,
Ciao,
Martin

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

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
2 years 9 months ago #339045

Hello,

You can have your solution by define the name you want and remove the automatically added for free shipping method name by using a custom css.
Follow me step by step to see how to proceed :
1. Learn how to process to add custom css thanks to this tutorial, here .
2. Then use this kind of command css to remove the unwanted part of the shipping method name.
Example :
input#shipping_radio_related_free_delivery + label + span.hikashop_checkout_shipping_cost {
display: none;
}

Where, "shipping_radio_related_free_delivery" is your relative input id, you can use your navigator inspector tool in order to see your element Html.
=> Point your element
=> Right-click and Inspect (or Inspector tool)

And on the same idea the "hikashop_checkout_shipping_cost" is the automatically added title ("Free shipping").
Hope this will fit your needs
Regards

Last edit: 2 years 9 months ago by Philip.
The following user(s) said Thank You: MartinSvejda

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

  • Posts: 23
  • Thank you received: 1
2 years 9 months ago #339064

Merci Philip,

Worked like a charm... :-)

Tout de bon et bonne journée,
Martin

The following user(s) said Thank You: Philip

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

Time to create page: 0.058 seconds
Powered by Kunena Forum