Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    The plugin uses the audio files associated to the products.

    Please, go to the product, tick the “Downloadable” option, and enter audio files as the downloadable files (if you are defining variable products, at least one of variations should be downloadable, and if it is a grouped product, at least one of the grouped products must be downloadable), and finally, tick the “Include music player” checkbox and press the “update” button.

    That’s all.

    If you are not seeing the player in your product’s page, be sure the product is configured as downloadable, and you have associated audio files to the product. If you’ve not assigned a price to the product, WooCommercer won’t call the hooks that include our player.

    If you need additional help, please, do not hesitate in create a ticket in the forum.

    Best regards.

    Thread Starter m4declare1

    (@m4declare1)

    Okay, so this there a way to OLNY show the player on the Category/Search page and hide it on Single Product Page Via CSS?

    Plugin Author codepeople

    (@codepeople)

    Hello @m4declare1,

    In the current version of the plugin the simpler way to hide the player from the single products pages is commenting the line of code:

    add_action( 'woocommerce_before_add_to_cart_form', array( &$this, 'include_all_players' ), 11 );

    into the “/wp-content/plugins/music-player-for-woocommerce/wcmp.php” file.

    I’m working in an update to allow controlling where to display the player with an attribute in the player’s settings.

    According to your latest question I understand you have gotten the music player to work with your products. Please note that the initial review you left doesn’t reflect the truth about the plugin, could you please update it? I’d appreciate that.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great Support’ is closed to new replies.