Initially i could see all the order in the woocommerce order tab, but from days the orders are missing from the order tab.. help me to know to relocate the orderds of past two days..
attaching screenshot for better understanding https://prnt.sc/sQyJFmQqWPq5
orders from 16th and 17th november are missing and also customers cannot find in front end..
As i dont know any coding language so not tried anything...
Related
I use Woocommerce to add orders from admin manually. Most of my clients pay after 15 to 90 days after order is created, in some cases longer than 90 days.
I notice that Woocommerce Analytics always shows revenue based on Order created date. I agree with it by one point of view as order was created on that day, so, the revenue belong there.
I think orders tab in Analytics shows it right, which is Date, Order, customer, amount, etc..
But I think Revenue should be based on order->get_paid_date() rather than created date as the money still comes in on the paid date. If Woocommerce changes the formula, it would make little to no difference for those whose orders are paid online immediately. And it will take care of those whose orders are paid later on.
Just curious, since logically Revenue is the money coming into account and Analytics>Orders tab shows Orders by created date well already.
Thanks for your input for me to understand how Woocommerce thinks.
Currently Woocommerce Analytics does not take paid date meta into account, it considers order creation date for revenue consideration.
It depends how one looks it, it's right and wrong.
For my use, where customers pay days or months later, it's wrong. but still the order was placed on the creation date, so, the revenue should still be linked to the creation date. so, it's right too.
One thing I did was from Analytics settings, I removed some custom status of the order to exclude from Analytics, that way until the order is actually either in Pending status or Completed status, it does not consider it in revenue. Not a perfect solution, but it helps me to exclude canceled and some custom status like Quotation not be included in Revenue.
I ended up programming my own custom admin page where I pulled all orders in completed status with paid date between start and end date and did the total manually to get my actual income for the year.
Just for someone else looking for similar question, it might help.
In the last couple of days I found two orders that are missing from WooCommerce but were processed and approved by Authorize.net including full order details plus Customer Billing Information. Although an order number is included in the Aauthorize.net information, it does not exist in WooCommerce.
What can we do to pinpoint the issue? We have thousands of orders but so far only two are missing. There are orders before and after the missing ones and I'm not running any custom code or plugins that run after checkout.
I'm attempting to emergency-revamp my print company's website after the guy "developing" the site for me simply disappeared off the face of the planet last week, leaving me with no site and potentially countless thousands in lost revenue (not happy isn't close). All goes well until I came across this issue and for the life of me I can't find any answer's anywhere to it:
Creating a tabbed table containing sizes and prices in Wordpress... easy (this is not a stereotypical pricing table)
Integrate woocommerce into the chosen theme...easy
Now, making each price an individual "add to cart" button - major rage quit imminent.
I have no interest in making a product for every single conceivable variation as it's simply not necessary should I be able to get the tabbed table working as described. Having to do so would probably give me heart failure as I would then have to create yet more un-necessary graphics. My customers just want to be able to see the price, click the price (and thus "add it to cart"), purchase, done.
Here's the tabbed table in question in case everything I've just type makes zero sense: http://www.protradeprinting.com/canvasprints/
ANY suggestions would be a big help.
My WooCommere installation is not adding local taxes after the user is entering the US Zipcode. The backend seems to have all the zipcodes and tax rates. How do I fix the problem?
I was having this same issue. It may not be the same for you, but I finally figured out that the country code was wrong. I was using USA instead of US... and it requires the 2 letter code instead. And I couldn't just change it, I actually had to create a new tax instance with the same info, but with the US code instead.
Hope this helps!
You can download the raw data from http://www.taxrates.com/state-rates
Then adapt it to WooCommerce format, following their example here:
[your wordpress folder / site]/wp-content/plugins/woocommerce/dummy-data/sample_tax_rates.csv
Make sure to multiply the tax rate by 100 (woo commerce expects tax in %) - you can use excel etc, just make sure to leave saved as .csv.
Having said that, the tax isn't always calculated in Woo (e.g. if the city is different - "New York, New York" doesn't have an entry, but "New York City, New York" does. I recommend you remove the city names altogether and just rely on zip codes (as inaccurate as they can potentially be).
Remember also that you're only required to collect Sales tax where you have a "Nexus" too https://www.sba.gov/content/collecting-sales-tax-over-internet
WooCommerce would not able to handle tax table that has a lot of entries. I had this problem with California sales tax which has more than 2000 entries. If this the case, you could try download table for your state from wwww.woosalestax.com. It should fix that problem.
-reply to Parixit
Tax table from their website is one of the solutions I am using right now. If you have too many rows of tax records in your WooCommerce tax table, the tax will not calculate at check out and good luck trying to edit the tax table. Instead of putting thousands rows of tax record in the table, they have consolidated the table into a lot fewer rows, formatted and ready for import. I don't have any performance issues after using their table on my site. I am just trying to help people that are going through what I went through. Hope this will save their valuable time and frustrations.
On the check out page I need users to choose a delivery date. Their needs to be multiple shipping options (that cost different amounts), but these are restricted based on what day you choose. Alternately if you choose a shipping method first, this will restrict what days you can choose for delivery.
One shipping option is ‘saturday’, and the delivery date must be a saturday.
Another shipping option is ‘next day’, the delivery must be the next day, and the order must be made before 2pm.
The final option is 'standard', which has no limitations except it cant be delivered on a saturday, and the delivery cant be the next day.
Also, I need to be able to restrict dates for delivery for all shipping options, as deliveries wont be made on bank holidays or the day after.
Im really struggling to do this so Id appreciate any pointers. If I can only achieve some of what I need that may be ok as a compromise.
Thanks
This sounds like a perfect case for using a calendar table to identify which dates are actually holidays. While I don't have specific experience with Ubercart, I've used calendar tables in a number of different solutions, and even wrote up a blog entry that details how to create and use a calendar table with a MySQL server. It's quite long, so rather than post the whole thing here, I'll just point you to the actual entry at http://www.brianshowalter.com/calendar_tables.