Woocommerce cart is spliting items that are over 199 - woocommerce

I'm testing my new shop in woocommerce, and I have stuck in problem that when I add over 199 items to cart, its automaticlly splting them to less quantity, for example i have added 400 pens to cart, and it shows:
-199
-100
-100
Screenshot of that problem:
https://imgur.com/a/raii8Y7
Thanks in advance for help.
Greetings
I tried to find fixed of this problem in stackoverflow searach, i was trying to fix it by myself. I tried look for it in google, I even ask AI to solve this, but nothing helped.

This is not really that kind of support forum but:
Make sure you have added that quantity in your pproduct. so if you add 999
Make sure you either have 999 in the stock or unlimited.

Related

In woocommerce making an admin invoice where i change the price manually

if I sell a product from the backend, not from the shop front-end, I would like to change the price for this order only, not in the product table.
I have searched for variable-price products but cannot find anything that fits my needs.
I found variations and discount rules but I just want to change the price when I make an invoice from the backend, maybe through a dummy product where I can change the description too.
Anyone an idea if this is possible?
With the POS systems I support (Chromis) or in front accounting this is possible.
BTW if someone has a link to a WooCommerce-forum where users help users I would be happy.
Regards,
Jan
thanks for the reaction.
I have got an answer from another forum, in Woocommerce one has to enter the order first and afterwords the price is editable.
You cannot see this straight away, first you must put the mouse in the part with the positions, then the pencil to edit appears.
Not the most elegant way but usable.
And i did found more forums.
Regards,
Jan

WooCommerce - Custom product category template

I am trying to create a different display for a given category in WooCommerce. For example, if there is a category clothes and another bikes. I want the clothes one to display as usual, but to change the layout for the bikes one.
I did some research, but couldn't find anything that worked for me. I tried the documentation here: https://docs.woocommerce.com/document/template-structure/ but am not sure how to use it exactly.
Please, if anyone has been through this process, could you give me a detailed example maybe?
Thanks for the help!

WooCommerce - Price not including tax on mobile view

(This question is asked over on the Wordpress Stack Overflow, but no one seems to want to answer, so I'm putting it here)
I have a quick question. I have a site http://frenchicpaint.co.uk Everything is fine, except...
When you view thew site on a mobile/iPad, prices are shown exclusive of tax, yet when you view the site on a desktop the prices are inclusive of tax...?
I've only just noticed it, and can't see any option to change it...
Anyone have any ideas how I can get the prices to show INCLUSIVE of tax on the mobile version?
Thanks
Solved it! In woocommerce settings tax the option must be tax based on shop adress - if not the prices are shown excl tax waiting for the customers adress to calculate tax... Why it only affected the mobile view I dont know.
I have just discovered that I have the same problem :-( at http://sqoop.no/produkt/adventure-food-biff-satay/
I wonder if it appeared after one of the recent upgrades. My site is still in catalogue mode, perhaps this has an effect? Im looking for a solution and will post it here if I get it.
.. found this answer:
"mikejolley commented 9 days ago
You'd need to change the "Display Prices in the Shop" option based on user agent. Not something core will do for you".
Im not sure what "option based on user agent" meens, but it seems to solve the problem for the guy who posted the question.

Wordpress WP E-Commerce plugin max number of categories

I'm adding product categories dinamically by code and it all works great (importing products from xml file), but for some reason when i get 46 product categories i cannot add anymore automatically and i can't find any reason why this happens.
The 47th category is added to the database and has all the needed information just like all others. It just doesnt appear in the product categories, and therefore not in the site's menu aswell. The confusing things are:
It appears in the "Appearance > menu" listing with correct relationship with his parent
The product categories says it lists 47 items but i can only count 46
The 47th only appears if i delete all categories
The query that shows product categories is correct
What is going on here? Can any one give me some clue about where should i search to fix this?
Thanks in advance.
Finally i found the problem.
First, the problem had nothing to do with maximum number of categories or any sort of category limitations. It was a caching bug.
In my specific case, i added 46 terms at once and the plugin created a cache that holds all the children from my taxonomy. Later when i tried to add the 47th term, it was actually added correctly, but the cache was never updated for some reason and it's the reason for all the trouble.
The solution: Clear that cache by deleting the {$taxonomu}_children option.
delete_option("{$taxonomy}_children");
More on this:
inserting-terms-in-an-hierarchical-taxonomy

Wordpress "Vote It Up" plugin help

I'm creating a dig like site with wordpress, TDO Mini forms and Vote it up where people who live in the city can log on, post their ideas of how to improve the city and have others vote.
on the home page there are 2 columns. right is the TDO submit form. left are the "Most Wanted" items. the posts with the highest rating. I've found an impressive lack of information on this plugin. im not great with php but i can make do most of the time.
I want to output the post title, post author, links for yes and no votes as well as have the titles in the left column list in most popular order. preferably id like the home pages to have only the top 5 or so highest rated posts.
I cant find any way to output that information as i need. I was really hoping there was a simple way to call the highest rated post titles in the loop for the main page but there doesnt seem to be a way. Bout the only thing i've found is the DisplayVotes tag which isnt incredibly helpful.
does anybody know how i can accomplish this, or can provide some expert advise? help would be immensely appreciated.
I was ready to download your plugin. Too bad it is not done.

Resources