• Resolved nico6293

    (@nico6293)


    Hi there

    I would like to add some extra text to the price tag of second of my two product that is a paper book. The price tag is now: € 19,75 incl. B.T.W.

    I would like it to be: € 19,75 incl. B.T.W. en versturen.

    Thanks and kind regards,
    Nico Cordewener

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The printed book option is not available to me. I just get a note saying the delivery time is two weeks. Please can you make it available so I can examine the markup with browser tools.

    Thread Starter nico6293

    (@nico6293)

    Hi Lorro
    You are correct. I forgot to make the printed book available outside The Netherlands. I changed the settings, so it should be visible for you by now.

    Kind regard,
    Nico

    This will add the text for the book product only.

    .post-124 .price small:after {
      content: " en versturen";
    }

    It doesn’t fit very well. Maybe you could make your product blocks bigger. Can you reduce the number of products per row.

    Thread Starter nico6293

    (@nico6293)

    Lorro, thanks. Works fine.

    I will play with the number of products per row later.

    Is it possible to make the font somewhat larger?

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
      font-size: 18px !important;
    }
    Thread Starter nico6293

    (@nico6293)

    Hi Lorro
    Works fine again. thanks.

    For vertical use on mobile phones the two products can not become futher apart from each other.

    On PC all is ok now. Because of the difference in length of text in the price tag of the two products on mobile phone the two ‘in basket’ buttons are not horizontally aligned anymore. Is it possible to align them?

    Kind regards,
    Nico

    Thread Starter nico6293

    (@nico6293)

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
      font-size: 18px !important;
      min-height: 56px;
      margin-bottom: 0 !important;
    }
    Thread Starter nico6293

    (@nico6293)

    Again great help.
    Everything is great now.
    Thanks very much.
    I will end this thread

    Kind Regards,
    Nico

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add extra line of text to product price tag’ is closed to new replies.