• And my questions just keep coming…

    Any idea why my Variations are being generated like this, which is to say, with a separate select element for each variation, rather than one select element holding all of the variations:

    <div class="wpsc_variation_forms">
      <table>
        <tbody>
          <tr>
    	    <td class="col1"><label for="variation_select_2054_34">Expressive card set: pkg. of 20:</label></td>
            <td class="col2"><select id="variation_select_2054_34" name="variation[34]" class="wpsc_select_variation"></select></td>
    	  </tr>
          <tr>
    	    <td class="col1"><label for="variation_select_2054_78">Hearfelt Feelings:</label></td>
            <td class="col2"><select id="variation_select_2054_78" name="variation[78]" class="wpsc_select_variation"></select></td>
    	  </tr>
          <tr>
    	    <td class="col1"><label for="variation_select_2054_35">Kit: Manual plus two Cards sets:</label></td>
            <td class="col2"><select id="variation_select_2054_35" name="variation[35]" class="wpsc_select_variation"></select></td>
    	  </tr>
          <tr>
    	    <td class="col1"><label for="variation_select_2054_36">Relational card set: pkg. of 20:</label></td>
            <td class="col2"><select id="variation_select_2054_36" name="variation[36]" class="wpsc_select_variation"></select></td>
    	  </tr>
        </tbody>
      </table>
      <div class="is_variation" id="variation_display_2054">Combination of product variants is not available</div>
    </div>

    https://wordpress.org/plugins/wp-e-commerce/

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

    (@hommealone)

    It seems that when the Products were exported/imported from our old website to the new one we’re designing, each Variation was mistakenly exported or imported as a Variation Group instead of a variation.

    Why would that be? Any suggestion on how to fix that?

    Thread Starter hommealone

    (@hommealone)

    Yes, the problem is that when the Variations were exported/imported, all of the variations and variation groups were imported as being at the same level; none of the individual variations were put into the appropriate variation groupings.

    If I go through each Variation and edit it, assigning it the proper parent, the item displays correctly. But with 90+ variations, this is a problem.

    Unfortunately, on the “Variations” admin page

    (wp-admin/edit-tags.php?taxonomy=wpsc-variation&post_type=wpsc-product)

    I cannot drag-and-drop the variations into groups, and I cannot change the “Parent” in the “quick edit” mode. I need to “edit” EACH variation, change the parent, “Save”, “Return to variations page”.

    Can you suggest any shortcut?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with Variations display’ is closed to new replies.