Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Search Products – Name with Single and Double QuotesAre you referring to the backend admin search? I’m not able to replicate this: http://cld.wthms.co/ChEEv0
What version of WooCommerce are you using?
Forum: Plugins
In reply to: [WooCommerce] Site Administrator Cannot See All Menu OptionsThese are enabled in the “Screen Options” panel. At the top right of the screen, click on Screen Options and enable these panels.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Digital Download Link ChangedThe link looks correct as intended. Are you logged into the account that has purchased the downloadable product when trying to download?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce adds a symbol where there should be a spaceRight, that’s what I was leaning towards being the problem. The theme is encoding/escaping the output incorrectly. This is something the theme authors will need to address.
The output is here: https://github.com/woocommerce/woocommerce/blob/master/templates/single-product/add-to-cart/variation.php#L19
The data passed into that template comes from here, and you’ll see there is a filter as well: https://github.com/woocommerce/woocommerce/blob/d5e98e8d081574f3ce6ccd1d35357a6e011ff610/includes/class-wc-product-variable.php#L308
More simply, just use the
woocommerce_show_variation_pricefilter and return true.Forum: Plugins
In reply to: [WooCommerce] Coupon Codes not workingMerging with https://wordpress.org/support/topic/paypal-button-is-missing-in-checkout/. So there is a PayPal and Coupons issue.
This is what I see when checking out on your site: http://cld.wthms.co/EvCwg8. It looks like you are using this plugin: https://wordpress.org/plugins/cardconnect-payment-module/. Are you sure PayPal is configured correctly and enabled?
And then when you disabled all plugins except for WooCommerce and switched to a default WordPress theme, what error happened when trying to apply a coupon? Could you do this again, except create a new coupon with a simple $10 discount and no other rules?
If that doesn’t work, then please take a screenshot of the coupon error occurring while on a default theme with other plugins disabled. I recommend https://snag.gy for easily sharing screenshots – please follow the instructions on the page, then paste the URL here. It works with Chrome, Firefox and IE.
Secondly, if errors are still happening, then please paste a copy of your site’s System Status Report here. You can find it via WooCommerce > Status.
Forum: Plugins
In reply to: [WooCommerce] Redirect The Buy Button To Product Page403 Forbidden error doesn’t really make sense, this happened when you tried pasting the code both times? The code is fine, so must be with how it’s being added and I’m afraid there isn’t much more I can do to help in that area.
Might need to hire a developer for further help with custom code:
– http://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/Forum: Plugins
In reply to: [WooCommerce] Paypal button is missing in checkoutLet’s continue in the other thread you have, https://wordpress.org/support/topic/coupon-codes-not-working-2/, to avoid duplication. I’m going to close this thread.
Forum: Plugins
In reply to: [WooCommerce] Redirect The Buy Button To Product PageDid you get it working with the code snippets plugin? I’m thinking it was just placed in the wrong place in the functions.php theme file.
And then what if you instead just changed the button text on the product listing/catalog pages? You can then just use the button text setting for the single product page button.
That way you can use the above snippet, and just replace
$product->add_to_cart_text()with'your text here'. I added a comment to the above gist on how this would be done for only external products: https://gist.github.com/WPprodigy/9b0a4797a178cfb68bb019f1e03e9e42Right, when there is only one price for the whole variable product, it only shows the price at the top of the page like it does for other simple products. Why the need to show the same price twice?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Digital Download Link ChangedThe download file URL that the customer sees is not meant to be the same as the one you input for the product. Otherwise the URL could be shared, and that would also mean it’s publicly available for Google to index, etc.
Is the download not working, or are you just concerned that the link is different?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce adds a symbol where there should be a space%20is a URL encoded space. So somewhere along the line, these attribute terms had the names encoded.If you go edit the term in WooCommerce, do you see the
%20? If so, have you done any importing or such perhaps?If it does not show up when editing the attribute / term, but it does on the frontend, then there is a problem with how it is being output. Your theme or another plugin might be doing something incorrectly. To test, you can follow this guide to rule out possible conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Buy Now ButtonFor the buy button, I found this plugin with a quick search: https://wordpress.org/plugins/woocommerce-quick-buy/
And then there is a “verified owner” label for reviewers my default: http://cld.wthms.co/Vk9PXi. If this is not working, your theme or another plugin is causing it to now show up.
Adding a title for the review will require some customization though, or another plugin like https://woocommerce.com/products/woocommerce-product-reviews-pro/
Forum: Plugins
In reply to: [WooCommerce] Mobile Woocommerce App for Woocommerce StoreSorry, we cannot provide support for that product here, as it’s against forum rules.
Can only help with the core WooCommerce plugin and it’s feature set. Custom development for something like an app is far outside the scope.
Forum: Plugins
In reply to: [WooCommerce] Reshipping ordersFor these cases, I would just utilize manual order notes and manual stock reductions. You can click on an item in the order and reduce stock: http://cld.wthms.co/nFTLGp. This will add an entry to the order notes as well.
Then you can use both private notes and send an email to the customer from this area: http://cld.wthms.co/xEBEyh