Chris McCreery
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Order Combination] Not copying totals or Delivery DatesSorry, I meant to include that but forgot.
Using this one – https://www.tychesoftwares.com/docs/docs/order-delivery-date-pro-for-woocommerce/
Developer docs – https://www.tychesoftwares.com/docs/orddp-apidocs/index.html
Forum: Plugins
In reply to: [Ultimate Order Combination] Not copying totals or Delivery DatesUpdated and that worked for the amount paid but still missing the delivery and time slot data.
https://drive.google.com/file/d/1VbnTupXsB9yt9OZqAK_AFGLo7Njj-jYh/view
Also which order is selected as the main one when creating the new order combining both orders?
Thanks
So far the only thing that works is going and removing the exclusion for that category. Making my changes and saving and then adding the category back to the exclusions.
Ok I still can’t save a product that is in a category to exclude.
I have the Visible: option unchecked.
Each variation is also set to NOT sync to Facebook.When I update anything on the product and hit save I get the warning that it won’t sync and my only options are Cancel or Go to Settings.
Ok I got the Exclude categories working.
But when I now edit the product that is set to be excluded and hidden from Facebook Sync and then save it again it tells me it has been added to facebook and is visible.
Is this actually the case or will it still be hidden and excluded from the sync?
Thanks,
Updated to the latest version and tried to resave the exclusions and select Exclude and hide but it just gives me a spinner and doesn’t seem to finish loading. If I reload the page the exclusions aren’t saved.
Forum: Plugins
In reply to: [Yoast SEO] PHP Fatal Error: Uncaught TypeErrorI had a database issue where all the indices and primary keys were missing after the database was migrated to a new server. After fixing this everything worked properly.
Forum: Plugins
In reply to: [Yoast SEO] PHP Fatal Error: Uncaught TypeErrorI disabled all plugins and it works properly. With only Yoast enabled it produces the error. This was also tested using the Twenty 17 theme and produced the same error.
Forum: Plugins
In reply to: [Metronet Tag Manager] Script PlacementExcellent! Thanks Ronald!
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Checkout steps enhanced ecommerceSo what are the Channel Labels that should be applied within Google Analytics?
1. Product View
2. Add to Cart
3. PurchaseForum: Plugins
In reply to: [WooCommerce] Missing Argument 1 for WC_Order::__construct()Did you need to replace every instance of $order = new WC_Order();
with
$order = new WC_Order( $order_id );
Thanks
Forum: Plugins
In reply to: [WooCommerce] Missing Argument 1 for WC_Order::__construct()Sorry mine doesn’t seem to be theme related. It is referencing the groups-woocommerce plugin.
Also the changes you posted are the same line of code. Were they supposed to be different?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Missing Argument 1 for WC_Order::__construct()Having a similar issue as well after updating to 2.2.2
Seeing this error on the checkout page after item has been purchased
Warning: Missing argument 1 for WC_Order::__construct(), called in /wp-content/plugins/groups-woocommerce/lib/core/class-groups-ws-handler.php on line 287 and defined in /wp-content/plugins/woocommerce/includes/class-wc-order.php on line 19
Warning: Missing argument 1 for WC_Order::__construct(), called in /wp-content/plugins/groups-woocommerce/lib/core/class-groups-ws-handler.php on line 129 and defined in /public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php on line 19
Unfortunately I’m not a plugin developer so am a bit confused.
ThanksI had a similar issue and the fix for me ended up being a corrupt wp-config.php. I was able to just overwrite it with a fresh copy and input my database settings again and everything started working fine.
Forum: Fixing WordPress
In reply to: Please Help. Site running but can't access dashboardResolved