mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Font Awesome IssueStill waiting on this update.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Font Awesome IssueStill waiting for this update. Would love to be able to mark this as resolved.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Font Awesome IssueSorry but I have the most updated pro version and its still doing the samething and the repo shows the last update a month ago. So unless it was updated but not pushed.
- This reply was modified 7 years ago by mtruitt.
Forum: Plugins
In reply to: [WooCommerce] I purchased lots of stuff but no support available?I would try product_price=”0″
Forum: Plugins
In reply to: [WooCommerce] Woocmmerce order complete custom fieldBased on the provided code. There is nothing here that would add that to any email in WooCommerce. That would add it on the order page for that specific order if it exists.
Example:
http://yourdomain.com/my-account/view-order/236/And it would display between the end of the order details and the billing address.
Should be a filter with woocommerce_email_order_meta_fields
Forum: Reviews
In reply to: [WooCommerce] DO NOT USE WOOCOMMERCE! EVER!Let’s point a few flaws here. First WooCommerce is not the issue. You wanted additional functionality and chose plugins from various authors.
WooCommerce supports its own plugins and themes.
Independent developers or other development companies support their own plugins (sometimes). If they are adding additional functionality to WooCommerce it is their and YOUR duty to either update the plugins or hold off on updating WooCommerce.
Your answer is to point at what forced the issue and not what the underlying issue is. Most free plugins are behind the development cycle managed by a large company. WooCommerce is free and open source, those developers or companies do have the ability to pull the development version and test and release before WooCommerce does. However, most wait for support emails/posts. Why? They don’t have the funding to support the plugin 24/7. It’s also a free version of QC.
Take the advise of everyone else. Set the site up on a development environment. If you are unsure how hire a developer or talk to a hosting company that offers it. WP Engine and Pantheon are both great options.
You would need to test against a default theme like twentynineteen or storefront but 99% sure you are going to have to talk to the people at Customizr about that issue.
Forum: Plugins
In reply to: [WooCommerce] Orders dissapearedDid you recently update WooCommerce? I have seen this happen when Woo gets updated but the DB update has not been run.
If you need to check https://yourdomains.com/wp-admin/admin.php?page=wc-settings&do_update_woocommerce=1
Forum: Plugins
In reply to: [WooCommerce] Attribute StockI would say you could most likely use:
https://woocommerce.com/products/product-bundles/
This could allow you to add the “options” as products and manage them directly.
Forum: Plugins
In reply to: [WooCommerce] Shipping not wokingI would try using this plugin as it looks like you have some assets getting served up on http > https which updated browsers don’t like now.
Ideally, you would want to find the root cause but this would at least point you in that direction if it works.
https://wordpress.org/plugins/really-simple-ssl/
IF you have any issues after using it check your .htaccess file it does a rewrite there but I personally have not run into any unless you simply do not have a SSL on the domain.
Forum: Plugins
In reply to: [WooCommerce] Shipping not wokingI would verify the path/file name is 100% correct. I recently ran into an issue with a theme that was trying to load a css file from a JS folder and only when logged out.
Forum: Plugins
In reply to: [WooCommerce] roles missingIf you are on multisite then yes that is specific to that. It works fine on normal installs.
Forum: Plugins
In reply to: [WooCommerce] Text: You Have x Items in your Cart / ShippingHi Rob,
By the look of the code you posted that is from Avada and not from WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] roles missingPlease follow this post – https://wordpress.org/support/topic/before-posting-gather-the-following-details/
WooCommerce only adds Customer and Store Manager roles and permissions specific to each. This is most likely a theme or plugin conflict.
Forum: Plugins
In reply to: [WooCommerce] Variable product not showing price rangeI would say Lorro is right about it being the theme.
Did you have a child theme setup? I just tested it with a fresh install of Enfold and the page looks almost 100% identical to yours minus variations show up correctly. Did you have this setup as a simple product at one point then changed it later to variable?
I ask because when inspecting the page it shows a product-type-simple when it should be showing product-type-variable.
This could also be caused by caching if the above is the case.