• I have an issue with the product page attributes section. With regard to Products with Attributes… for me (and I am sure others too) it is not inherently obvious that I need to select the product options/sizes before I have an “Add to Cart” button to proceed with a purchase… my first thought when visiting the page was that the product was Out of Stock and/or unavailable for some reason. So, for this reason I am sure that you understand how one may be concerned for a loss of sales… however, if I had an option to include a Special Note to the Product page template… I.E.,- A Caption option across the top of the Product Options Table or an option to Unhide the Add to Cart button that would be a nice fix… Alternatively, if I personally add some code for a Caption to that page template I have to first worry about being overwritten sometime in the future, in addition, the caption will be consistent across all the Product pages and not specific to the handful of products that have attributes associated with them. So, in this case there needs to be a fillable field for this table section… I understand that I can use the Short Description area to add a note… but, then this would be a manual process and we all know how messy that can get.

    I need to change the terminology I used in this example but you get the idea. Below is the code I used.
    You can see an example here: Click Here

    <div class="gb-options">Choose an Option</div>
    
    .gb-options {
        background: none repeat scroll 0 0 #ddaa28;
        border-radius: 4px;
        color: #000;
        font-size: 1.2em;
        font-style: italic;
        font-weight: 100;
        margin: 5px 0;
        padding: 4px;
        text-align: left;
    }

    https://wordpress.org/plugins/woocommerce/

  • The topic ‘Add to Cart Option’ is closed to new replies.