Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] wrong tax calculation when using inclusiveHi @rfmizo,
The tax calculation is correct. When the price of a product already includes tax, figuring out how much of that is attributed to tax is not a matter of just subtracting 17% from the final figure, that’s not how the accounting works.
To calculate the sales tax that is included in a company’s receipts, divide the total amount received (for the items that are subject to sales tax) by “1 + the sales tax rate”. In other words, if the sales tax rate is 6%, divide the sales taxable receipts by 1.06. If the sales tax rate is 7.25%, divide the sales taxable receipts by 1.0725 – you can learn more about this here – https://www.accountingcoach.com/blog/calculate-sales-tax.
You can use this handy sales tax calculator to work it out as well – https://www.calculatestuff.com/business/sales-tax-calculator?entered_amount=10.00&tax_rate=17&tax_inclusive=true#results
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card input not workingHi @nextgenspeed,
We haven’t heard from you in a while. I presume you’ve been able to resolve the situation.
@gonzalo_ar, I just looked at your site and I am able to input credit card details without any issues as you can see from this screenshot – http://cld.wthms.co/sRJiwU.
I presume you’ve also got this covered. Do let us know if that isn’t the case.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Pre-Order not workingHi @1234mnr,
As this is related to working with the WooCommerce Pre-Orders extension, which is a premium product, I presume that you have a valid subscription for that extension.
As support for premium products is not allowed in the forums, please head over to WooCommerce.com > My Account > Tickets and open a ticket.
I’ll go ahead and mark this thread as resolved.
Hi @medaz91,
I just took a look at your site and everything seems to be fine. Is this still something that you need assistance with?
Hi @mjensen414,
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: Themes and Templates
In reply to: [Storefront] Product Categories on the sidebarHi @justin007h,
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: Themes and Templates
In reply to: [Storefront] Cart Icon on Mobile not displaying at allHi @kristinubute,
As @laceyrod mentioned, it always shows up in the footer on mobiles and is persistent. Here’s a screenshot from my site – http://cld.wthms.co/ZUKbrB
If this is not your experience, can you provide the following:
- A link to the site in question
- A screenshot of what you see on mobile devices
- The site’s System Status Report. You can find it by going to “WooCommerce → Status” in your site’s WP-Admin.
Click on “Get system report” and then “Copy for support”. Once you’ve done that, paste it into a
.txtfile and upload that to Dropbox, Google Drive, or some other such service and past a link to it here.
Hi @adaptiveimg,
There’s no provision to specify an external URL. You’ll need to upload the logo you intend to use to your media library and select it from there.
Hi @carolinasv,
Glad to hear you’ve got that sorted now.
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Unable to pocess paymentHi @houseofstrauss,
That’s pretty odd.
Could you please share a copy of your site’s System Status? You can find it by going to “WooCommerce → Status” in your site’s WP-Admin.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it into a
.txtfile and upload that to Google Drive, Dropbox or some other such service and paste a link to that here.If you could also switch Stripe to sandbox mode and provide a link to your site so I can attempt a transaction there, I’ll be able to take a bit of a closer look.
Forum: Plugins
In reply to: [WooCommerce] Sometimes the function woocommerce_thankyou is not calledHi @benoitdim,
Since the One Page Checkout is a premium extension, if you have a valid subscription for that extension, please head over here and open a ticket WooCommerce.com > My Account > Tickets
Hi @isitegate,
If the orders aren’t managed by WooCommerce, then it is reasonable that they will not be displayed in the WooCommerce my-account page.
I’d recommend reaching out to the developers of that plugin for assistance with this issue.
I’ll go ahead and mark this thread as resolved since this isn’t a WooCommerce issue.
Forum: Plugins
In reply to: [WooCommerce] Domestic and International Shipping OptionsHi @pranaman,
When a customer clicks on that Calculate Shipping link, they will be able to select the country that they want to ship to and the shipping rate will be provided based on the shipping zone that the country matches.
If you want it to absolutely be presented like this:
“where are we shipping to?” and offer:
◯ US destination
◯ non-US destinationYou have to go with customization.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Rest Api Create Product reviews bugHi @venkat35j,
Have you followed the instructions for creating a product review via the REST API here – https://woocommerce.github.io/woocommerce-rest-api-docs/?php#create-a-product-review?
Forum: Plugins
In reply to: [WooCommerce] Problems with PHP codeHi @dansperfect,
You definitely have a scope issue here. There’s no pointer to where to obtain the
$totalarray from.Your
functions.phpfile has no idea where it is supposed to be looking for it as it isn’t a local variable.