Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338151
    catwingz
    Participant

    <div class=”sc-jNjAJB fKEYND”>
    <div class=”sc-fvNhHS vWuiX” data-testid=”MessageGroupNewUser”>
    <div class=”sc-ezHeEz gywAWX”>
    <div class=”sc-ihRHuF kWTPMV”>
    <div class=”sc-cTsKDU cKaLQk” data-testid=”MessageGroupMessage”>
    <div class=”sc-kkmGkm CGXRw”>
    <div class=”sc-btlduw kMTXgk”>
    <div class=”sc-hWZktu hFIbqG”>
    <div class=”sc-tsGVs dwhOMr” data-testid=”AutoMessage”>Hi.</div>
    <div data-testid=”AutoMessage”>I’m trying to resolve a problem in my product listings on the site. There are three layers – Printify, WooCommerce and the theme – and Printify support believes it can be resolved by a change to the theme styling.</div>
    <div data-testid=”AutoMessage”></div>
    <div class=”sc-tsGVs dwhOMr” data-testid=”AutoMessage”>A sample link is https://tractorcats.com/product/indy-on-international-disk-2025-puzzle-252-520-1014-piece/</div>
    </div>
    </div>
    </div>
    <div class=”sc-bXmHAB gCpUSt”></div>
    </div>
    </div>
    <div class=”sc-ihRHuF kWTPMV”>
    <div class=”sc-cTsKDU cKaLQk” data-testid=”MessageGroupMessage”>
    <div class=”sc-kkmGkm CGXRw”>
    <div class=”sc-btlduw kMTXgk”>
    <div class=”sc-hWZktu hFIbqG”>
    <div class=”sc-tsGVs dwhOMr” data-testid=”AutoMessage”>The only thing telling a customer that there are choices are what I have stuffed into the title and that the price shows a spread of options. Otherwise under the default number of pieces they see “Clear” which is meaningless until you figure out it is a label/command hiding a dropdown. This is a roadblock to sales because it is causing unnecessary confusion for the customer.</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class=”sc-ihRHuF kWTPMV”>
    <div class=”sc-cTsKDU cKaLQk” data-testid=”MessageGroupMessage”>
    <div class=”sc-bXmHAB gCpUSt”></div>
    </div>
    </div>
    <div class=”sc-ihRHuF kWTPMV”>
    <div class=”sc-cTsKDU cKaLQk” data-testid=”MessageGroupMessage”>
    <div class=”sc-kkmGkm CGXRw”>
    <div class=”sc-btlduw kMTXgk”>
    <div class=”sc-hWZktu hFIbqG”>
    <div class=”sc-tsGVs dwhOMr” data-testid=”AutoMessage”>At first I thought it would be at least more helpful if “Clear” was replaced by “Choose” or “Select” as one word suggestions. Printify support  believes the theme’s configuration is dictating how the variant dropdown menus appear on the product listings and suggests  it might be possible to remove the “Clear” button entirely and allow the other variant options to become visible.</div>
    <div data-testid=”AutoMessage”></div>
    </div>
    </div>
    <div data-testid=”AutoMessage”>Can you help with this?</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

    #338159
    sujeet
    Keymaster

    Hello @catwingz,

    If you want to hide the “clear” link, then please add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Additional Css.

    
    a.reset_variations {
       visibility: hidden !important;
       display: none !important;
    }
    

    addtional-css

    Thank you.

    Regards,
    Sujeet

    #338162
    catwingz
    Participant

    Thank you @sujeet. That’s much better.

    Is there any way to make it so the default variation is “choose an option” instead of whatever size happens to be at the top of the list?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.