Viewing 5 replies - 1 through 5 (of 5 total)
  • Please use our support portal for support issues with our premium extension. However, I do think this is not possible without writing some custom code. Choosing which one to show and which ones to not show is not possible in this version of the plugin, unless you write a manual filter for it.

    Thread Starter simmonsstummer

    (@simmonsstummer)

    Thank you.
    I think i can be content just hiding all from the details of the cart.
    I mean leaving only the name of the product.
    Maybe deleting something in the css code?

    Coen Jacobs

    (@coenjacobs)

    As you can see in this screenshot: http://cl.ly/image/2v3W1p103v3h the extra information beneath the product title has specific classes added to the containing elements and that enables you to hide those with CSS.

    With the element (using variations) in my example:

    <dl class="variation">

    You can then hide this with CSS:

    dl.variation {
    display: none;
    }

    You can do the same thing with options that are added via the Gravity Forms Product Add Ons extension. As I said, please use our support portal for that, as I can’t support that product in here.

    Thread Starter simmonsstummer

    (@simmonsstummer)

    Thank you this helped me so much!. At least to hide useless things.
    I posted a question to the support ( http://support.woothemes.com/requests/33403 )but i didn’t receive answer..

    Is there a way to hide all these variations even in the mail the customer receive?

    Coen Jacobs

    (@coenjacobs)

    This issue is being looked at by our support staff since it is an issue with a premium extension. I’ve checked and it is already being answered by one of my colleagues.

    To anyone reading this: Please use our support portal for issues with our extensions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hiding Gravity form calculations and value from cart’ is closed to new replies.