Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] VATHi @donneuk,
If you don’t want to charge any sales taxes on your site, you can simply deactivate the tax functionality by going to WooCommerce → Settings and unchecking the Enable tax rates and calculations checkbox as highlighted in the screenshot below:
Full Size: https://d.pr/i/MWaapiForum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] edit subscription text in cartHi @aislndgrl,
We’re not able to provide support for premium products here in the community forums.
As your enquiries here are concerning something pertaining to the WooCommerce Subscriptions extension rather than the WooCommerce Payments plugin it’s best to open up a ticket by going to WooCommerce.com > My Account > Support.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Using WooCommerce for offsite transactionsIt sounds like you’re trying to use WooCommerce to point to products that are external to the site.
If that’s the case, WooCommerce allows you to create External/Affiliate products that fit the bill.
You can learn more about this here – https://woocommerce.com/document/managing-products/#adding-an-external-affiliate-product
I hope this helps.
Hi @woodypad,
ok i have to look for my country, but what if ecommerce sells all over the world? which commission should be considered?
The fees are broken down based on the country of the merchant (YOU) not the country of the customer. As such, find your country and look at the fees related to it.
For each country, you will see what the fees are like for cards issued locally within your country and foreign issued cards.
So I have to consider these fees in addition to those of the banks, correct?
I’m not sure what bank fees you’re talking about here. Your bank is not processing these payments, your payment gateway (WooCommerce Payments) is. Unless your bank is charging you for the privilege of receiving funds into your account, the only fees you will incur are the ones we’ve listed.
Have you placed this important thing in the Faq? and don’t put the link when you say it’s free.
The plugin is free. You do not have to pay anything to be able to install it or use it on your site. You do have to pay transaction charges and this is clearly stated on the WordPress.org listing under the Pay as you go section here – https://wordpress.org/plugins/woocommerce-payments/
The link to the fees is also displayed prominently in this section.
It is common knowledge that payment gateways make their revenue from transaction fees, otherwise, they wouldn’t be able to stay in business.
Hi @woodypad,
You can find the transaction fees for WooCommerce Payments here – https://woocommerce.com/document/payments/faq/fees/
You’ll want to scroll to your country and looks at the fees that are specific to that country.
Those are the only fees that are charged for your transactions.
Forum: Plugins
In reply to: [WooCommerce] shippingHi @joannaritsoni,
This is the kind of situation where the Table Rate Shipping extension would be ideal as it allows you to define multiple shipping rates based on location, price, weight, or item count.
Ideally, if you’re using plugins that pull the shipping rates from these services via their API, for example, the UPS Shipping Method extension, and you want to ship globally, you’d set up a single shipping zone that applies to all countries and add the shipping methods in there.
The rates pulled from the API will be based on the customer’s address and the services you’ve enabled.
However, it sounds like you’re trying to manually set these rates up to match their price lists. In that case, you’ll need to create shipping zones to match all of the relevant countries based on the distribution.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] MOTO Payment is not supportedHi @yueabcd,
MOTO (Mail Order/ Telephone Order) payments are not meant to be processed through your website. You’re supposed to process them directly on Stripe’s dashboard or by using a card machine.
As such, it is unlikely that you will find a plugin that lets you do this.
You can learn more about this from Stripe’s documentation here – https://support.stripe.com/questions/mail-order-telephone-order-moto-transactions-when-to-categorize-transactions-as-moto
Hi @s011420,
You do not need to create 30+ shipping zones.
Shipping zones are geographical demarcations, so each area only needs to be accounted for once. You’ll then add the relevant shipping methods to that zone.
I think you’re getting confused by the way each company has countries divided into zones. Their zone subdivision has no bearing on your WooCommerce shipping zones.
Per your example above:
I have 2 carriers for customers the choose,UPS and EMS.
UPS and EMS have different price rules and different shipping zone settings.to shows both shipping methods I
and I need to create 3 types of the zone:
1. counties for UPS only
2. counties EMS only
3. Overlap countries with both UPS & EMS as methods.It sounds like you need to create 3 shipping zones at most:
- Countries that both EMS and UPS will ship to
- Countries that don’t fit into 1 above and only UPS will ship to
- Countries that don’t fit into 1 and 2 above and only EMS will ship to
In the 1st zone, you add both EMS and UPS as shipping methods
In the 2nd zone, you add only UPS
In the 3rd zone, you add only EMSHi @bbioon,
We’re not able to provide support for premium products here on the community forums.
Since you’re using the WooCommerce Pre-Orders extension and that seems to be what you’ve identified as the cause of this error, you’ll want to open a ticket at WooCommerce.com > My Account > Support.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Can’t disable Test ModePlease open a ticket concerning this by going to WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Can’t disable Test ModeIf I understand correctly, what you’ve placed in test mode is WooCommerce Payments.
You can deactivate Test Mode by going to Payments → Settings and deselecting the Test Mode checkbox
Full Size: https://d.pr/i/2qqaJdThat will flip things back to Live Mode and you can start accepting actual payments.
Hi @maurjjx,
You’ll want to consider hosting your digital products somewhere other than in your media library.
One possible solution is to host these digital files over on Amazon S3 and then use the Amazon S3 Storage extension to securely serve the files through your WooCommerce site.
Forum: Plugins
In reply to: [WooCommerce] deleting customers’ infoHi @pxmalye,
It’s a table on your database. If you don’t know how to locate tables within PHPMyAdmin, you’re probably better off having someone else handle database related tasks on your behalf as you can seriously damage the site if you don’t know what you’re doing around databases.
Forum: Plugins
In reply to: [WooCommerce] deleting customers’ infoHi @pxmalye,
You can delete the test customer data by going into the
wp_wc_customer_lookuptable in your database using a tool like PHPMyAdmin.Once you’ve done that, go into WooCommerce → Status → Tools and clear the transients on your site by clicking the 2 Clear transients buttons as shown below:
Full Size: https://d.pr/i/dlXNAT