• Resolved aecorn

    (@aecorn)


    Hi, is this plugin still working with the newest woocommerce? It stopped working on our site.
    Also, could it be an idea to implement remove_action instead of just hiding buttons with CSS?
    Something along these lines:

    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');
    • This topic was modified 7 years, 2 months ago by aecorn.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter aecorn

    (@aecorn)

    If you missed the answer on the previous page, please read that first, this is just a tip.

    If you want to check up on variables inside a function (just for debugging etc.)
    You can use the echo-php command.
    For example I was using this to check up on my variables and see what was going on:

        echo $show_hide_datetime;
        echo "<br />";
        echo "current time mysql " . current_time( 'mysql' );
    • This reply was modified 7 years, 1 month ago by aecorn.

    Thanks aecorn

    I’m giving up. This plugin is too risky for live environment.
    Thanks for all your support and follow-up.

    Thread Starter aecorn

    (@aecorn)

    Yeah man…
    Maybe just stick with pasting CSS into your description, write a guide for your client.

    At least we’ve pointed out a couple of issues that the plugin-authors need to take into consideration:

      The differing CSS of variables/bundles/products in different themes.
      The differing time-formats in International countries.
    • This reply was modified 7 years, 1 month ago by aecorn.
    Plugin Author 9dpi

    (@9dpi)

    New version uploaded. Please update

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Still working?’ is closed to new replies.