Default display product page

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home FoodBook Default display product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10186
    Riccardo Raimo
    Participant

    Hello

    I saw that a question that I have has been asked in August 2020 and your answer was that you will add this feature in future updates.

    This was the topic:

    Products listing

    My questions is:
    Is it possible to change the chronology of the default product page? I want to sort the products and have the best selling products on top.

    If I choose DESC or ASC, I can not change any individual chronology of the default page.

    Thanks for the answer.

    #10192

    Dear Riccardo,

    We are sorry to say that every time it’s not possible to add/update all of the feature requests of each client. We solved the client issue that was “get all products, even drafts and private/hidden ones”

    After then, we implement the shortcode builder. You will get all of the included shortcode attributes in the shortcode builder https://prnt.sc/110hd1m Besides those, there are no other options available.

    Best Regards,
    ThemeLooks Support Team

    #10443
    Riccardo Raimo
    Participant

    Hello.

    I tried to change it manually and it does not work.
    Can you please help me and tell me how I can change that issue?

    This is the code I used:
    var elements = document.getElementsByName(‘fb_product_category’);
    for (i=0;i<elements.length;i++) {
    if(elements[i].value == “vorspeisen”) {
    elements[i].checked = true;
    }
    }add_filter(‘woocommerce_default_catalog_orderby’, ‘maharana_default_catalog_orderby’);

    function maharana_default_catalog_orderby( $sort_by ) {
    return ‘price’;
    }

    My issue explained again:
    I want that the cheaper products (starter/Vorspeisen) appear first when you open the foodbook shop (http://www.maharana.ch/foodbook/). So either that automatically the starters category (Vorspeisen) appear first when opening the shop or that I can change the products manually through Woocommerce (I choose the chronology of the products).

    Thank you for your help!

    #10445

    Dear Riccardo,

    We are sorry to say that helping with customization based on your specific needs and requirements does not cover the item support.

    Please learn more about the Envato Market (codecanyon) item support policy (item support includes & not includes), here https://codecanyon.net/page/item_support_policy

    If you need a customization service based on your specific needs and requirements then please contact here https://www.themelooks.com/contact/ with your requirements with details to get a quote.

    Best Regards,
    ThemeLooks Support Team

    #10519
    Deka Design
    Participant

    Currently, to be able to view my product add-ons in woocomerce, I can only do it through a page with the shortcode [foodbook_products] but I don’t want this. My “POCO” theme has cool widgets that I don’t want to miss. How can I do so that when I click on any product in any of my “POCO” pages, the popup (foodbook) opens with the addons of the products. I have read all the documentation and I don’t see this.

    Thanks for your reply.

    #10525

    Dear Deka,

    We are sorry to say that our plugin works its own way, it does not work the way you are looking for.

    If you need a customization service based on your specific needs and requirements then please contact here https://www.themelooks.com/contact/ with your requirements with details to get a quote.

    Moreover, please create your own topic instead of posting a reply to someone else created posts. Because the post creator can feel bothered for getting unexpected notifications of every reply of his/her created post.

    Best Regards,
    ThemeLooks Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Default display product page’ is closed to new replies.