Okay
  Public Ticket #3223297
Tiered Pricing & table not showing correctly
Closed

Comments

  •  1
    Nena started the conversation

    Hello Sirs, 

    We would like to inform you about a problem on Kingpro plugin.

    For example on product https://meditrast.de/produkt/nitrilhandschuhe-schwarz-ohne-puder/ that we have all the prices stored tiered pricing and table not showing correctly on our website.

    Please advice us and give as a solution abou it!

    i'm sending you a screenshot too, so to understand what is the problem.


    Thank you in advance

    Nena

    Attached files:  Screenshot 2023-02-03 at 13-37-10 Nitrilhandschuhe schwarz ohne Puder - Meditrast GmbH.png

  •  1,906
    WebWizards replied

    Hello Nena,

    Thank you for purchasing our plugin!

    From that screenshot it appears there is a styling / CSS conflict in that table. I believe I can resolve this by sending you some custom CSS to add to the site.


    I would need to be able to view that table directly so I can view the page code and write some CSS to fix it.


    I tried to go here  https://meditrast.de/produkt/nitrilhandschuhe-schwarz-ohne-puder/  , but I cannot see the pricing table, possibly because I am logged out?

    If so, can you please share a customer login and password so I can login and view the table for that product?


    Kind regards,

    Stefan

  •  1
    Nena replied

    Hello Stefan, we entered the credentials you requested on this product  https://meditrast.de/produkt/nitrilhandschuhe-schwarz-ohne-puder/. Could you sent us the CSS fix?

    thanks in advance

    Nena

  •  1,906
    WebWizards replied

    Hi Nena,

    Thanks for getting back to me,

    You can add the following CSS to your site:

    .b2bking_shop_table tr {
        display: table-row !important;
    }
    .b2bking_shop_table td {
        padding: 10px !important;
        text-align: center !important;
    }
    .b2bking_shop_table tr th {
        text-align: center;
    }
    .b2bking_shop_table {
        margin-bottom: 50px !important;
    }
    

    It should then display as follows:

    3410855226.png


    Kind regards,

    Stefan

  •  1
    Nena replied

    Hi Stefan! Thank you very much for your immediate respond. Everything is working great now! 

    Thank you!!! 

    Kind regards, 

    Nena 

  •   WebWizards replied privately