infosws
Forum Replies Created
-
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Inventory not updatingHi,
That looks to have worked.
Many thanks. 🙂
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Inventory not updatingHi,
Can I piggyback on this?
We added this line to the theme functions.php file:
add_action( 'woocommerce_order_status_pending', 'wc_maybe_reduce_stock_levels' );
plus some other custom statuses.Creating manual orders through WC itself works (and reduces the stock) but doing the order through this plugin doesn’t trigger this.
Can you help?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Analytics product report incorrect net salesHi,
I haven’t heard back on this yet and our client is still seeing incorrect totals on the report.
Does anyone have any suggestions?Thanks.
Hi,
I think this might be a moot point now as Google has released Google Analytics 4 which works differently.
Any thoughts on when we’ll be able to choose between the old and new GA systems through the plugin?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Analytics product report incorrect net salesHi,
I did post a reply so no idea what happened to it.
When I say “Add on” I mean that people normally add this product as an extra to their order rather than just purchase this product.
As far as Woocommerce and the reports should be concerned, it’s a normal product added to the basket in the normal way.This doesn’t help, unfortunately. The report is still incorrect and useless.
You can’t really tell me that a report showing 12 orders, approx £1,500, 38 items sold (17 where this product), where the product cost is £2, is a correct report.The total is wrong. How can you get a report of the amount sold for a single product?. This total obviously includes all the other products on those orders too.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Analytics product report incorrect net salesHi,
The report URL would be
/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Fproducts
Obviously, I can’t share the full link but this is the admin page.
Hi,
This is my point. They’re not.
The alt and title attributes are taken from the title of the post that the image was uploaded to, not the current one. No matter what page the image is included on.e.g.
<img width="425" height="222" src="https://example.com/wp-content/uploads/my-image.jpg" class="attachment-full size-full" alt="Test Course Display" srcset="https://example.com/wp-content/uploads/my-image.jpg 425w, https://example.com/wp-content/uploads/my-image.jpg 300w" sizes="(max-width: 425px) 100vw, 425px" title="Test Course Display" />“Test Course Display” is the title of the page I tested the feature on, not the current page. It’s also not the title field from the media library either.
The alt attribute will change if I add an alt in the media library.I looked at your code:
plugins/clearfy/includes/classes/class.configurate-seo.php
function change_attachement_image_attributes (line 148)It’s pulling the title from the parent (which is the page it was uploaded to), not the current page (because it’s using $parent).
I played with the code in a sandbox and found it.
Please could you look at this?
Thanks.
Hi,
That screenshot was great but I don’t see those options in this version (1.6.4).
The only option I see is under SEO, Basic SEO optimization settings, and on/off switch for “Automatically set the alt attribute”.
Where do we find these other options?
Thanks.
Forum: Plugins
In reply to: [Simple Shopping Cart] The shipping price validation failedHi @mbrsolution,
I’m not sure I’d say “resolved” but the solution does work around the issue for now.
We’ll need to investigate further as it does seem an odd thing to happen when minifying a page.
I’ll set it to resolved. I might come back if we get any more information on it.
Thanks.
Forum: Plugins
In reply to: [Simple Shopping Cart] The shipping price validation failedHi,
I removed the page from the minify settings (“Never minify the following pages”).
I still don’t know why W3TC minify removes it from the page though yet as it’s not ideal.
Hope this helps.
Forum: Plugins
In reply to: [Simple Shopping Cart] The shipping price validation failedA further update for you.
It seems that W3 Total Cache minifying is removing the value if it’s zero on the shipping line.
<input type=”hidden” name=”shipping” value=”0″>
Not sure if other minification plugins would also do that.
As a workaround, for now, I’ve removed that page from the caching.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export parent SKU of productHi,
It wasn’t that the product was deleted but it may be due to some products being single and not variable products.
Strange that it didn’t seem to show the error while previewing the export.But the proposed code did work and return the correct value in the export for variable products.
Many thanks for your help.
Hi both,
I’m pleased to say that the latest version corrects my issue, thank you!
—
Привет оба,
Я рад сказать, что последняя версия исправляет мою проблему, спасибо!
Привет, Серг, у тебя есть приблизительное представление о том, сколько времени потребуется, чтобы это исправить?
Если это произойдет в течение следующих 24 часов, я могу отложить откат некоторых веб-сайтов, которые уже были обновлены.
Hi Serg,
If your able to translate this well, I found the problem simply updating to the latest version of the plugin. After the update, I clear all caches and view the website’s front end logged out in a browser with the console open.
As soon as you browse the website, you’ll notice the issue.
Firefox:
The resource from “/wp-content/plugins/clearfy/components/ga-cache/cache/local-ga.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). local-ga.js
Loading failed for the <script> with source “https://standagainstviolence.co.uk/wp-content/plugins/clearfy/components/ga-cache/cache/local-ga.js”. local-ga.js:1:1Chrome:
local-ga.js:162 GET /wp-content/plugins/clearfy/components/ga-cache/cache/local-ga.js net::ERR_ABORTED 404
(anonymous) @ local-ga.js:162
(anonymous) @ local-ga.js:163I’ve not attempted any rollbacks just yet, if this would help please let me know.
If you need anymore info, please let me know 🙂