Viewing 4 replies - 1 through 4 (of 4 total)
  • [email protected]

    <!-- Creative Commons Public Domain -->
    
    <a href="https://creativecommons.org/licenses/publicdomain"><img alt="Public Domain Dedication" border="0"
    src="https://creativecommons.org/images/public/norights.gif" /></a><br />
    This work is dedicated to the
    <a href="https://creativecommons.org/licenses/publicdomain/">Public Domain</a>.
    <!-- /Creative Commons Public Domain -->
    
    <!--
    <rdf:RDF xmlns="https://creativecommons.org/ns#"
        xmlns:dc="https://purl.org/dc/elements/1.1/"
        xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#">
    
    <Work rdf:about="">
    <license rdf:resource="https://creativecommons.org/ns#PublicDomain" />
    </Work>
    
    <License rdf:about="https://creativecommons.org/ns#PublicDomain">
       <permits rdf:resource="https://creativecommons.org/ns#Reproduction" />
    
       <permits rdf:resource="https://creativecommons.org/ns#Distribution" />
       <permits rdf:resource="https://creativecommons.org/ns#DerivativeWorks" />
    
    </License>
    
    </rdf:RDF>

    printf “\n========= ALICE’S NODE =========”
    printf “\nAlice’s balance: ”
    alice-cli accounts balance alice –auth hi_alice
    printf “Bob’s balance: ”
    alice-cli accounts balance bob –auth hi_alice

    printf “\n========= BOB’S NODE =========”
    printf “\nAlice’s balance: ”
    bob-cli accounts balance alice –auth hi_bob
    printf “Charlie’s balance: ”
    bob-cli accounts balance charlie –auth hi_bob

    printf “\n========= CHARLIE’S NODE =========”
    printf “\nBob’s balance: ”
    charlie-cli accounts balance bob –auth hi_charlie
    printf “Charlie’s balance: ”
    charlie-cli accounts balance charlie –auth hi_charlie

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there,

    It sounds like you’d like to show product variations on the product loop so that products can be added directly to the cart, like this:

    Example site
    Link to image: https://d.pr/i/Sxb0TU

    There a bunch of plugins that can help you with this. I don’t have a specific recommendation, so here’s a good search query:
    https://www.google.com/search?q=woocommerce+variation+swatches+product+page+plugin

    I hope that helps you in the right direction!

    Hi @mindis

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How create variation on products front page’ is closed to new replies.