Ojay
Forum Replies Created
-
I should also add that upon clicking the load more posts button, there are no console errors… literally nothing happens
Marked as resolved due to duplicate post
Forum: Plugins
In reply to: [IDB Support Tickets] Unable to AuthenticateI’m getting this issue still with v4.9.8 – issue is resolved when this plugin is deactivated. What version has the patch you created??
Forum: Plugins
In reply to: [WooCommerce] Need Product and Subscription both at a timeHey buddy, I’m looking for a similar setup… I need to offer one product that has two payment options, a subscription and a one off payment.
You have any luck with this?
Forum: Plugins
In reply to: [WooCommerce] Integrate WooCommerce with product warehouse via RESTSweet…
<?php add_action( 'woocommerce_order_status_completed', 'my_function' ); /* * Do something after WooCommerce sets an order on completed */ function my_function($order_id) { // order object (optional but handy) $order = new WC_Order( $order_id ); // do some stuff here }So then in your function you could have a variable that is basically xml, echo your content in to that xml and then submit that to the API… or something like that??
Forum: Plugins
In reply to: [WooCommerce] Integrate WooCommerce with product warehouse via RESTYeah I’m in a similar boat… needing to post info to a third party API, in my case registration information… so will have a customised checkout form with a bunch of extra fields, those extra fields need to be submitted to the API after validation of the payment.
ideally some kind of hook in functions.php that runs after successful payment… I can’t find anything in the docs and support request has gone unanswered unfortunately. Anybody know of such a hook??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce alongside external registration web serviceOk so please ignore the above…
I can customise the checkout form to have my registration details as well using the methods found here: http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
So basically all I’d need to do is work up a filter that submits the registration details to the API once the payment has been processed correctly.
So is there a hook or filter I can use that will allow me to run some code once payment is successful??
Help would seriously be awesome, this is the final piece of the puzzle me thinks…
Forum: Plugins
In reply to: [WooCommerce] WooCommerce alongside external registration web serviceOk, no love… worked out how I’m going to deal with the above now, so that’s no worries.
But, I now need to confirm I can just use the wooCommerce hooks to pull the payment form in to a larger registration form… is that possible and is anyone aware of any potential security risks that may be opened?
I literally only need wooCommerce for product management and payment processing via eWay, so no user accounts or anything as registrant data will be managed in the external student management system… so basically, do people have to be registered within WordPress to purchase something?
Thanks for any help, much appreciated…
Any luck with this mate? I seem to be in exactly the same boat…. on launch day too, awesome.
Forum: Fixing WordPress
In reply to: List Pages Include Tree?Yeah, I also am in need of this setup… and again, why is this set as resolved?
Forum: Fixing WordPress
In reply to: Permalinks produce 404’s – local to live server migrationDoes anybody know of a way I can ‘reset’ wordpress’ permalinks?
Simply setting it to default and then back to custom doesn’t work, I wonder if I could upload a fresh php file from a freshly unpacked wordpress.zip would do anything?
Any ideas from anyone would be greatly appreciated…