Home Forums WoodMart support forum Hidden ADD TO BASKET Button

Hidden ADD TO BASKET Button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #208399

    DavidGeran
    Participant

    Hi,

    On any category page it is possible to select product options and add to basket without going to the product-specific page.

    Some of my customers are finding this confusing because the ADD TO BASKET button is hidden from view – the customer needs to scroll down within the options window to see the button, please see attached images.

    Is it possible to edit this options window to ensure the ADD TO BASKET button is visible straight away? Either by increasing its depth, or removing the “x Clear” option, or reduce spacing above the button?

    Attachments:
    You must be logged in to view attached files.
    #208405

    DavidGeran
    Participant

    Also, on the latest iPAD there is no scroll bar on the options window so the customer can not see or access the ADD TO BASKET button – see attached image.

    Attachments:
    You must be logged in to view attached files.
    #208426

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .quick-shop-wrapper .quick-shop-form {
      padding-top: 15px;
    }
    
    .quick-shop-wrapper .reset_variations {
      display: none!important;
    }
    
    .quick-shop-wrapper .variation-swatch-selected .variations {
      margin-bottom: 10px
    }

    Regards

    #208455

    DavidGeran
    Participant

    That’s great, it works perfectly!

    #208456

    Artem Temos
    Keymaster

    Great, you are welcome!

    #211151

    DavidGeran
    Participant

    We’ve had feedback that the add to basket button is still partially obscured on an iPhone 6 – still a popular phone looking at our visitor stats.

    Is it possible to reduce the padding / white space shown on the attached image by a line height circa 25px?

    #211154

    Artem Temos
    Keymaster

    Hi,

    Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.

    Thank you in advance

Viewing 7 posts - 1 through 7 (of 7 total)