Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Multiple ChoiceWhat makes it look legit exactly?
They are selling software they didn’t create. While not illegal, certainly a grey area as like I said above, if everybody did what you did, these products would not exist.
Forum: Plugins
In reply to: [WooCommerce] Some products not showing under their categoriesNothing that I know of. Usually this sort of thing is a plugin/theme conflict, so that is definitely the next best thing to test for.
Forum: Plugins
In reply to: [WooCommerce] paypal-specific orders on woocommerce not sending emailsAnything in the order notes? There should be references to the PayPal IPN being completed, etc.
And then try another test order, but this time deactivate all plugins except for WooCommerce and switch to a default WordPress theme while testing. This will help rule out possible conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Link customer account to previous orders ? Automatically ?How often is this happening? Seems like a rather niche situation.
In any case, the orders created in the past are assigned to a guest role and just have an email address on them. The new ones are attached to a user ID.
You would need to build out a customization to search all guest orders for a matching email address, and assign them to the new customer account. It could be a rather expensive query to do, so would want it to run sparingly.
Forum: Plugins
In reply to: [WooCommerce] Order Status not being displayedYea, there is definitely something causing a conflict/problem on this page. You can see the “preview” link is messed up and showing all the way to the right as well.
Deactivating plugins until you find the one causing this is the best next step: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] all my Products are on “Sale”Sale price looks the same has the regular price. When you edit a product, is anything filled out in the sale price field or is it empty?
There’s a good chance the theme or another plugin is causing this. Follow this guide to find the likely culprit: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
So products are showing up as duplicated in the cross-sells up-sells area?
Check the trash folder for products and make sure that is empty. Then also try WooCommerce > Status > Tools and delete orphaned variations.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product import issueAre you checking the setting the merge with existing products?
Try exporting, then importing the same, un-edited file. Does this same problem happen in that test?
Sounds/looks like a possible theme or plugin conflicts. So I would rule that out by trying with only the WooCommerce plugin active and a default WP theme in use: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Contact form 7 shortcode in woocommerce category descriptionWhat version of WooCommerce are you using? The product description area is parsing shortcodes for me.
Might be your theme or another plugin causing this if you are using the latest version of WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Error when sending order to paypalWhat payment gateway are you using? PayPal Standard or another gateway plugin?
Also, be sure to rule out theme / other plugins as potential conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Move Field Labels Above FieldWould need to see the page in question to help provide any more guidance on what CSS is needed.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce “noindex” on HomepageEh, I’m not so sure that is coming from WooCommerce core, but rather your theme or another plugin.
WC core only added noindex for the following reasons / in these places:
– Is the cart, checkout, or my account page.
– Is an endpoint, like the “thank you” page or my account endpoints.
– Is an ajax request.
– Is a download file request.
– Is the REST API auth page.So none of these should be around your product gallery. Temporarily disable plugins and switch to a default theme until you find what is causing this to be there. https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Builk remove sale price on variable productWhen I do the bulk “set sale price” for all variations and leave it blank and submit, the sale prices are removed for me. Is that not happening for you? Could be another plugin causing a conflict, unless you aren’t on the latest version of WooCommerce maybe as well.
Another option would be to do a csv import/export for variable products and variations only: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] 2 product images showingNot sure I am seeing the same thing as you, unless you’ve resolved this issue now perhaps?
Definiltey sounds like it is/was a theme or plugin conflict though: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] paypal-specific orders on woocommerce not sending emailsIf paid by credit/debit, emails do NOT send to us and customer.
What payment gateway plugin are you using for these orders?
And then go ahead and install the email log plugin just to be sure.
- This reply was modified 8 years, 1 month ago by Caleb Burks.