miracon
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce email notification / receipt not workingI think I am narrowing it down a little to Taxonomies… “Orders (shop_order)
Customer orders are stored as posts of this type and all order data is stored in custom fields. The orders admin section can be found under WooCommerce > Orders.Taxonomies
shop_order_status – A hidden taxonomy for storing order status (pending, processing, on-hold, failed, cancelled, completed).”WooCommerce System Status shows “Core Taxonomies
Order Statuses pending”Forum: Plugins
In reply to: Woocommerce email notification / receipt not workingI am having the exact same issue as well. I tried following asendens advice but nothing changed. Orders just go to Pending and no emails are sent to admin or shopper regarding the new order.
Forum: Plugins
In reply to: WooCommerce Orders Remain in PendingLink didn’t work…here is the site… https://108.179.221.22/~ellybean/
My issue has been resolved! I had a Header Script that was there for no purpose but was probably installed with one of the skins I tried. It created a conflict. As soon as I removed it, the Add to Cart button showed up! Here it the script
[ Moderator note: please put the backtick on a new line above and below your code or it doesn’t format correctly. ]<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> </script> <script type="text/javascript"> $(document).ready(function() { function filterPath(string) { return string .replace(/^\//,'') .replace(/(index|default).[a-zA-Z]{3,4}$/,'') .replace(/\/$/,''); } var locationPath = filterPath(location.pathname); var scrollElem = scrollableElement('html', 'body'); $('a[href*=#]').each(function() { var thisPath = filterPath(this.pathname) || locationPath; if ( locationPath == thisPath && (location.hostname == this.hostname || !this.hostname) && this.hash.replace(/#/,'') ) { var $target = $(this.hash), target = this.hash; if (target) { var targetOffset = $target.offset().top; $(this).click(function(event) { event.preventDefault(); $(scrollElem).animate({scrollTop: targetOffset}, 1000, function() { location.hash = target; }); }); } } }); // use the first element that is "scrollable" function scrollableElement(els) { for (var i = 0, argLength = arguments.length; i <argLength; i++) { var el = arguments[i], $scrollElement = $(el); if ($scrollElement.scrollTop()> 0) { return el; } else { $scrollElement.scrollTop(1); var isScrollable = $scrollElement.scrollTop()> 0; $scrollElement.scrollTop(0); if (isScrollable) { return el; } } } return []; } }); </script>
Hope that helps anyone else with the same problem! And a huge thanks to the Catalyst Support team for finding it! I can’t take any credit. ??
I’m using Catalyst/Dynamik and I do have the Catalyst Connect plugin activated on there. Thanks for any help! ??
I am having the exact same problem. I have read the instructions on Variations and no matter what I do or how I tweak it, I can’t get the “Add to Cart” button to display when I make my product a “Variable” and add variations. This is my first time using any eCommerce type plug in so I am sorry to be such a Newb. Here is the link to my test site… 108.179.221.22/~ellybean/shop/soapsicles-2/#tab-attributes
EDIT: Not sure why my link isn’t showing! I took the code off so someone can cut and paste.
Forum: Your WordPress
In reply to: Please review my wordpress siteesmi, so you’re saying Justifying is not a good thing? Good to know as I always like to do that on my sites. I’ll take the Justify off then if that’s the case. Thanks for the heads up! ??
Forum: Your WordPress
In reply to: Please review my wordpress siteI also recommending “Justifying” the text on your pages. It looks much neater. ?? And turn your comments “off” unless you really do want people to comment on your info page.
Forum: Your WordPress
In reply to: More than just a Blog!Yeah! My links are showing now. ??
Forum: Fixing WordPress
In reply to: Password Protect Page Not Working since update.Still same problem and no solution. Will revert back to 3.3.2 also then. ??
Forum: Fixing WordPress
In reply to: Password Protect Page Not Working since update.Thank you for checking that and posting here. Still not working for me. I even made it public and then changed it again but still can’t get in using password. ??
Forum: Plugins
In reply to: [Contact Us Page Builder] [Plugin: Contact Form and Page Designer] Its a DEMOHi there! I am thrilled this plugin has come out as it sure helps suits my needs! I am just having one issue… I put the shortcode [cp_designer template=”Request Quote”] in a text widget. It works but the contact form repeats itself. I am sure it’s a slight oversight but can’t wait to correct it. Thanks so much! ??
Forum: Plugins
In reply to: WP Email Capture GlitchFigured it out and posting it here in case others have the same problem! The page I was redirecting it to was a “Private” page. For some reason, the plugin update doesn’t like that. As soon as I made the page public, the redirection worked. So instead I just excluded the page from all navigation.
Forum: Fixing WordPress
In reply to: Add Message on Password Protected Page.Forum: Fixing WordPress
In reply to: Add Message on Password Protected Page.Thank you again! ??