Home / Forums / WoodMart support forum / Shipping text issue, alignment problem, and category order question
Home › Forums › WoodMart support forum › Shipping text issue, alignment problem, and category order question
Shipping text issue, alignment problem, and category order question
- This topic has 5 replies, 2 voices, and was last updated 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 29, 2026 at 10:59 pm #714485
just-click.itParticipantHello,
we have used a custom code to remove the “Shipping to…” text and it works correctly. However, in the cart page the line showing “Flat rate” or “Free shipping” is not properly aligned.
Additionally, we would like to translate the word “Shipment” into “Spedizione”. We tried using Loco Translate, but it does not seem to work for this string.
Finally, we would like to ask how to set the product categories order. We need them to follow exactly the same order as configured in Products → Categories.
Thank you in advance for your support.
/* Nasconde “Spedizione a…” */
.woocommerce-shipping-destination,
.shipping-destination {
display: none !important;
}/* Nasconde testo piccolo */
.woocommerce-shipping-totals small {
display: none !important;
}/* CENTRA il box totale carrello */
.woocommerce-cart .cart_totals {
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}/* Opzionale: larghezza più simile al checkout */
.woocommerce-cart .cart_totals {
max-width: 500px;
}March 30, 2026 at 2:12 pm #714549Hello,
01. I have checked your site and see only free shipping not the flat rate.
https://postimg.cc/VSLdyWqJ02. To change the word shipment, please read and follow the instructions here:
https://xtemos.com/docs-topic/theme-translation/03. Can you please share some screenshots where you want to change the category order so i will check and give you a possible solution.
Best Regards
March 30, 2026 at 9:02 pm #714598
just-click.itParticipantCiao,
1. The issue is that the text is not vertically aligned (Please see the attached image)
2. I followed the instructions, updated the translations, and also tried using Loco Translate, but I was not able to change the word “Shipment.”
3. The filters should follow the same order as the product categories, for example: “Grandi elettrodomestici”, “Cottura veloce” and so on.Attachments:
You must be logged in to view attached files.March 31, 2026 at 10:33 am #714648Hello,
01. Try to add the following CSS code in Theme Settings > Custom CSS:
.cart-totals-inner tr.shipping td { white-space: normal; } .woocommerce-shipping-methods label { display: inline-block; max-width: 120px; /* adjust as needed */ line-height: 1.4; word-break: break-word; }02. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
03. Navigate to Appearance > Widgets > Edit the Product Categories widget and set the ‘Order by’ option to Category Order: https://postimg.cc/9rTnx2NH
Then, you can change the display order of categories directly from your WordPress dashboard by going to:
Products > Categories, and dragging and dropping the categories into your preferred order.
Here’s a short video guide for reference: https://youtu.be/ZX9dJhEtw5k
Best Regards
March 31, 2026 at 7:56 pm #714729
just-click.itParticipantCiao,
points 1 and 3 are ok.
it remains to understand how to translate some words, I tried with updating the translations and with loco translate.
in the cart there is, for example, Shipment, on the payment page there is Billing, etc..Grazie
April 1, 2026 at 1:12 pm #714779Hello,
2. I have easily translated the Shipment word from Loco >> Plugins >> Woocommerce >> Edit the language file >> find the word >> and translate it: https://ibb.co/HD4wWrY2
The checkout page text comes from the custom layout that you are using for the checkout. Please go to Layouts >> Edit the checkout layout >> Find the words and change into your language: https://ibb.co/BHpsG4zy
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register