• Resolved tallydigitalbiz

    (@tallydigitalbiz)


    Hi there,

    I have just added two new collections and all the songs show up, but the collection does not show the “add to cart” button and the list of songs included in the collection also do not show on the public facing side of the product.

    I logged into the demo site to ensure I had my collection and song settings correct, but for some reason, it’s not working correctly.

    Any ideas?

    Thanks. ??

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @tallydigitalbiz,

    You should be using an outdated version of the plugin (what version of the plugin do you have installed?).

    Please, follow the steps below:

    1. Open the “/wp-content/music-store/ms-core/ms-collection.php” file with the text editor of your choice.

    2. Go to the piece of code:

    
    array($id, $now, $now)
    

    3. And edit it as follows:

    
    $id
    

    and that’s all.
    Best regards.

    Thread Starter tallydigitalbiz

    (@tallydigitalbiz)

    We are using Version 5.0.5. Just to confirm, you are suggesting

    Remove: array($id, $now, $now)

    Replace with: $id

    or replace with: array($id)

    Plugin Author codepeople

    (@codepeople)

    Hello @tallydigitalbiz,

    Simply: $id

    Best regards.

    Thread Starter tallydigitalbiz

    (@tallydigitalbiz)

    That worked perfect. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add to Cart Button not showing for Collections’ is closed to new replies.