chuckers82
Forum Replies Created
-
Forum: Reviews
In reply to: [BigCommerce For WordPress] Bad plugin doesn’t work wellAgreed. Very buggy. I think they jumped the gun on releasing this plugin. It really does not “integrate” fully into WordPress.
Its default, nothing special just turned on postname for the permalink structure. It is sub pages nested in a parent page.
Forum: Plugins
In reply to: [PayJunction Gateway Module for WooCommerce] Issue With WordPress 2.1 and Up?It works! I knew it was that snippet but had no idea what needed to change. I blame both woocommerce and payjunction for the mess. I believe woocommerce should have warned users that this was a major upgrade and payjunction for not staying on top of what was going on with their plugin.
Thanks again.
Forum: Plugins
In reply to: [PayJunction Gateway Module for WooCommerce] Issue With WordPress 2.1 and Up?The developers need to chime in on this one and get us an update. it is causing a riff in sales on my site.
Forum: Plugins
In reply to: [PayJunction Gateway Module for WooCommerce] Issue With WordPress 2.1 and Up?I believe it comes down to this set of code in the gateway-payjunction.php file
——————-
// Return thank you page redirect
return array(
‘result’ => ‘success’,
‘redirect’ => add_query_arg(‘key’, $order->order_key, add_query_arg(‘order’, $order_id, get_permalink(get_option(‘woocommerce_thanks_page_id’))))
);
else :
$cancelNote = __(‘PayJunction payment failed’, ‘woothemes’) . ‘ (Transaction ID: ‘ . $response->get_transaction_id() . ‘). ‘ . __(‘Payment was rejected due to an error’, ‘woothemes’) . ‘: “‘ . $response->get_error() . ‘”. ‘;$order->add_order_note( $cancelNote );
$woocommerce->add_error(__(‘Payment error’, ‘woothemes’) . ‘: ‘ . $response->get_error() . ”);
endif;
}/**
——————-But i am unsure of how to fix to fit with the new woocommerce.
Forum: Plugins
In reply to: [PayJunction Gateway Module for WooCommerce] Issue With WordPress 2.1 and Up?There was some code change in woocommerce that affects the “thank you” page after you place an order. when can you review and make necessary changes this is affecting a lot of users.
thanks