Home Forums WoodMart support forum The optimal and most user-friendly online store

The optimal and most user-friendly online store

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #501162

    metuza
    Participant

    I have been in the webshop industry since early 90s and the challenge has always been to get customers to understand how the webshop works.

    After some years with my main webshop and lots of cutomizations i am now working on a new site which should be fully optimized and simple to use. Feedbacks are already amazing.

    Have a look at the site her, https://www.arctic-fritid.as and check the page title area following customers on every page, also the blog pages. It is very easy to find product categories all around.

    We know that customers has problems in mobile, they do not find filter options, sidebar and/or product categories. All this i have simplified in every archive page. Easy to find product filters and the most important pages, without having to search around.

    By now i have one important issue left and that is the quick shop option in product archives. When a customer click on add to cart he get the varian selection, choose a variant and then the add to cart button dissapear. Customer does not understand that he must scroll within the grid to find button, and then they are stuck.

    I have fixed this on my main site and will add the fix also to this new site. Actually an easy CSS to fix it.

    So team Woodmart, I hope some of my fixes for a better shop can be added in a future update 🙂

    Brgds
    Rune

    #501339

    Hello,

    Thank you for sharing of your experience, feedback and suggestion.

    The feature you describe is the default functionality of Woocommerce. When a variable requires a selection of the variation to add to cart.

    Our team has developed an option to make it easier and more convenient: The “Linked variations” lets you create separate simple products and group them into one bundle by a common attribute, rather than creating a variable product with different variations. You can find more detailed instructions here: https://xtemos.com/docs-topic/linked-variations/

    In addition, please check this option: https://xtemos.com/docs-topic/show-single-variation/

    If you have any questions please feel free to contact us.

    Best Regards

    #501416

    metuza
    Participant

    Hello,

    Yes ofcource, variation selection is the default functionality of WooCommerce, but the Quick Shop option is a functionality of Woodmart. And problem with Woodmart Quick Shop is that the window where it opens the variant selections is to small so customers are not able to find “add to cart” button because they do not understand that they need to scroll in the little window (image frame).

    You can test standard woodmart functionality on a variable product of your demos (if quick shop enabled), then you can test my fix on my site here, https://www.arctic-fritid.as/butikken/ then you will see a big difference and a lot more user-friendly Quick Shop.

    Yes, i am using linked variations, a great option to link together simple products. The show single variation option is not so good for SEO.

    Brgds
    Rune

    #501582

    Hello,

    Taking into consideration the lack of space it is not possible to configure that in any other way, unfortunately.

    Alternatively, you can disable the option and a visitor would be redirected to the product page to select a variation and add it to the cart.

    If you have any questions please feel free to contact us.

    Best Regards

    #502025

    metuza
    Participant

    Well, it is an easy fix which shoul have been added to Woodmart. The little css below fixes the space and a lots of customers concerns.

    .quick-shop-shown .wd-fill {
    position: relative;
    }
    .quick-shop-shown .product-image-link {
    display: none !important;
    }

    Rune

    #502074

    Hello,

    We are glad you have found the solution.

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘The optimal and most user-friendly online store’ is closed to new replies.