• Hi,

    I’ve install WooCommerce for a website, but i’ve a problem :

    – when i create a product with “single product”, i add attributes (color for exemple with 2 valors) but on front page, in product page, nothing !

    – If i create product with “product variation”, i add attributes (color for exemple with 2 valors) but on front page, in product page, i see attribute possibilities but if i click on list : nothing !

    Can u help me ?

    The web site : getwell-distribution.com

    In the code of the page, i see than variations aren’t loaded :

    <form class="variations_form cart" data-product_variations="[]" data-product_id="41" enctype="multipart/form-data" method="post" action="/?product=spot-encastrable-design-rond-thermolaque&add-to-cart=41">
    <table class="variations" cellspacing="0">
    <tbody>
    <tr>
    <td class="label">
    <label for="pa_couleur">Couleur</label>
    </td>
    <td class="value">
    <select id="pa_couleur" name="attribute_pa_couleur">
    <option value="">Choisir une option…</option>
    </select>
    <a class="reset_variations" href="#reset" style="visibility: hidden;">Réinitialisation de la sélection</a>
    </td>
    </tr>
    </tbody>
    </table>
    <div class="single_variation_wrap" style="display: none;">
    <div>
    </form>

    http://wordpress.org/extend/plugins/woocommerce/

    [moderator note: four posts consolidated into one to get back onto no-replies list]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Claymenia

    (@claymenia)

    ok nobody can help me on this problem ? No support form woocormmerce (I opened a ticket unanswered)… so good T_T

    The basic process for creating variations is this:

    – Enter a title
    – Enter a description
    – Select Variable from the product type list
    – Add attribute name and attribute values
    – Check the box indicating that attributes are used for variations
    – Link all variations
    – Publish the product

    If that is not working then you probably either have the attributes defined in correctly, or have not linked all variations.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Attributes are empty’ is closed to new replies.