Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    I see the Add to Wishlist button is now placed after the Add to Cart button on your website.

    Do you need to display product options after the Add to Cart button like this:

    Add to Cart
    Add to Wishlist
    product options

    ?

    Stanislav

    Thread Starter natech1006

    (@natech1006)

    Yes I do

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    If it is for the YITH WooCommerce Wishlist plugin.
    Try to replace the line:

    
        add_action('woocommerce_before_add_to_cart_button', array($this, 'display_options_on_product_page'));
    

    with:

    
        add_action('woocommerce_single_product_summary', array($this, 'display_options_on_product_page'), 32);
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/Controller/Product.php

    Stanislav

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling issues’ is closed to new replies.