I want to use different taxonomy as a attributes for the filter.

This topic has 14 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Rose Tyler

  • Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 1, 2023 at 22:04

    Hello,

    I have different attributes in my website which I am able to use easily as filters but I want to use more taxonomy like brands or any other taxonomy on filters, I want to know how can I use different taxonomy as theme default filter.

    Also one more thing when I enable single product builder I wont be able to show woo product table in single product page after disabling it table can be seen in product pages.

    I am looking forward to find the solution of above points.

    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 2, 2023 at 10:46

    Hello Shehzad Ghazi,

    Thank you for contacting us and for using XStore.

    1/ All available widgets you can find in Appearance > Widgets (enable the Classic Widgets Panel via Theme Options > General).
    If you want to have more widgets, you will need to find a plugin that may provide them, or submit a request to our dev team – https://www.8theme.com/taskboard/
    If it receives enough votes from other customers, our development team will consider adding it to one of our future updates.

    2/ Please provide a screenshot of “woo product table”? How the table was created? Please provide an example of a product where the table is visible when the Builder is disabled.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Kind Regards,
    8theme team

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 15:50

    https://prnt.sc/NG6jFXRHZR_E
    product table is shown when the single product builder is off.
    this table is from codeastrology https://codeastrology.com/downloads/woocommerce-product-table/

    you create a table, and then link of that table is pasted on table page which you have to create, blank table page, and you paste that short code of table there, and it shows on the product.

    https://prnt.sc/SDc9-YnX1Zyh
    this is when you have the single page builder on

    and for the filter, currently we can do filter with attributes using swatches, that is provided by 8theme, but brands we cant, we know there is also brands provided by 8theme as well, and filter for brands is there, but its using the 8theme brands,

    we use the brands plugin provided by woocommerce, and not 8theme defaults, so we are trying to find solution in which we can provide same swatch like filter for brands, if we can filter taxonomy as swatches, then I think problem is solved

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 2, 2023 at 16:03

    Hello Shehzad Ghazi,

    Thank you for your response.

    Please note that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our basic support.

    We would like to check what can be done to help you. For this, we need temporary FTP access also.
    To create FTP access, please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 16:58

    in the private field, I put the variable product item, there are all over the place, we have more variable then single

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 17:02

    Is there any way to convert the woo-commerce brand layered nav into an Ajax result or if you can provide me the location of its code so I try to do it by changing in code?

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 17:06

    FTP Access is in private area

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 2, 2023 at 17:18

    Hello Shehzad Ghazi,

    Thank you for your response.

    Please provide access as text so we can copy it, not like the screenshot right now.

    We will have another specialist review your inquiry in greater detail and will be in touch with you after the weekend.

    We kindly ask for your patience.

    Kind Regards,
    8theme team

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 17:31

    Thanks, ftp in text is in private

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 2, 2023 at 17:37

    Hello Shehzad Ghazi,

    Please check the credentials – https://prnt.sc/SWdq-JZSv_R5

    Kind Regards,
    8theme team

    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 2, 2023 at 17:41

    sorry

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2023 at 07:15

    Hello Shehzad Ghazi,

    Please check the Private Content area

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Golden Eagle
    Shehzad Ghazi
    Participant
    June 4, 2023 at 07:40

    i now made sure, and its working, I had to remove and redo it. Thanks a lot

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2023 at 15:35

    Hello Shehzad Ghazi,

    Thank you for your response.

    1/ Unfortunately, at this time there is no such possibility for the filter.

    However, you can submit a request to our development team at https://www.8theme.com/taskboard/ and if it receives the necessary number of votes, we will consider it.

    If you would like to pursue paid customization services, we recommend submitting a customization request to the WPKraken team via their website.

    In order to create a new widget, you need to modify the following files:
    et-core-plugin/config/widgets.php
    xstore/framework/customizer/theme-options/speed-optimization/speed-optimization.php
    xstore/framework/theme-functions.php
    xstore/framework/woo.php
    xstore/js/ajax-filters.min.js
    xstore/js/modules/apply-filters.min.js
    xstore/xstore-rtl.css
    xstore/xstore-rtl.min.css
    xstore/xstore.css
    xstore/xstore.min.css
    et-core-plugin/app/models/widgets/layered-nav-filters.php
    and create new file et-core-plugin/app/models/widgets/your-widget-name.php

    2/ About the table on single product page when our Single Product Builder is activated:
    You need to contact the plugin support and ask how to launch a table on a single product using a child theme, as the code provided below is not working even though it should

    add_action( 'woocommerce_before_add_to_cart_form', function(){
        echo do_shortcode("[Product_Table id='12691' name='Golden Eagle Product Table']");
    }, 3 );

    In accordance with the official plugin description https://prnt.sc/OPvSKqzTEeWN
    Are there any additional filters or hooks that need to be initiated?

    Kind Regards,
    8theme team

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

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

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