Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Wishlist button disappears after clicking #12973

    Barbarakilgore
    Participant

    My suggestion here is to rename wishlist.js file located in your theme (understrap-child-master/woocommerce) to wishlist.js.bak, and see if this solves at least this issue
    Please, note that this will remove any theme customization, so may cause other sort of problems

    Ultimately, the best solution would be to contact theme developers and ask them to update wishlist.js file bundled within their theme Optonline Mail

    in reply to: product options #12955

    Barbarakilgore
    Participant

    I am Having a same issue last time. I am looking for more information about it. I will follow you to update the latest posts.

    in reply to: How I can change the Sort by NEWEST product? #12901

    Barbarakilgore
    Participant

    Click on the Products tab from the top menu. Click on the Default Sorting dropdown and select your desired option. HP Instant Ink Login

    in reply to: How to delete icons on the thumbnails #12894

    Barbarakilgore
    Participant

    Code snippet to remove Add to Cart button
    Add the following code snippet in the Theme Functions (function.php) file of your currently activated theme.

    remove_action(‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
    remove_action(‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 20);
    The above code snippet will remove the Add to Cart button in shop page as well as product pages.

    But wait…

    Adding a code snippet is the most common method for removing the Add to Cart button completely, and may not be an optimal solution as it would lead to an endpoint, hence affecting your customer retention. Also, you should remove the code snippet every time you need to roll back to its default state. Instead, you should rather consider customizing the Add the Cart button, giving a better shopping experience for your users.

    in reply to: Error on menu position, usin style 4 #12862

    Barbarakilgore
    Participant

    what are you talking about I am having a same issue last time still not get solution. HRBlock Login

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

MENU