wpgear
Forum Replies Created
-
What is wrong?
38.97 + 20.00 + 7.67 = 66.64Hello JenniG
Calculation on the main Cart – is correctly?
Errors Log – on Site Hosting.
turn ON option wp-config.php
define(‘WP_DEBUG_LOG’, true);Plugin version v13.41.2 for Woo < v9.5.* You can find on my site. (Now Enable)
Say me:
- Clients – Anonymous or Login Subscribers?
- WooCommerce version?
- WP version?
- PHP version?
- What Theme?
- What another Woo Plugins?
- What Errors on Log?
Hm.
This ‘google product feed’ plugin is Paid and it has official support.
I have no way and desire to buy it to explore it.
The Documentation is very bad.
Most likely they will answer you for you to buy something else from them. ))But I see that this plugin supports CSV export.
Here in CSV you can set all the meta-data you need, such as [unit_pricing_measure]Give a link to the ‘google product feed’ plugin that you use.
I’ll try to see how you can configure this parameter [unit_pricing_measure]
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] unit_pricing_measureHi IngeOodles!
What plugin to create RSS for Woo, do you use?
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] Adding “,” as decimal instead “.”.Hello bgadsmsnager!
Hm. This is very strange.
The divorce of decimal signs is global settings in Woo.
//wp-admin/admin.php?page=wc-settingsForum: Plugins
In reply to: [Plugin Notes Label] How to delete a note?Hi cvladan!
Just click Note and delete content.
Try v4.17Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] Cant make the pluggin workHi Marko!
First of all, you incorrectly formulated the Title of the Topic.
You say: “Cant Make the Pluggin Work”.
But this is not true.
Here is an example of the correct heading: “Some Moderno Themes do not work with the Buttons for Control the Quantity for Decimal Values.”You ask, do I know what the problem is?
Yes. I know.
Some developers of some do not think that the Quantity may be Decimal.
It is important for them that the Buttons are Beautiful.
And they write their Scripts for their own Buttons. And each Developer does in his own way.
Standard WP-Themes – they use Standard Methods and Standard Functions. Therefore, everything works with them OK.What to do?
Very simple. You can take separate Plugins for Buttons [+/-] the Quantity.
There are such Plugins. I checked.
And in them you can configure the appearance of the Buttons so that it is beautiful in accordance with your site Design.P.S.
Woocommerce “Mini Cart” – also does not work with Decimal Values. Regardless of the established Themes.
You need to use separate Plugins for “Mini Cart”.- Try to use separate “Mini Cart” plugins.
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] quantity in cart not correctOh no!
You and I may not have tastes very much.
I might like one thing, but you – completely different.Here’s what is in the repository for “Mini Cart”:
/wp-admin/plugin-install.php?s=Mini%2520Cart&tab=search&type=termI tried some “Mini Cart” Plugins and they work with Decimal Quantity. Even free versions.
Choose with a functionality convenient for you.
And the Styles can always be adjusted to the Design of your site.OK. Sorry.
I updated WP & Woo and now it doesn’t work for me either. ((
Conducted an investigation:
In new (block) versions, Woocommerce Mini Cart is not able to process decimal values: “Min”, “Max”, “Step”, “Default”.
In new Woo Filters:
“woocommerce_store_api_product_quantity_minimum”
“woocommerce_store_api_product_quantity_maximum”
“woocommerce_store_api_product_quantity_multiple_of”
It is hard only Integer. Without the possibility of change.See:
public function get_args() {
return [
[
'methods' => \WP_REST_Server::CREATABLE,
'callback' => [ $this, 'get_response' ],
'permission_callback' => 'return_true', 'args' => [ 'key' => [ 'description' => ( 'Unique identifier (key) for the cart item to update.', 'woocommerce' ),
'type' => 'string',
],
'quantity' => [
'description' => __( 'New quantity of the item in the cart.', 'woocommerce' ),
'type' => 'integer',
],
],
],
'schema' => [ $this->schema, 'get_public_item_schema' ],
'allow_batch' => [ 'v1' => true ],
];
}‘type’ => ‘integer’ should be float.
I am sure that this is not a stupid Woo Mistake.
This is done completely specially.
And this is very sad.Try to use separate “Mini Car” plugins. They are available. And they work perfectly with Decimal Values.
Choose. A lot of them.Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] quantity in cart not correctOK. Sorry.
I updated WP & Woo and now it doesn’t work for me either. ((Conducted an investigation:
In new (block) versions, WooCommerce Mini Cart is not able to process decimal values: “Min”, “Max”, “Step”, “Default”.
In new Woo Filters:
– “woocommerce_store_api_product_quantity_minimum”
– “woocommerce_store_api_product_quantity_maximum”
– “woocommerce_store_api_product_quantity_multiple_of”
It is hard only Integer. Without the possibility of change.See:
public function get_args() {
return [
[
'methods' => \WP_REST_Server::CREATABLE,
'callback' => [ $this, 'get_response' ],
'permission_callback' => 'return_true', 'args' => [ 'key' => [ 'description' => ( 'Unique identifier (key) for the cart item to update.', 'woocommerce' ),
'type' => 'string',
],
'quantity' => [
'description' => __( 'New quantity of the item in the cart.', 'woocommerce' ),
'type' => 'integer',
],
],
],
'schema' => [ $this->schema, 'get_public_item_schema' ],
'allow_batch' => [ 'v1' => true ],
];
}‘type’ => ‘integer’ should be float.
I am sure that this is not a stupid Woo Mistake.
This is done completely specially.
And this is very sad.Try to use separate “Mini Car” plugins. They are available. And they work perfectly with Decimal Values.
Choose. A lot of them.Which “Mini Cart” Plugin do you use on WP-Theme “2024”?