Home Forums Basel support forum Private Stores or Private Shop Pages?

Private Stores or Private Shop Pages?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #126826

    Warren Pickard
    Participant

    Hi Elise,
    We have a fine art website that sells fine art for different artists. We have a central “Shop” page that sells all the artworks from all the artists. We would ALSO like to create a private Shop page for each artist, so that they will be comfortable in sending their customers to their own private Shop page on our site (where their customers won’t see any artworks from other artists, or any links back to the central Shop page). Do you know if this is possible?

    #126831

    Hello,

    The default Woocoomerce does not provide such an option. As a wayout, you can create custom pages and show the products by a tag (an artist name, for example) in the Product Grid or Product tab.
    Here is the documentation: https://xtemos.com/docs/basel/faq-guides-2/product-grid-carousel-element/

    You will need to hide breadcrumbs and re-configure a page URL not to show the main shop page where all the products would be presented.

    Alternatively, you will need to find a plugin.

    Best Regards

    #126835

    Warren Pickard
    Participant

    Thanks very much Elise.

    So far, so good.

    I have created the following custom page: https://hnwgallery.com/bill-zima-2/

    If you click on one of the items on this page, it opens the listing (where they can see the breadcrumbs; as well as the main menu which takes them to the other artists and the main Shop page). How do I stop this from happening?

    They need to be able to see all the information and make the purchase from this page (rather than being taken to other pages, where they can access the main menu and the main Shop page).

    Also, is it possible to hide the entire footer on this page only (where all those other links are located)?

    #126868

    Hello,

    You can disable all the breadcrumbs in the Theme Settings > Page heading.

    You can disable header and footer for each separate page choosing the Slider Revolution Blank Template http://prntscr.com/nwvryy or hide the footer with Custom CSS add to the page settings http://prntscr.com/nwvt0a

    Best Regards

    #126949

    Warren Pickard
    Participant

    Thanks very much Elise.

    There is only one problem remaining…

    Here is a simple draft of the page I’ve created using the Slider Revolution Blank Template:
    https://hnwgallery.com/bill-zima-2/

    The problem is, that when they click on one of the artworks on the above page, it takes them to the Product page, like this:
    https://hnwgallery.com/product/scandal-beck-print-by-bill-zima/

    And on the Product page, they can see the main navigation menu and footer links (which will take them to other artists).

    Is there a way to create a duplicate Product page for each artwork, but then hide the main navigation menu and footer links on that duplicate Product page?

    Or do you know of a simpler way to solve this problem?

    Thanks

    #126965

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single .main-nav .menu {
    display:none;
    }
    .single .footer-container .footer-column-2 {
       display:none;
    }
    .single .footer-container .footer-column-3 {
       display:none;
    }

    Best Regards

    #127072

    Warren Pickard
    Participant

    Thanks very much Elise.

    I appreciate all your help!

    #127078

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Private Stores or Private Shop Pages?’ is closed to new replies.