Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Set shipping zone for 10 miles of locationHi @dllive,
I’d recommend using the WooCommerce Distance Rate Shipping extension to handle this.
It allows you to set shipping rates based on distance from your location or even travel time from your location as shown here – https://docs.woocommerce.com/document/woocommerce-distance-rate-shipping/#distance-rate-rules
In your case, you’ll only account for distances of a max of 10 miles and any customer that falls outside that distance will see a message telling them that they are outside your delivery radius (you can customize this message as you see fit).
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Missing Icon for Empty Cart Notice?Hi @hastibe,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Use other products as varieties of a self designed productHi @ebomio,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Variation sku suffix add pluginHi @reckgear,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Hi @fruostehaps,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Hi @matthiascordes,
We’re not able to provide support for premium products here in the community forums.
I presume that you have a current subscription for the WooCommerce Subscriptions extension, in which case you’ll be best served by going to WooCommerce.com > My Account > Tickets to create a ticket.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
Cheers
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Guests Can’t Leave ReviewsHi @akunkel08,
It looks like you have activated the Reviews can only be left by “verified owners” checkbox on the WooCommerce → Settings → Products page. I’ve highlighted the checkbox I’m referring to in the screenshot below:
Full Size: https://d.pr/i/Wl7OWNWhen this checkbox is active, only logged in users who have purchased the product will be able to leave a review.
There’s no way to make sure that a customer is a verified owner if they aren’t logged into the site.
So, if you want guests to be able to leave reviews, you’ll need to deactivate that checkbox.
Forum: Plugins
In reply to: [WooCommerce] Suddenly /checkout/?add-to-cart not working as intendedHi @soulcryst,
It sounds like you’re creating an “Add to Cart” button and it is doing what it is supposed to by adding the product to the cart and then going to the cart so that the customer can proceed to checkout.
Are you expecting a different result? If, so what are you trying to achieve?
If you’re looking to Skip the Cart and go straight to the checkout page, you’ll want to look at this tutorial – https://rudrastyh.com/woocommerce/redirect-to-checkout-skip-cart.html and pay particular attention to Steps 1 and 3.
I would recommend installing the Code Snippets plugin – https://wordpress.org/plugins/code-snippets/ and using that to add in the bits of code required.
Cheers.
Hi @gfields108,
Merely deactivating or removing the WooCommerce plugin from your site will not remove all the data as people sometimes have to test for plugin conflicts by deactivating plugins and it would be a monumental disaster to have that data deleted when that was not the intention.
If you’re looking to completely remove all WooCommerce data from your site, you’ll want to follow the directions provided here – https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/#section-4
Cheers
Forum: Plugins
In reply to: [WooCommerce] Cannot Create New Ticket on WooCommerace.comHi @omg5,
Right below the Previous Ticket Submissions button, there’s a form for Support Requests that starts off like this:
Full Size: https://d.pr/i/vyNdEQPlease use that form to fill out the details of your support request.
Forum: Plugins
In reply to: [WooCommerce] Quanitity button has disappearedHi @lshenefield,
Did you make that page using a page builder or some other custom tool?
I ask because I can see that the quantity selector has a property of
type="hidden"added to the HTML element, so it isn’t something you can override with CSS. Here’s a screenshot of what I found:
Full Size: https://d.pr/i/UHZmerWhen I change that to
type="number"as it should be, the quantity selector reappears per this screenshot:
Full Size: https://d.pr/i/Feiz39You’ll want to investigate whether this is as a result of the way you’ve created the page or something that the theme is imposing via a custom template.
You may need to test to make sure that isn’t some plugin or the theme itself that’s making a mess of things. This doc walks you through how to go about that – https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Deducting sales tax for federal credit cardsHi @jameswinter,
It’s certainly possible to have a user be tax-exempt, but I’m not sure you’re going to be able to do that for specific cards without relying on some sort of API.
Also, taxes are calculated BEFORE payment is required, so you’re going to need a way to validate the card and make sure that there are funds on it, go back and remove the sales tax portion of the order, possibly re-validate the card again since the order amount has changed, and then finally charge the card for the order to go through.
This sounds like the kind of thing that you’d need to speak to your developer about as it looks like it requires some highly specific custom development.
If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Hide Products/CategoriesHi @chidobernie,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Checkout page cssForum: Plugins
In reply to: [WooCommerce] Hiding SKU on Product Page via CSS Snippet – HOW?Hi @woowoo101,
Lots of people want to show their SKUs on their sites and actually consider it incredibly important both for customers to find the products they need and for indexing with things like Google Shopping Feed.
It’s great that you don’t require them to be displayed, in which case, you can decide not to enter an SKU for your products or go with the solutions that have been kindly provided to you above.
I’ll go ahead and mark this thread as resolved now. If you have further questions, feel free to open a new thread.