morganrideshorses
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Quantity in stock but then not available in checkoutAfter trying numerous things I ended up deleting and regenerating the cart and checkout pages and that fixed the issue. I think the theme was not keeping up with WooCommerce updates. This can be closed but for the future that might be something for people to try first if they are having this same issue.
I reported a similar issue on my client’s site. Inventory is managed, products are in stock with at least one available when added to the cart. Once you go to checkout you get the message that there’s an issue with an item in your cart and when you go back to the cart you see Sorry, we do not have enough “The Product” in stock to fulfill your order (0 available). We apologize for any inconvenience caused.
The theme used on this site is Storefront and the issue is new after an update.
Forum: Plugins
In reply to: [WooCommerce] Quantity in stock but then not available in checkoutI have left inventory tracking on at the WooCommerce Inventory settings level but if this can’t get resolved VERY quickly I’ll have to turn it off again since orders are not being placed because of this issue.
Forum: Plugins
In reply to: [WooCommerce] Quantity in stock but then not available in checkoutForum: Plugins
In reply to: [WooCommerce] Quantity in stock but then not available in checkoutI had to turn off stock management because of the issue. I’ll turn it back on and video the experience. Please stand by.
Forum: Plugins
In reply to: [WooCommerce] Quantity in stock but then not available in checkoutForum: Plugins
In reply to: [WP Dummy Content Generator] Dummy custom taxonomiesTaxonomies are pretty easy to add quickly and I think that would be overkill for this plugin. I would like to be able to add pages.
Forum: Plugins
In reply to: [View Admin As] Keeping up with WP updates?I am absolutely happy to support this plugin. I didn’t need to look at the documentation but if you need help let me know. Also happy to buy you a pot of coffee if you have a way for me to do that!
-Morgan
Forum: Plugins
In reply to: [Code Snippets] Code crashed siteI got the crash error:
Error Details
=============
An error of type E_PARSE was caused in line 1 of the file [website path]/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(221) : eval()’d code. Error message: syntax error, unexpected ‘I’m having this issue too.
I created a Pod, have an image field, but when I add an image on the page and select the dynamic selector, click Pods Image Field but there’s no key.
My plugins:
Ele Custom Skin – 3.1.4
Ele Custom Skin Pro – 3.2.1
Elementor – 3.5.5
Elementor Pro – 3.6.0
Fonts Plugin | Google Fonts Typography – 3.0.12
Ninja Forms – 3.6.7
Pods – Custom Content Types and Fields – 2.8.10
UpdraftPlus – Backup/Restore – 2.22.1.25Forum: Plugins
In reply to: [ICS Calendar] Link to Maps with Google CalendarThanks. It’s for a client and the site is not live yet so I’ll submit via Pro support.
@stevejburge Thanks so much! This is a pro feature I’d happily pay for. ??
Hey! I need this as well! I have a bakery that has two delivery days per week and once the first day has passed product variables only available for that day need to disappear from the product options.
Forum: Themes and Templates
In reply to: [Modern Store] Social icons not showing upIt wasn’t a plugin issue. It was because that section of the template (in header.php) was commented out. I removed the comment code and voila!
Check the files you have packaged up.
<!-- <div class="header-top"> <div id="menu-secondary-container" class="menu-secondary-container"> <?php get_template_part( 'menu', 'secondary' ); ?> </div> <div id="social-icons-container" class="social-icons-container"> <?php ct_modern_store_social_icons_output(); ?> </div> </div> -->
Forum: Themes and Templates
In reply to: [Modern Store] Social icons not showing upI’ll try that and report back. Thanks!