Asenar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] database error Unknown column ‘is_read’ in ‘field list’Hi,
In case someone need the query to add the column with the proper type:
alter table ba_wc_admin_notes add column is_read tinyint(1) default 0 after is_deleted;I think I found a precision about the bug (thanks to the author of the Weight Based Shipping, where I also signaled the bug) : it seems the problem occurs when a smart bundle has a promotion
I reproduced it in your test server : it seems it’s related by adding a promotion in the bundle
Additional informations (as I also posted in the Weight Based Shipping support)
1. WordPress: 5.4.1 , WooCommerce: 4.1.0, Weight Based Shipping: 5.3.4, PHP: 7.0 (planning to upgrade the server to 7.3 when I will have time to, but I don’t think the problem is related.
When making test, I enabled to «Fixed shipping cost» and put it to «12 €», so my screenshot will show you it works, but I have to only enable weight based shipping
2. <one or more links to screenshots here>
Weight Based Shipping config : https://marinetti.fr/bug-weight-based-shipping/weight-based-shipping-configuration.png
Product – shipping config : https://marinetti.fr/bug-weight-based-shipping/product-shipping-configuration.png
Product – Smart bundle config : https://marinetti.fr/bug-weight-based-shipping/product-smart-bundle-configuration.pngNo shipping method found : https://marinetti.fr/bug-weight-based-shipping/no-shipping-method-available.png
If I use «Apply to each product bundled product» (but that’s not what I want because command details and invoice are wrong): https://marinetti.fr/bug-weight-based-shipping/shipping-to-each-product.png3. I’m testing it with the order:
Item #1: 162g, no shipping class, 1Total order weight: 240
Order subtotal: 30,00€
Shipping destination: France4. I expect to see
— La Poste : 3.9€
— Forfait : 12€5. I do see instead:
— Forfait : 12€I use the last versions available of wordpress and its extensions
1. WordPress: 5.4.1 , WooCommerce: 4.1.0, Weight Based Shipping: 5.3.4, PHP: 7.0 (planning to upgrade the server to 7.3 when I will have time to, but I don’t think the problem is related.
When making test, I enabled to «Fixed shipping cost» and put it to «12 €», so my screenshot will show you it works, but I have to only enable weight based shipping
2. <one or more links to screenshots here>
Weight Based Shipping config : https://marinetti.fr/bug-weight-based-shipping/weight-based-shipping-configuration.png
Product – shipping config : https://marinetti.fr/bug-weight-based-shipping/product-shipping-configuration.png
Product – Smart bundle config : https://marinetti.fr/bug-weight-based-shipping/product-smart-bundle-configuration.pngWeight Based shipping missing in order screen : https://marinetti.fr/bug-weight-based-shipping/order-page-weight-based-shipping-missing.png
If I remove the «Forfait», no shipping method found : https://marinetti.fr/bug-weight-based-shipping/no-shipping-method-available.png3. I’m testing it with the order:
Item #1: 162g, no shipping class, 1Total order weight: 240
Order subtotal: 30,00€
Shipping destination: France4. I expect to see
— La Poste : 3.9€
— Forfait : 12€5. I do see instead:
— Forfait : 12€- This reply was modified 6 years, 1 month ago by Asenar.
Thanks for that answer !
The weight is already present, but I don’t have any shipping class defined.
I just created one, I assigned it to the bundle, and I still have the same message
You’re right, sorry !
Forum: Plugins
In reply to: [Facebook Page Publish 2] Wont Post to FBHi,
Same problem here, you’re not alone tpaolillo !
If that makes any difference, I’m using wordpress with the network enabled