Your account expired support, please renew to get your support.

Home Forums General Forum Customer Showcase Haru Products Top Sale Settings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7748
    shashikantsrivastava
    Support Expired

    I want to know how can I add and remove products on Haru Products top Sale Settings

    Home

    Attachments:
    You must be logged in to view attached files.
    #7751

    Hi,
    Thanks for contacting us and choosing products!
    Product top sale is auto get product sale from WooCommerce function.
    You can’t change it manually, it will automatically display by WooCommerce.
    Now if you want to change it you need edit query to get product in:
    wp-content/plugins/haru-clarivo-core/templates/products/top-sale.php
    https://prnt.sc/vdd5hu
    You can change:
    $product_ids_on_sale = wc_get_product_ids_on_sale();
    to
    $product_ids_on_sale = array(1,2); // Change 1,2 to product IDs
    You can do it via child theme follow this topic:

    How to customize WordPress theme using Child theme


    Hope this helps!

    ****
    Regards,
    HaruTheme

    #8430
    Alexsandros
    Support Expired

    Hello,
    I have kind of the same probleme, except that my module Haru Products ajax category doesn’t work at all and it has never worked since I built the website.
    Indeed I’d like to show the “best sellers” but none of the options work when selecting type of product order…
    Here is the website https://www.weprint-shop.fr/
    Hope you can help.
    Regards

    Attachments:
    You must be logged in to view attached files.
    #8436

    Hi Alex,
    First of all your support time is expired and you should renew it.
    We checked our product ajax category shortcode and it’s working fine.
    Now you can see the code in: wp-content/plugins/haru-pangja-core/includes/shortcodes/products-creative/product-ajax-category/utils/ then open file ajax-action.php
    https://prnt.sc/10sn5tv
    If you want to change anything you can do it here!
    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.