Condless
Forum Replies Created
-
Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] ????? ?????? ????????? ????,
- ‘??? ?????? ????????’ ???? ?????? ?????? ???? ????? ?????? ????? ??’ ?? ?? ???? ????? ????? ??? ???, ??? ????? ?? ????? ?????? ??? ???????????:
“??? ????? ????? ???? (??? ??? ????) ?????? ????? ???? ?????? ????????”.
?? ?? ?????? ??? ?? ?????/???? ????? ?? ????? ?? ?? ??? ???? ??? ??? ???? ???? ????? ?????. - ?? ??? ?? ????? ????? ???’ ?? ?? ???? ???? ????? ???? ?????, ???? ???? ?? ????? ??????? ?? ?? ???? ????? ?? ‘????? ????’ (?? ?????? ???? ??? ?????).
Forum: Plugins
In reply to: [Unit Price for WooCommerce] total from one variation showing in the otherHi,
This is a known bug, currently there is no solution for it.Forum: Plugins
In reply to: [Unit Price for WooCommerce] Unit meta can not be added using admin portalHi,
From WooCommerce 9.1 decimal quantity should be supported by the REST API.
4. add also the following to the order item meta data:
_unit_total = (the total cost of the item).Forum: Plugins
In reply to: [Unit Price for WooCommerce] Unit meta can not be added using admin portalHi Sam,
You’ll have to add the plugin metadata yourself.
When the order is in ‘Pending payment’ status, make sure the order have metadata of:
_has_unit_items = true
and the relevant items have metadata of:
_upw_measurement = weight
Then you can add the unit_qty to the items and it’ll be displayed.Forum: Plugins
In reply to: [Unit Price for WooCommerce] Enter products price KGHi,
The plugin won’t be helpful in such case.Forum: Plugins
In reply to: [Unit Price for WooCommerce] Enter products price KGHi,
If the products are sold and priced by weight you can insert ‘KG’ in the ‘Quantity Suffix’ option and ‘0.1’ in the ‘Quantity Step’ option, then the customer will be able to insert the weight in the qty field of the product page.Hi,
Yes, such feature can be added,
But those entries does not affect any functionality of the website when the plugin is deactivated.
The default attribute values of the products may not be cleared yet due to another cache layer or the defaults which configured in the product edit screen (in the top of the variation tab).Hi Mati,
Can you attach the website’s URL?
Please make sure to clean all the cache components of your website (Server cache, Redis/Object cache, Cloudflare, Rocket and so).Forum: Plugins
In reply to: [Unit Price for WooCommerce] Price on display different to price chargedHi Sam,
Did you try to follow the instructions in the plugin’s Description:
“How To define products which are sold by units but priced by weight”?
Keep in mind that the product’s price should be configured as the price of 1 unit (be it 2kg/0.5kg – its default weight) and not the price of 1 kg.Forum: Plugins
In reply to: [Unit Price for WooCommerce] Price on display different to price chargedHi Sam,
This feature is suitable for products which are sold by units but priced by weight (such as fishes).
It seems like this product is both sold and priced by weight.Hi,
I couldn’t reproduce the issue.
if the issue is not being solved by deactivating the Unit Price plugin – it may be due to other code/plugin.
Otherwise – try to disable the QTY/Price suffix option via the plugin settings.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Enable district optionHi,
The plugin supports districts for some of the countries, you can try to enable the ‘State / County Autofill’ and ‘State / County Filters’ options (via the plugin settings) and see if your country is supported (make sure the ‘Store country’ is configured in WooCommerce general settings).Forum: Plugins
In reply to: [Unit Price for WooCommerce] Fatal error on refundHi Peter,
Please try this solution:
https://www.ads-software.com/support/topic/e_error-type-on-line-776/@dannyg82
Hi, please make sure you use the latest plugin version.Forum: Plugins
In reply to: [Unit Price for WooCommerce] E_ERROR type on line 776Hi,
Please go the plugin’s main file and replace this line (776):if ( $item->is_type( 'line_item' ) && apply_filters( 'upw_admin_order_unit_headers_enbaled', true ) && ! wp_doing_ajax() ) {
with this:if ( $product && $item->is_type( 'line_item' ) && apply_filters( 'upw_admin_order_unit_headers_enbaled', true ) && ! wp_doing_ajax() ) {
- ‘??? ?????? ????????’ ???? ?????? ?????? ???? ????? ?????? ????? ??’ ?? ?? ???? ????? ????? ??? ???, ??? ????? ?? ????? ?????? ??? ???????????: