Home › Forums › Air WordPress Theme › Product name missing in cart and checkout)
- This topic has 7 replies, 2 voices, and was last updated 6 years, 11 months ago by
ellenundfritz.
-
AuthorPosts
-
June 30, 2019 at 4:03 pm #18864
Hi,
I love your theme and it’s doing a wonderful job for me.
However, I have quite a major issue with it: the shopping cart and checkout are missing the product name. Connected to that (I believe) the layout of the whole grid is messed up, as the header line is shifted apart from the contents of the cart (e.g. price header shows quantity).
Is this bug related to some css-customizations I’ve done? I am out of ideas for now.
Your assistance would be highly appreciated!
June 30, 2019 at 4:04 pm #18865This reply has been marked as private.July 1, 2019 at 1:03 am #18869HI,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.woocommerce-page table.shop_table tbody td.product-name { display: table-cell; } .woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { line-height: 1; }Regards!
Bwsm – uiueux.com – Twitter – FacebookJuly 1, 2019 at 7:59 am #18871Hi, thanks for the fast response!
This fixed both issues perfectly. 🙂
I have two follow-up-questions, however:
1. What is the code to name the currently unnamed column headers in that table (thumbnail and remove)?
2. This is supposed to be a German site, however there are still quite a few elements (only connected to WooCommerce as far as I can tell) that are in English. What do I have to do in order to translate them?Thanks a lot for your help again!
July 1, 2019 at 1:31 pm #18873Hi,
1. Sorry, I don’t understand this question. What’s the name? ClassName?
Please give more tips, thanks!2. Please use the plugin to translate https://seatheme.net/forums/topic/translate-some-wording/#post-14383
Regards
July 2, 2019 at 7:34 am #18884This reply has been marked as private.July 3, 2019 at 1:45 am #18892Hi,
Please add the text by custom CSS like:
thead .product-name:before{content:'Name';} thead .product-remove:before{content:'Remove';}Regards
July 5, 2019 at 6:39 am #18899Perfect, from that I know what do to. Thank you a lot for your support and have a nice weekend! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.
