Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #465527

    Hey Folks,

    need some support again in arraning the elements of the add to cart form on product page.

    So what I want to have is
    http://web101.dehamd032.servertools24.de/HOME/wp-content/uploads/2015/06/Layout_Website-Produkt-Seite.jpg

    What it actually looks like is:
    http://web101.dehamd032.servertools24.de/HOME/produkt/agrippinawerft-panorama-monochrom/

    What I want to have is:
    1) quantity | price | add-to-cart-button in a row, like it is on that .jpg.
    2) the influence price font-size and colour
    3) if possible, when it comes to more than one piece – the price of one multiplied eg: € 169 / € € 338
    4) for a variation that is not available in a certain combination a clue for the customer in text (eg. Product not available)

    we use the following classes:
    #top .main_color span.price | add-to-cart button: div.variations_button | checked text (text that is instead of radio buttons):
    p.field span.active | unchecked text:p.field span

    BUT using #top .main_color span.price influences the prices all over the page – not only in add to cart form, so
    I need an individual reference here.
    Can you help on that four requirements as mentionend above?

    Elliott tried to help here: https://kriesi.at/support/topic/arrange-elements-in-order-form-add-to-cart/, but it still isnt solved, so I attached the link for the jpg.

    Final question: why is it that a price is shown when no option is chosen – how can I contral that?

    Thank you so much

    Best Stephan

    #467668

    Hey handelsmann!

    Your wanting quite a bit of customization done to the Woocommerce plugin. It’s going to take quite a bit of time and code to complete so it would have to be considered custom work. It would be best to hire a freelancer to help you out with these customizations.

    For #2 though I’m not sure I understand. Your just trying to change the size and color for the price? If so then you can do it with this CSS.

    .single_variation .amount {
      color: red;
      font-size: 30px !important;
    }

    Cheers!
    Elliott

    #468873

    Hi Elliott,

    thanks for your response and I will check your solution for 2).

    Beside customization- why is a price shown for a variation where no option is chosen – any idea?

    And shouldn’t it be an easy fix to say : quantity | price | add to cart in row – just thinking?

    Already bought some customization for that theme – so want to keep the costs in range :-).

    Thank you so much for your help Elliott.
    Appreciate that.

    Best Stephan

    #469106

    Hey!

    1. Are you using a Woocommerce extension for those variation selections? By default the variations should be in a select field but yours looks different. It would be best to contact Woocommerce support about that.

    2. It seems like it would be easy to do but it’s actually going to take a lot of time and code to implement.

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.