maddoctor
Forum Replies Created
-
I’m using PHP 8.1.29 atm, isn’t it enough?
It worked when I reactivated the plugin and it’s importing now. Hopefully it will all go well
Forum: Plugins
In reply to: [WooCommerce] Downloading edit.phpHello!
I tried both Chrome and Edge, in normal and incognito mode (it shouldn’t use browser cache when using incognito mode) and the problem was still there. I tried Firefox (fresh install) and the problem is gone there. Also, it works fine on another computer using Chrome or Edge so it’s a local issue and apparently not woocommerce related. That’s a relief.
In the end I’ll reinstall Chrome and if that also fails do a quick reset to solve it.
Thanks for your time!Forum: Plugins
In reply to: [WooCommerce] changing prices outside of the websiteThank you! That was it, _regular_price is the one I needed.
Woocommerce has 3 keys for price, “_price”, “_regular_price” and “_sale_price”, they are given in the variation/product settings. The regular price is the price the product is set to sell at, sale price is the price when there is a scheduled sale. Changing “_regular_price” from PHPMyAdmin sets the regular price as expected. I assume the “_price” meta key is for the display price and it picks one of the two other ones, based on whether it’s a sale or not.
Now it all works, and if I want to change the sale price from my frontend I can do that too.Forum: Plugins
In reply to: [WooCommerce] changing prices outside of the websiteYou are right. I changed the value of the meta field “_price” in PHPMyAdmin and nothing changed in wordpress, but if I change the product value in wordpress, it changes the value in PHPMyAdmin. I found two more price fields, “min_price” and “max_price” in the table wc_product_meta_lookup but no luck with those either.
@margaretwporg Thank you for the links, I’m doing some further search on the subject now.
Forum: Plugins
In reply to: [S2W - Import Shopify to WooCommerce] Getting order filesHello!
There is the timeline feature in Shopify where someone can upload pdf files associated with an order. Is there a way to access those files in woocommerce?Forum: Plugins
In reply to: [WooCommerce] Custom product attributeYes that’s what I’m after but how do I set the product price to be per meter price in woocommerce?
Forum: Plugins
In reply to: [WooCommerce XML feed for Skroutz & Bestprice] Παραλλαγ?? σε ξεχωριστ? προ??νΥπ?ρχει περ?πτωση σε μελλοντικ? ?κδοση να γ?νεται ο διαχωρισμ?? και με ?λλε? ιδι?τητε? εκτ?? απ? Χρ?μα;
Ε?ν τσεκ?ρω το “Διαχωρισμ?? Μεταβλητ?ν προ??ντων με β?ση το χρ?μα” και θ?σω σαν “Χρ?μα” μια δικ? μου ιδι?τητα θα ?χω πρ?βλημα με το skroutz?
Forum: Plugins
In reply to: [WooCommerce] Product image gridHello. Thank you for the quick answers. Let me clarify about what I’m after. I want to show a grid of images beneath the main image of the product. So right now Woocommerce will show one row of images (in a slider) and you can click the two arrows, left and right, so the main product image changes.
This is an image of what I want to accomplish:
What I’m after is a way to show every product image and when there are more than can fit in one row, to go to the next row. I know I can make the thumbnails smaller, to fit all images, but it makes the products with few images look very weird. It’s why I want to put the images in a “grid”.
Forum: Plugins
In reply to: [Blinds Dark Mode] issue with post categoryIt all works perfectly now ?? thanks
Forum: Plugins
In reply to: [Blinds Dark Mode] issue with post categoryThank you for the quick responses ??
Forum: Plugins
In reply to: [Blinds Dark Mode] issue with post categoryAlthough the icon to switch to Dark Mode doesn’t exist anymore the problem is still there. I cannot add any categories to my posts because they don’t show up.
Getting this error in the console when the plugin is activated and I’m at the Add New Post page (same error on Add New Page):
Uncaught (in promise)
{code: “invalid_json”, message: “The response is not a valid JSON response.”}I installed the “Classic Editor” plugin to disable Guttenberg and the error disappeared, I can see Categories just fine while the plugin is active.
So there is something going on between Guttenberg and BlindsForum: Plugins
In reply to: [Blinds Dark Mode] issue with post categoryThe problem appears in both dark and non-dark mode. The problem goes away if I disable the plugin and re-appears if I activate it again.
I tried it in a fresh wordpress installation on localhost and I can’t see post categories when the plugin is activatedForum: Plugins
In reply to: [Autoptimize] autoptimize blocking only some users?It’s all working ??
Thanks for the helpForum: Plugins
In reply to: [Autoptimize] autoptimize blocking only some users?Same “exclude” as I used above in autoptimize or is different?