Or if you would like to share a backend login to your site or a staging site with us, we can check this directly on your site to troubleshoot and get this resolved for you,
(3) For feature requests you can simply open tickets here with us.
Thank you for the suggestion.
Right now we do not have any feature to have a different text for each product there.
It is possible with PHP code snippets if you want to do this with custom coding.
(1) This is a bit unclear to me: Are you trying to show the tiered price table for each product on the cart page?
Generally, it makes things a bit complicated, B2BKing was not built to have this feature. But you can do it by adding this PHP code snippet to your site:
1. How to custom color for only Tier table, No on WooCommerce other table ?
1.1 Color of text Product Quantity
1.2 Color of text Price per Unit
1.3 Color of Quantity
1.4 Color of Price
2. I use WPML, But I can't find How to translate Product Quantity and Price per Unit.
3. How I submit feature request ?
3.1 For Tier table, I need each product can change text of Product Quantity and Price per Unit
Best regards
Attached files: การจับภาพเว็บ_20-7-2023_22857_ttr.bbspaceapps.com.jpeg
Hello Kornchai,
(1) To change those colors, you can add this CSS to your site:
It will look like this on your site:
(2) These texts should be translateable like any other text in the plugin.
We would advise to try to follow the steps here: https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/
Or if you would like to share a backend login to your site or a staging site with us, we can check this directly on your site to troubleshoot and get this resolved for you,
(3) For feature requests you can simply open tickets here with us.
Thank you for the suggestion.
Right now we do not have any feature to have a different text for each product there.
It is possible with PHP code snippets if you want to do this with custom coding.
Kind regards,
Stefan
Hello,
I need more help of CSS.
1. How to change hover color ?
2. How to add border ? I try to add border but not show it (in attach image).
3. Can we add css even and odd color ?
4. How to css text to center ?
5. Can we add Title Tier Table like attach image ?
6. Can we change Tier table to horizontal ?
Best regards
Attached files: tier-css.jpg
tier-title-demo.jpg
(1) Do you mean the Blue Color here?
You can add:
(2) A border where? I don't think I understand. Can you show a screenshot with a drawing please?
(3) For example you can have:
(4) To center CSS, you can add:
But it does not work very well.
I think it is better to add:
(5) You can add:
and add this PHP code snippet:
(6) This is very hard to achieve unfortunately. It would not work together with the other snippets.
Thank a lot for last answer.
(1) A border where? I don't think I understand. Can you show a screenshot with a drawing please?
(2) How to add snippet code to add text after number of Product Quantity ?
(3) What css class for information table ?
Best regards
Attached files: tier-table.jpg
Hi,
(1)
How to add border ? I try to add border but not show it (in attach image).
I just meant: where do you want this border? It would help if you have a screenshot or an example, etc.
(2) You can add some text there after quantity, with this snippet:
(3) You can use the class
.b2bking_information_table
to target the information table
Hi,
(1)
How to add border ? I try to add border but not show it (in attach image).
I just meant: where do you want this border? It would help if you have a screenshot or an example, etc.
Border on tier table.
I have attachment image, But I not sure it not show ?
I have upload on this too:
Best regards
Attached files: tier-table.jpg
You can add a border to the tiered table with this CSS:
Hello,
How to setting width of first column of information table ?
I want to 50/50.
Best regards
Attached files: screenshot-ttr.bbspaceapps.com-2023.08.14-04_53_05.png
Hi,
You can do that by adding this CSS to your site:
Hello,
link: ESET File Security for Windows Server - 1 Year - ขายวินโดว์แท้ จำหน่าย Microsoft Windows Office แท้ 100% (dedeecom.com)
question
1. How to move tier table to on cart
2. How to change text color for normal and active (attach image)
Now I can change color on normal text product quantity and discount but can't change color on active text product quantity and discount.
And I can't change color on normal and active text price per unit.
3. If I want change text (product quantity, discount, price per unit), How to change it ?
Best regards
Forget to add image.
Attached files: screenshot-1709878597342.png
Hi there,
(1) This is a bit unclear to me: Are you trying to show the tiered price table for each product on the cart page?
Generally, it makes things a bit complicated, B2BKing was not built to have this feature. But you can do it by adding this PHP code snippet to your site:
It will then show as:
Please note that the "Active price" range does not work here - because this was only built to work on the single product page.
(2) Generally you can make changes there with CSS.
I will show a few examples on my local test site:
First I have this product page and table:
You can add this CSS to set the colors for the different columns:
It results in:
If you would like to set other colors for the active price, you can further add this CSS:
Now the table becomes:
(3) To change those texts to something else, you can follow our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-edit-any-plugin-text-string-same-language
This works for any text in the plugin. I see that you have already managed to edit those:
Kind regards,
Stefan