Support » Plugins » Woo-Commerce Variable Products Additional Information

  • Hello,

    I am building a website with a lot of variable products and many attributes.

    Example:
    I have a t-shirt. Sizes XS, S, M, L , XL.
    Every size has its own color; blue, green, purple.
    Every different color shirt in every different size has its own unique length, width, weight.

    When you select the parameters XS and Blue, how can I get that specific product information to show up in the Additional Information tab in my product description?
    Example:
    the XS blue t-shirt is 30 inches in length and weighs 1 ounces but the L green t-shirt is 36 inches in length and weighs 1.4 ounces

    Right now, all it shows is all the different combinations possible of every t-shirt
    Example:
    Size: XS, S, M, L, XL
    Color: Blue, Green, Red

    I want it to show the specific information of the specific product chosen. How is this best achieved?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • jakilevy

    (@jakilevy)

    Hey FashionJ – have you submitted this support request in the woocommerce support forums? You might get better answers there. You’ll need to create a Woo account if you don’t already have one.

    It doesn’t look like questions are getting addressed by WooThemes on WordPress.org.

    And the WooThemes team recommends submitting issues via their helpdesk : http://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-please-read-before-posting-links-to-documentaion-and-other-resources?replies=32.

    Here’s the opposite direction, which might give you a clue.
    I was looking to remove the additional information because it was showing the select list from my custom attributes.

    //To turn it off you add this to your functions.php
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);

    Knowing that, look at the WooCommerce API or open the woocommerce-functions.php file and you may be able to trace how that piece gets built.

    My instincts are that you could add a filter to tailor this to what you want.

    Hello,

    I have a problem with my website right now and I need your help. I am adding t-shirt for my new product with a variable and attributes. Every size has its own color : white, blue, green, red. When i’m adding new variable product i’m doing these step like click the attributes put the size, color and separate with pipe, check the Visible on product page and Used for variations and click Save Attributes.
    Click Variations, add the color, size, image, sku, price, quantity and Default Selection for size and color. but when I visit my site and click the the drop down selection it showing only one size and one color. By the way am using Sliding Theme and I already upgraded the latest version of WordPress. Please help to solve these problem. I already try to delete them all and uploaded again but it doesn’t work?

    Best Regards,

    Chris

    @christagu: As per the Forum Welcome, please post your own topic.

    @esmi

    thank you for your reply..

    sorry but i can’t find it the dashboard in wordpress, do you have a url on how to create new post..

    chris

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woo-Commerce Variable Products Additional Information’ is closed to new replies.