Can we create two shop pages on the wordpress website with your theme?

This topic has 11 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Trupti

  • Avatar: Trupti
    Trupti
    Participant
    March 3, 2022 at 13:40

    We have created a shop page for Bicycle and we want to create a separate shop page for accessories.

    Can we create such two shop pages where accessories will have separate filters and they will not be visible on the bicycle shop page?

    Please guide.

    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2022 at 15:21

    Hello,

    By default, there is no such possibility, unfortunately.
    Go to Products > Categories > view category and you will find the desired page. Add all widgets in the Shop sidebar area, and hide some of them for some categories, using custom CSS code.

    Regards

    Avatar: Trupti
    Trupti
    Participant
    March 5, 2022 at 15:03

    Can you please tell us the class name of Accessories that can be added to CSS.

    OR provide CSS code to hide accessories from shop page and remain them visible as individual shop page.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 6, 2022 at 08:11

    Hello,

    Can you please tell us the class name of Accessories that can be added to CSS.

    – provide URL of the page, please.

    OR provide CSS code to hide accessories from shop page and remain them visible as individual shop page.

    – to be able to give you the correct code we need to know URLs of mentioned pages and inspect code there.

    Regards

    Avatar: Trupti
    Trupti
    Participant
    March 7, 2022 at 06:30
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 7, 2022 at 08:39

    Thanks for the reply. You provided URL of the Home page, so what exactly do you want to achieve on this page. Please describe in more detail, so we can assist you.

    Regards

    Avatar: Trupti
    Trupti
    Participant
    March 7, 2022 at 09:15

    Are you guys here to do the timepass?

    can you not read the trail/reference of the same thread? why are you sending irrelevant responses and wasting time?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 7, 2022 at 09:56

    Hello,

    Take my apologies for this inconvenience. Our dev team doesn’t work during the weekend, and I was not able to help you, so it is my fault.
    I asked you to provide links for a few mentioned pages where you want to have separate filters but you answered that we are wasting time doing this. Ok. Follow the next recommendations then to make what you want to by your hands.
    You should have separate categories bicycle and accessories for example.
    Accordion to your question of having separate filters for different ‘shop pages’ you may only have separate product categories and on their pages hide/shop specific filters.
    Example:
    You have yourlink/product-category/accessories/for-bikes/ and there you have for now 2 filters https://gyazo.com/539c151ecf8e2252192e2594edd9ccc9 (Filter by price and brands)
    Also, you have a separate product category named /for-riders/.
    It can be ok for you to have filter by price on ‘for-bikes’ category but not ok to have this filter on ‘for-riders’ category.
    To hide it for ‘for-riders’ you can inspect code https://gyazo.com/2a1ffb3d762d7100298e59761163fdd7 (or take a look from admin dashboard -> products -> categories -> For-riders (https://gyazo.com/318089ced4011da884469eedfc975577). Once you will find term id of this category you can use it to write custom css to hide some filters just for this term page. Example:
    body.term-52 .sidebar .etheme-price-filter {
    display: none;
    }
    https://gyazo.com/65ada2e7e22077bb23ac9bc5d698b5d8 – this code may be added in Theme Options -> Theme Custom CSS -> Global CSS (https://gyazo.com/327ff22bc9283ebc50cedc01db267627)

    About Compare functionality, it comes from YITH WooCommerce Compare plugin, and was not integrated into our theme, because this plugin works perfectly. It is not an unknown 3rd party plugin, but a plugin that comes bundled with the theme, and can be installed via XStore > Plugins Installer.
    If this doesn’t give the desired functionality, you can try to use another plugin.

    P.S. Can you change the rating?
    If you don’t like XStore you can get a refund – https://themeforest.net/refund_requests/new

    Regards

    Avatar: Trupti
    Trupti
    Participant
    March 7, 2022 at 10:28

    Let me redefine the issue that I am facing and let me know whether you have any solution to this? This time, pls be attentive and read all details carefully, and respond.

    We have developed a website using your theme for bicycles. https://www.jalaramhouseofcycles.com/

    On the shop page https://www.jalaramhouseofcycles.com/bicycleshop/
    we do not want to display accessories (it is a category created in woo-commerce)

    We have created a separate page for accessories. https://www.jalaramhouseofcycles.com/accessories/

    In case we run any shortcode or work on what you have shared in the last reply – all accessories do not display on the shop page and accessories page as well.

    Our Requirement: Can you guide us to hide accessories displayed on the shop page only? The display and functionality of the accessories page should remain unchanged.

    P.S. The idea was not to take the refund as we have already invested more than 5 months on your theme. Pls provide relevant response.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 7, 2022 at 11:23

    Do you mean you do not want display products from accessories category on the shop page?
    https://woocommerce.com/document/exclude-a-category-from-the-shop-page/
    https://gyazo.com/d3543915a4c72622c24529c3392eaa2f – admin
    https://gyazo.com/787bc82972c3d0007091b4a3f82a75c0 – on /bicycleshop/ before changes
    https://gyazo.com/2391ef5b7b53aae6fe35936e2193e9ac – on /bicycleshop/ after changes
    it hides products from accessories category on main shop page
    please, check now
    if it is not what you want – add screenshots of the results you want to get

    Regards

    Avatar: Trupti
    Trupti
    Participant
    March 7, 2022 at 11:52

    Hey Team,

    whatever changes you made, have been reflected in the desired output.

    Thanks a lot!

    Now I am closing this thread.

  • Viewing 11 results - 1 through 11 (of 11 total)

The issue related to '‘Can we create two shop pages on the wordpress website with your theme?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.