samleemc
Forum Replies Created
-
Forum: Plugins
In reply to: [Unit Price for WooCommerce] Unit meta can not be added using admin portalThanks for your reply!
1. I am at Woocommerce 9.2.3, but still, decimal quantity is NOT supported on WooCommerce’s REST API4. Will try now
Sam
Forum: Plugins
In reply to: [WooCommerce] Allow Float for Order Line Item Quantityhi @ckadenge ,
Thanks for coming back to us. If we are using the latest checkout block (not sure if it ever is related), what is/are the best hook we should use to process the api request before the data is write back to the database and trigger other workflow?
Sam
Forum: Plugins
In reply to: [Unit Price for WooCommerce] Unit meta can not be added using admin portalI have follow your instruction above, and here is all my criteria:
- Order status : pending
- “_has_unit_items” = “true”
- the relevant items have metadata of:
_upw_measurement = weight - added unit_qty to the product metadata too
But it is still not showing in the frontend.
Forum: Plugins
In reply to: [Unit Price for WooCommerce] Unit meta can not be added using admin portal@condless Thanks for your feedback!
Speaking of giving item metadata, I tried to amend item using the wordpress restful API. But whenever I tried to update the item that created by unit_weight plugin, and quantity is not integer, WP restful API will give me an error saying the quantity is not an integer and will not execute my API request to update the item in the order.Is there any way we can bypass this please?
Forum: Plugins
In reply to: [Unit Price for WooCommerce] Price on display different to price chargedHi Condless
Thanks for your support as usual/
In a nutshell, as we sell fish which is the intended use case, what we want to do is below.
1. Display both the unit price (per kg) and the charge price(default to 2kg or 0.5kg depending on the items, for example, some big fish are roughly 2kg per fish, and some smaller one are 0.5kg per fish)
2. Customer to be charged on the default weight (2
Is this something we can achieve?
lets say the fish is £35 per kg, and the fish is default to 2kg.
At the moment, it is really strange
1. On the product page, it is display correctly the unit price and the item price (per 2kg and £70)
2. In the mini cart, the item was added with correct price in item level (2kg £70), but the subtotal in the mini cart only showed £35.
3. Checkout also only charge £35.
Can the cart and the checkout also charge £70?
Thank you!Hi Condless,
Thanks, it was resolved by elementor support.Sam