Is it possible to change the price table to look different? my clients have a lot of problems trying to find wholesale prices because you must need to add a color to show the table, algo the table appears below the product image and price, is it possible to turn it like a Alibaba style? i tried to make a model to look like that but i couldn't make the price automatic by quantity, i had to add 1 by 1 manually, i'll link the examples in attachment
The table can be different for each variation (color/size), so it only shows after a variation is selected. This is not something we can change unfortunately, as the table is not for the product but for the variation.
In B2BKing you can make the table horizontal by adding this PHP code snippet to the site:
Hi!
Is it possible to change the price table to look different? my clients have a lot of problems trying to find wholesale prices because you must need to add a color to show the table, algo the table appears below the product image and price, is it possible to turn it like a Alibaba style? i tried to make a model to look like that but i couldn't make the price automatic by quantity, i had to add 1 by 1 manually, i'll link the examples in attachment
Attached files: Standard looking.png
alibaba style.jpeg
manually price-quantity added.jpeg
Hi Matthew,
Thank you for purchasing our plugin,
The table can be different for each variation (color/size), so it only shows after a variation is selected. This is not something we can change unfortunately, as the table is not for the product but for the variation.
In B2BKing you can make the table horizontal by adding this PHP code snippet to the site:
However, I am not sure if it would look good in this situation because there are 7 price ranges, so there would not be enough space.
Kind regards,
Stefan
Thank you!
Another question, can i center the table or move around in the product page to make it look like the alibaba one?
Attached files: WhatsApp Image 2023-08-14 at 6.25.23 PM.jpeg
We may be able to achieve that with some custom CSS. I will try to see if this is possible and if I can do it.
I need to open your site and see the product page and its code - it depends on your site and theme.
When I go to https://zhanghair.com.br/ I see only a MANUTENÇÃO page.
How can I open the product page, can you give me a login?
Thank you for the login details.
I am seeing the following if I open a product page on a laptop:
On mobile, I see it as follows:
I have added some CSS to your site to appearance -> customize:
It makes it larger and more similar to the one you showed:
Oh I see, Thank You for all support :D
Last question, is that possible to realocate the position of price table? or to get the prices code. for example.
in that example i put the prices manually, but can i add a code to show it automatically from the price table?
Thank you again for all the support!!
Attached files: image_2023-08-29_172303224.png
To get the price values I don't have an easy way via code - it can be done but it is quite difficult, you would need some custom development.
It is a better option to try to change the location of the price table. For example here where would you want to move the table?
I can check to see if we have a way to move it there.
I guess after breadcrumbs and before the product title for example:
Mobile:
I kinda solve one thing, but i really can't change the div position, for example
I was trying to get this result, but i can't put the div of tiered table before the breadcrumbs at all
Hi again,
To move it there, I think the only option is with JavaScript,
Try to add this PHP code snippet to your site:
and this CSS:
Thank youu, you helped me so much