MorningCactus
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Conflict with WooCommerce – FIXEDHi!
AdminSort was disabled
Forum: Plugins
In reply to: [Post Types Order] woo: plugin overrides best_selling_productsTry this and see if it works:
Inside the plugin’s core files, the /plugins/post-types-order/post-types-order.php file in particular, on line 85 add this line of code below the two preceding if statements:
if (isset($query->query_vars['post_type']) && ((is_array($query->query_vars['post_type']) && in_array("topic", $query->query_vars['post_type'])) || ($query->query_vars['post_type'] == "product"))) return $orderBy;
See if that helps. I had issues with PTO working with WooCommerce until I told the plugin to ignore my post types.
Forum: Plugins
In reply to: [Post Types Order] woo: plugin overrides best_selling_productsHey Dreejt,
What do you mean by it’s overriding the best selling products? Any examples?
Forum: Plugins
In reply to: [WP eCommerce] Checkout page broken; only refreshes since WP update 3.9.1Thanks guys, moving Country above State fixed it
Forum: Plugins
In reply to: [WP eCommerce] Checkout page broken; only refreshes since WP update 3.9.1Alright, an update:
The wp_head() and wp_footer() functions were missing from my template, however inserting those and trying all of your suggested methods have not resolved my issue.
Now, instead of just refreshing blankly, the error says to please choose a State, even though I have already chosen a state on both the billing and shipping when I check out.
Thoughts?
Forum: Plugins
In reply to: [WP eCommerce] Checkout page broken; only refreshes since WP update 3.9.1Hi Justin,
1) The /products-page/checkout page is calling the “[shoppingcart]” shortcode, which was drawn from the documentation on this page:
https://docs.getshopped.org/category/developer-documentation/design-and-layout/short-codes/
This shortcode has been in place on the website since WP eCommerce version 3.8.8.5 and has been working fine
2) I’m not sure what you mean when you say you don’t see anything related to WP eCommerce as inside the checkout page itself, in the source, it’s full of “wpsc” class tags, which are indicative of the WP eCommerce system.
Can you please elaborate as to what I’m doing wrong?
Forum: Plugins
In reply to: [WP eCommerce] Checkout page broken; only refreshes since WP update 3.9.1EXACT same issue for me. We were having an issue with checking out on WP e-Commerce version 3.8.14. I just upgraded to 3.8.14.1 and the “refresh” error is happening to us as well.
Add this product to your cart: https://www.therainmakercompanies.com/products-page/thought-leadership/
Checkout with dummy information and try to submit the payment via credit card
(Test information, CC# 4444333322221111 should force an error)
No error, just refreshes the page.
Can we get this fixed fairly quickly please or at least find out what the problem is?