• When I go add product the following error in the console
    TypeError: wp.media.view.settings.post is undefined And
    TypeError: QTags is not a constructor and every time hit the “Add media” button shows the following error
    TypeError: media.model.settings.post is undefined and file shown next to the error is
    wp-e-commerce/wpsc-admin/js/media.js?ver=3.11.2

    When using with another theme everything works fine. I’m wondering if there’s any way to get around this. Any help would greatly be appreciated.

    https://www.ads-software.com/plugins/wp-e-commerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also having the same issue. In the backend in products section under “Product Details” the “Manage Product Image Gallery…” button does not function. nothing happens when trying to click. Cannot manage images.

    Working correctly here. Try changing to a default theme to rule out a theme issue.

    had the same issue. just added
    add_theme_support( 'post-thumbnails',array('wpsc-product'));
    to my theme functions.php and the errors in js disappeared

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add media and manage product image gallery button not working’ is closed to new replies.