• Posted by rajaman 1 year ago.
  • There are 9 posts. The latest reply is from masshoff
  • resolved
  • WordPress version: Not Supplied
  • WP e-Commerce version: Not Supplied

Need urgent help?
We have a comprehensive list of WordPress e-Commerce experts (designers and developers) ready to help you on the Resources » WP Consultants page.

 

  1. rajaman
    New Member

    I'm using a fresh install of both WP 2.7 and the newest plugin version 3.6.9 and noticed that when creating a product with meta-data it gets displayed correctly, but when trying to edit that product the meta-data fields cannot be changed (they don't show up). The same goes for product tags.

    Anyone else noticed this problem? Is it fixed in the plugin's Gold Cart version?

    Posted 1 year ago #
  2. Trusted
    shayne
    Resident Expert

    Not sure if it's a known issue or a problem with your installation. Is everything else working correctly?

    And the gold cart is just an add on...it would not affect how this works or not.

    If you need to contact me to get me login info, you can do that here:
    http://www.shaynesanderson.com
    Posted 1 year ago #

  3. draca
    New Member

    I see the same problem, running WP 2.6.5 and plugin 3.6.9

    Posted 1 year ago #

  4. fuhrmara
    New Member

    You have to delete line 415.
    At line 350 you have to add
    $custom_fields = $wpdb->get_results("SELECT * FROM {$wpdb->prefix}wpsc_productmeta WHERE product_id IN('{$product_data['id']}') AND custom IN('1') ",ARRAY_A);

    And line 361 have to change to
    <textarea class='text' name='custom_meta[$i][value]' id='custom_meta_value_$i'>{$custom_field['meta_value']}</textarea>

    There is also a HTML-Bug in line 373. Theres a missing </div> tag.
    So you have to change this line to

    </div></td></tr>";

    This works.

    regards
    ralf

    Posted 1 year ago #

  5. fuhrmara
    New Member

    These changes are for the file 'display-items-functions.php', release 3.6.9

    Posted 1 year ago #

  6. masshoff
    New Member

    I'm having the same problem. fuhrmara, I made your changes but no dice - metadata still doesn't show once saved.

    Posted 1 year ago #

  7. rajaman
    New Member

    Thank you very much, that worked out for me as well. :-)

    @masshoff: Make sure to add the code at line 350 before the loop.

    Posted 1 year ago #

  8. draca
    New Member

    @fuhrmara: Worked great. Thank you!

    Posted 1 year ago #

  9. masshoff
    New Member

    Thanks @fuhrmara - I was able to get this going after a little closer look.

    I seem to have the same issue with "Product Tags" - they are entered, but once a product is saved, they disappear from the back end.

    Any fix for that?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.