Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error with WPML after updating to 3.3.4The change/fix was because of a http/https issue, that doesn’t mean this is the cause on your site.
This same change also looks to have caused problems in WPML which is the problem here. They must be doing something unusual with the AJAX endpoint.
Forum: Plugins
In reply to: [WooCommerce] Invalid link when reset passwordMake sure you have caching disabled on the my account page and lost password endpoint. More info here: https://docs.woocommerce.com/document/configuring-caching-plugins/
This may be something you need to ask your web hosts to do.
Forum: Plugins
In reply to: [WooCommerce] http 500 errorDefinitely want to help get to the bottom of this, but need more details about the error that happened. Could you ask your web hosts to look at the php error logs to see what fatal errors were happening around that time?
Alternatively, you can enable WP_DEBUG and WP_DEBUG logging and you’ll see the errors in the log file: https://codex.wordpress.org/WP_DEBUG
Forum: Plugins
In reply to: [WooCommerce] Help with Duplicate “New Order Emails”These settings are in PayPal. See the above link for where.
PDT isn’t enabled by default, so you must have enabled that at some point maybe for a specific reason?
I would look at older orders and see if both of them are coming through every time. If sometimes one is missing (like IPN), disable that one. Otherwise it shouldn’t matter.
Forum: Plugins
In reply to: [WooCommerce] Main Product image not showing upAnd what about using a default WordPress theme as well when only WooCommerce is active?
If it still happens, open up a new support thread and post your system status report. WooCommerce > Status.
But I’m 90% sure it’s your theme / a plugin conflict causing this.
Forum: Plugins
In reply to: [WooCommerce] Images saved without url prefixRight, I understand it was working previously. But just if/because this started happening after relative URLs were added doesn’t mean the change was wrong / bugged.
It’s in the emails that relative URLs should not be used, thus it’s up to how emails are being made and sent.
As far as I can tell the product archives in WooCommerce are the full URL by default, just minus the protocol (http / https).
Forum: Plugins
In reply to: [WooCommerce] Help with Duplicate “New Order Emails”Yep, that’s the problem. Should not have both IPN and PDT enabled – PayPal is reaching back to your site twice to confirm the payment, so emails are being triggered twice (and stock reduction).
Disable either the IPN or PDT: https://docs.woocommerce.com/document/paypal-standard/#section-29
CSV importing exporting is the fastest way to create products: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Also a good way to find a list of the variations that exist that you don’t need.
Forum: Plugins
In reply to: [WooCommerce] Custom Post “Add to cart” Buttons editingYou can embed the whole product page into a specific page using the [product_page] shortcode.
I think you’ll find this is fairly difficult to achieve because it’s “going against” the normal flow of how other people use and display products.
A variable product is definitely what you need, and it would be best to utilize the actual product page.
In the system status report at WooCommerce > Status, you can get a list of plugins and their compatibility status at any time.
Forum: Plugins
In reply to: [WooCommerce] get_shipping_methods() return empty rate araryOne if the method, and the other is the rate attached to an actual package (items).
Do take a look at how WC using these methods and try to follow that. Need to be aware of where/when you are hooking into the process as well. https://github.com/woocommerce/woocommerce/blob/64bcabf0af9a05274d53ec833a4e8c9153509bc4/includes/wc-cart-functions.php#L205
This isn’t something we can really support as it’s a customization and not a core feature set. If you need development help, I would recommend hiring a developer for further insights and help:
– http://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/Forum: Plugins
In reply to: [WooCommerce] Paypal page is not showingWhat do you mean by encryption? The SSL certificate / HTTPS? Disabling that isn’t a good solution. Instead, make sure your TLS versions are up to date on the web hosting side: https://wordpress.org/plugins/tls-1-2-compatibility-test/
Forum: Plugins
In reply to: [WooCommerce] Tax Rounding IssueWhat do you mean by “after recalculating”?
Here is my product including tax: http://cld.wthms.co/Xe5Czs
Cart: http://cld.wthms.co/6Kmhxe
Checkout: http://cld.wthms.co/zlkZd1
Order received: http://cld.wthms.co/jHdG4J
Admin: http://cld.wthms.co/I98EOp
Admin after hitting the recalculate button: http://cld.wthms.co/QdiEpICurrency settings: http://cld.wthms.co/LTMF98
Tax settings: http://cld.wthms.co/QyeLMd- This reply was modified 8 years, 1 month ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce] REGISTRATIONThe My Account page in WooCommerce?
1) Create a page in WordPress.
2) Put the[woocommerce_my_account]shortcode on the page.
3) Go to WooCommerce > Settings > Accounts and select this page.Forum: Plugins
In reply to: [WooCommerce] Exclude Category from Product Categories WidgetThat filter will work for any output coming from the product categories widget. Where it’s not working is likely not using the same widget (else the page is cached).