leasofi
Forum Replies Created
-
Hi,
it’s not a matter regarding shipping costs.
The issue here is that we sell fresh food so for example:we sell chickens per Kilo
Buyer buy 2 kilos and proceed to check-out –> Stripe pre-authorization
We receive the order but when we prepare it maybe the chicken weights 2,2 Kilos and we need to update the price according to real weight.How can we manage this issue if Stripe doesn’t accept changes in the final amount?
Thank youForum: Plugins
In reply to: [WooCommerce] Modify quantities in orders On-holdHi abwaita,
Thank your help.
Yes, I’m doing the same as you but this is what’s happening:
An example:
This is the original order: https://www.awesomescreenshot.com/image/12866571?key=b6513efc2219cc5b9e054ace661f2e3f
I change the quantity of the last product from 10 to 10,7:
https://www.awesomescreenshot.com/image/12866670?key=a84b309a1d38b7b71c84c118f7b68265
I click on Save and this is the result: quantity remains 10 and the units price have changed:
https://www.awesomescreenshot.com/image/12866763?key=83a073e7ea7fce6d5052f86da7d228abRegarding Stripe:
We?didn’t select immediate capture, to be able to first authorize a charge, then wait to settle (capture) it later. So you’re saying that’s not possible?
In our case it’s super important because we are selling food and often the real weight or quantities are different when we send the goods (buyer can buy 1 kg of lettuce, but then we check the real weight that can be 1,2 Kg for example and we need to adapt the order and charge to the client the final amount)
How can we manage it if Stripe doesn’t allow to change the amount?Ok thanks for advice had no idea, followed blog instructions obviously bad ones.
Well, as you see on screenshot the function does not appear since I deleted it.Google research says that I need to refresh the file. What does it mean?
What do you suggest? Originally I only wanted to fix the WCFM seller dashboard display issue…
Sure, as I said I deleted it so what is left is what as there before, I did’nt modify any of the code on the screenshot
here it is: https://ibb.co/NsBYn14
Hello!
Thank you very much for this. However, I just added the code to my functions.php file in my Child Theme and I get an error message when trying to access the Woocommerce Loin page and Shop page:
Parse error: syntax error, unexpected ‘&’ in /home/customer/www/gastrocampo.com/public_html/wp-content/themes/Divi-Child/functions.php on line 11
I since deleted this code and saved the file but the error still appears.
Sorry I’m quite novice at this, how can I fix it?
Thank you