Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: [Jigoshop] Disable emails
    Thread Starter t_ryan

    (@t_ryan)

    I’ve found that the lines that seem to be causing me problems are the lines inside the file jigoshop_emails.php inside the plugin folder.

    On line 50 or so, there’s the add_action lines that add the email actions.

    add_action(‘order_status_pending_to_processing’, $jigoshopOrderEmailGenerator(‘pending_to_processing’));
    add_action(‘order_status_pending_to_completed’, $jigoshopOrderEmailGenerator(‘pending_to_completed’));
    add_action(‘order_status_pending_to_on-hold’, $jigoshopOrderEmailGenerator(‘pending_to_on-hold’));
    add_action(‘order_status_pending_to_waiting-for-payment’, $jigoshopOrderEmailGenerator(‘pending_to_waiting-for-payment’));
    add_action(‘order_status_waiting-for-payment_to_processing’, $jigoshopOrderEmailGenerator(‘waiting-for-payment_to_processing’));
    add_action(‘order_status_on-hold_to_processing’, $jigoshopOrderEmailGenerator(‘on-hold_to_processing’));
    add_action(‘order_status_completed’, $jigoshopOrderEmailGenerator(‘completed’));
    add_action(‘order_status_refunded’, $jigoshopOrderEmailGenerator(‘refunded’));

    I want to remove the actions defined in the lines:
    add_action(‘order_status_pending_to_processing’, $jigoshopOrderEmailGenerator(‘pending_to_processing’));
    add_action(‘order_status_waiting-for-payment_to_processing’, $jigoshopOrderEmailGenerator(‘waiting-for-payment_to_processing’));

    I tried using the lines I specified in my first entry in this thread, and it doesn’t seem to do anything. I tried just commenting out the two actions from the plugin and it worked, but I don’t want to hack the plugin.

    What is the proper way?

    Thanks and regards

    Forum: Plugins
    In reply to: [Jigoshop] Disable emails
    Thread Starter t_ryan

    (@t_ryan)

    Hi
    The theme is a custom theme that I believe is based originally off Twenty Ten. There’s an includes folder but no functions.php file. What is inside the includes oflder is a file called jigoshop.php inside of the includes folder of the theme. It has a bunch of custom actions and such for jigoshop, so I added these remove_action commands there, and that did nothing.

    Are there any further suggestions to disable these emails?

    Hi,
    I am seeing the same issue as mebenson. The timestamps are correct but they are assigned to the wrong tweets. I have three tweets in my feed, the top tweet is the newest, but it has the timestamp of the third tweet which is the oldest.

    It would appear the site is connecting to the Twitter API, because the text is correct and as I said the timestamps are right, just rendered in the wrong places. I’m using version 3.2 with WordPress 4.1

    Can you please tell me why this is happening? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)