Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Tax Rounding Issue> Can you tell me if this is how itβs now supposed to be happening please?
If you have it set to show two decimal places, then that is how it should look on invoices and everywhere in your store. The previous behavior that you are relating to sounds like it was incorrect.
The decimal display and decimal calculations are two different things though. Just because it is set to show only two decimal places, does not mean it only calculates with two. This would be problematic, so calculations are done at a more precise level.
If your prices aren’t adding up, then there is definitely something else at play. Either a discounts plugin or your invoice plugin has a bug most likely.
Forum: Plugins
In reply to: [WooCommerce] Can’t import description with HTML tags from .CSVYea, that would make sense that it would break the import then.
Try substituting out the quotes in the content body with the html entity: https://www.ascii.cl/htmlcodes.htm
Or, create a product with html in the content along with quotes, and export just that. And see how it’s handled and copy that structure.
Forum: Plugins
In reply to: [WooCommerce] Shopping Cart EmptyDo you have any caching enabled on the server? Need to ensure the cart page is not cached:https://docs.woocommerce.com/document/configuring-caching-plugins/
Forum: Plugins
In reply to: [WooCommerce] since update woocommerce variations cannot be seenRight, so that is the expected default behavior now. If a variation has not price, it is not selectable so it’s attributes won’t be shown unless another valid variations used them.
Particularly has to do with this change: https://github.com/woocommerce/woocommerce/commit/80c07d530d74f551d6a02a2f4588a91f88428928#diff-9d28960c60468fc038da5e6232cf0d8c
To reverse, you can set the
woocommerce_hide_invisible_variationsfilter to false.Forum: Plugins
In reply to: [WooCommerce] New Order Not generated with Coinpayments GatewayIf the order status in WooCommerce makes it to the “processing” status, order emails should be sent out. If the emails are not being sent, the gateway plugin must be doing something strange and you’ll need to contact those plugin authors.
This is something on our radar, but please do feel free to add/upvote on the ideas board here: http://ideas.woocommerce.com/forums/133476-woocommerce?category_id=167367 π
Forum: Plugins
In reply to: [WooCommerce] Selling Gift Cards For Third PartyRight, so this is a pretty large undertaking, and almost completely reliant on the REST API side of things to talk with the other systems.
If you find something specific to WooCommerce that makes this hard to work with, then we may be able to help there, but I would recommend just getting started on the rest api and communications side of the project as that is where 90% of the work will be.
There is very unlikely to a plug and play extension ready for this use case given how specific it is π
Forum: Plugins
In reply to: [WooCommerce] Disable single product pagesMake sure you remove the opening link action as well: https://github.com/woocommerce/woocommerce/blob/1bb88d0a50c9c3a0426c2be1145f9019089915bf/includes/wc-template-hooks.php#L94
And then yes, product pages will still be visible if you manually access the url. You’ll need to set up custom redirects or permissions to achieve this. This looks helpful: https://stackoverflow.com/questions/44197739/how-to-disable-hide-woocommerce-single-product-page
Forum: Plugins
In reply to: [WooCommerce] How can I show more products on scroll?Jetpack has an ‘infinite scroll’ feature: https://wordpress.org/plugins/jetpack/
If the theme implements this feature, like our Storefront theme, then you can get the result you’re looking for π
Forum: Plugins
In reply to: [WooCommerce] How can i get more detailed reports?This forum is predominantly for technical support, so if you want feedback or suggestions from other store owners you might want to post on one of the Facebook user groups.
β WooCommerce Help and Share
β Advanced WooCommerce
I have heard good things about https://metorik.com/ though.
Forum: Plugins
In reply to: [WooCommerce] No “Pay now” ButtonDisable all plugins except for WooCommerce and switch to a default WordPress theme at the same time: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
There is definitely something on your site causing this problem, as it’s working fine for thousands of other sites.
Forum: Plugins
In reply to: [WooCommerce] Product page alignmentTry this out:
.single-product.woocommerce #content div.product div.images { display: none; } .woocommerce #content div.product div.summary { float: none; width: 80% }This forum is for WooCommerce core support though, and not really theme customizations. So best to contact your theme authors else find a theme that you like π
Forum: Plugins
In reply to: [WooCommerce] New Order Not generated with Coinpayments GatewaySounds likely to be a payment gateway problem if this only happens with that gateway. Is the order status moving to the “processing” state, or is it stuck in “pending payment”?
Install the email log plugin so you can see if the server is trying to send the mails or not: https://wordpress.org/plugins/email-log/
Forum: Plugins
In reply to: [WooCommerce] Changing error textI know it is possible change it in the language-file (ex. with Loco translate) but after every update the text is changed to the original text)
Translating is the correct way. It sounds like your translation files are just set to be stored in the wrong location (likely in the plugin folder). There should be a setting for this in Loco translate,
Another option is custom code in a child theme: https://www.speakinginbytes.com/2013/10/gettext-filter-wordpress/
Forum: Plugins
In reply to: [WooCommerce] Paypal conversion tracking > return to shopYou can set up an auto-return url that will send them back automatically: https://docs.woocommerce.com/document/paypal-standard/#section-7
I do know though that this plugin does some fancy stuffs above it’s free version that helps with tracking even if the user doesn’t make it to the thank you page: https://woocommerce.com/products/woocommerce-google-analytics-pro/