Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Set default shipping method?Hi @teuptworkshop,
It sounds like you might need to reach out to the developers of the Weight Based Shipping plugin for help here as they’d be int he best position to provide guidance regarding how to use their plugin.
Forum: Plugins
In reply to: [WooCommerce] VAT not displaying correctly on check-outThat’s great to hear. Thanks for the update.
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce] Sorting option for Payment MethodsHi @bambootb,
THat’s highly unlikely. It isn’t a feature that’s requested or needed by a lot of people.
People that need it will need to add it on as a plugin.
Cheers.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Getting an Error after checkout on thank you pageYou’re welcome @orangewhip.
I’m going to mark this as resolved now. If you have any further questions, you can start a new thread.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Multiple banking on one woocommerce websiteHi @toastedraisins,
You’d need to be using different payment gateways to make this happen.
So, if she’s using Stripe, you’d need to use PayPal, Authorize.Net or some other payment gateway as you can only have one instance of each payment gateway.
You’d then need to use the Conditional Shipping and Payments extension to enale/disable payment methods depending on which products are selected.
So, if the products in the cart are for your Wife’s English lesson’s you’d deactivate your payment gateway so that only her own would be available and vice versa.
Forum: Plugins
In reply to: [WooCommerce] Apply different image crop to specific Category PagesHi @sophdurham,
It isn’t possible to have varied crop settings. The one setting applies to the whole site.
Your best bet here is to look at the image settings and make sure that the dimensions of your client’s images are either the same as that or have the same aspect ratio (i.e the width x height are a consistent ratio with the required size).
This will allow larger images to be scaled down appropriately without cutting out important details.
The weird crop is most likely as a result of the images having varying dimensions.
Forum: Plugins
In reply to: [WooCommerce] Getting an Error after checkout on thank you pageHi @orangewhip,
It looks like your theme is overriding the thank you template and in doing so is calling a function that does not exist.
I’d recommend reaching out to the developers of the theme to see if there’s an update available or if they’d be able to help you fix the issue.
Otherwise, you may want to consider looking for a different theme.
As a test, you can temporarily switch your theme to the Storefront theme and test again to see if this issue is still there.
If the issue is resolved by switching the theme, then that is concrete proof that the theme is the culprit.
Forum: Plugins
In reply to: [WooCommerce] Price and tax setting in and outside FranceHi @softtimur,
It sounds like you want customers all over the world to pay the same price regardless of whether taxes are being charged or not.
If that’s the case, you’ll want to follow the instructions here – https://github.com/woocommerce/woocommerce/wiki/How-Taxes-Work-in-WooCommerce#prices-including-tax—experimental-behavior
Forum: Plugins
In reply to: [WooCommerce] Sorting option for Payment MethodsHi @bambootb,
I’m not sure what you’re asking here. Are you looking for the ability to sort your orders by which payment method was used to pay for them?
If so, you can check out this plugin – https://gist.github.com/bekarice/41bce677437cb8f312ed77e9f226a812
As far as analytics, that’s something you’ll want to either configure within your analytics environment or speak to a developer about.
Forum: Plugins
In reply to: [WooCommerce] Coupon field not displayingHi @darkpuff,
I just took a look at your site and when I look at the checkout page after adding a product to the cart, the Coupon box shows up right away and isn’t hidden as you can see from the screenshot below:
Full Size: https://d.pr/i/DQ54JkPerhaps you’ve already resolved the situation.
Forum: Plugins
In reply to: [WooCommerce] Problem with variable productsI just took a look at your site and the Clear button works just fine to clear the selected variation when I click it.
Perhaps you’ve figured out what the issue is already.
Forum: Plugins
In reply to: [WooCommerce] Shipping Address & Registration @ CheckoutHi @drakedian,
When asking for help, it is best to provide a link to the site in question as that helps reduce the guesswork involved since anyone trying to help can see for themselves what’s going on.
It does sound like you have disabled guest checkout. You’ll want to enable guest checkout by going to WooCommerce → Settings → Accounts and enabling the relevant checkbox as in the screenshot below:
Full Size: https://d.pr/i/UYoWoYForum: Plugins
In reply to: [WooCommerce] Change payment detailsHi @pkclubpaul,
You’re going to need to take this to the appropriate support forum for the payment plugin that you’re using.
I can see from the screenshot that you’re using the iDeal payment gateway, but I can’t tell what plugin you’re using for it.
You’ll want to address this with the developers of that plugin.
I’ll go ahead and mark this as solved now.
Forum: Plugins
In reply to: [WooCommerce] Display variation priceHi @kare93,
This isn’t possible.
When you have a variable product, you can either show a single price or you can show a range of prices in the format (cheapest – most expensive).
If you want to show only a single price and have that reflect the price of whatever variation is currently selected, you can follow the instructions here – https://web.archive.org/web/20200513235630/https://businessbloomer.com/woocommerce-always-display-single-variation-price/
Forum: Plugins
In reply to: [WooCommerce] VAT not displaying correctly on check-outHi @huusmann,
Those screenshots are helpful.
You need to remove all the entries for Statskode. That is what is preventing VAT from being applied to your orders. Essentially you’re saying that VAT should only be charged for customers that live in the state of Denmark within the country of Denmark.
There’s no state of Denmark within the Country of Denmark so the conditions for charging VAT are never met. Same goes for all of the other countries.
The Stattskode should only be used when you want to limit the tax to a specific state within a country e.g. Malmo, Sweden or Copenhagen, Denmark.
When you want the tax to apply to the entire country, only supply the country code with no state code.