orderbot
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Inventory stock quantity by REST APIHello @sohanhossain,
Thank you, I managed to update stock quantity with information you provided.
Currently I done it by product update PUT method. So if data stock_quantity, let’s say 100 it’s will change total quantity to 100.
If I would like to add additional +100 to a current quantity, which let’s say already is 50 and I want add +100 to be 150 total.
How should I do it?
Thanks!
Hi Moumita,
Subrata already helped to resolve it! Everthing perfect, thank you!
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Quantity + and –Hello,
I just realize this QTY + and – problem is on Chrome Browser, on Safari it’s show well. Maybe you know how to make it show it same good on Chrome as well?
Forum: Plugins
In reply to: [Wallet for WooCommerce] WooWallet transaction historyOk, perfect, thank you.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Basket positionHi,
Thanks, it’s perfectly works for mobile devices. I wonder is any possibility to set up same middle positions for all devices as well?
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Basket positionHi,
Thanks, but after this CSS on mobile version cart icon go on bottom fixed position… Maybe you have CSS to make it at middle? That probably would be best solution, if that possible.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Low stock notification (just once)Hi,
Yes I could set up low stock qty at inventory, but a problem is it’s send notification for each new order, again and again, if after order qty is still lower let’s say 30 pcs. (as a settings in inventory)
First order, email notification: There are 29 left.
Second order, email notification: There are 27 left.
etc.
Is any way to stop it sending notification after first warning / notification it trigger low qty? And wait until new replenishment of that good arrive.
Main idea of this is to set up auto-email which will go directly to supplier with a new inbound order for our e-shop.
Thanks!
Forum: Plugins
In reply to: [Code Snippets] Snippets management without plugin activation?Hi,
Thanks I alreasy resolved it. Actually it possible edit that filters by phpdatabase.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameCool, it’s work perfectly. Thank you, Great plug-in! Good luck
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameHi again,
I mean customer company VAT registration number, and Invoice No. Invoicing plugin WooCommerce PDF Invoices & Packing Slips (premium template)
meta key for invoice number, _wcpdf_invoice_number
meta key for VAT number, VAT Numberand also would be needed Customer Role.
Could you help with these fields export to Filename?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameand VAT number, Thanks.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameCool, it’s work perfectly. Is it also possible to use additional field as a filename such data as invoice number / or user role?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameMaybe it’s possible to use Code Snippets plug-in to do this?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameUnfortunately it’s not allow to put code, even if my role is administrator and allowed to “edit_themes”
Could you advice how I could resolve it?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export filenameDo you mean I should put this code at “Misc Settings” and after at “Custom PHP code to modify output” ?