Siew
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Can’t find variabla ga on Safari onlyHi there,
This thread has been inactive for a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Export/Import SKU ProblemHi there,
Link to image: https://d.pr/i/3GL053I tested and managed to create new products with new SKU as seen above.
In my case, i deleted all IDs in the file and ensured that import will create new instead of updating existing rows:
Link to image: https://d.pr/i/80lzloHere is an excerpt of the match fields during import:
Link to image: https://d.pr/i/R8BK4FPlease try the above and let us know how it goes.
Forum: Plugins
In reply to: [WooCommerce] WC Payment Method IssueHi there,
It’s certainly possible with customization.
This forum is not the best place for coding specific help though.
If you are comfortable writing the code yourself, then you may want to consider joining the WooCommerce Developers Slack community:
https://woocommercecommunity.slack.com/If you don’t already have an account, you can sign up at the bottom of the following page:https://woocommerce.com/develop-woocommerce/
Otherwise, if you needed someone to code this for I would recommend checking somewhere like http://www.codeable.io for skilled third-party developers.
Forum: Plugins
In reply to: [WooCommerce] Problemas con imagenes en mobileHi,
> I have a problem with the images of the products, there are images that suddenly stop displaying on all devices and others that I see on the computer but cannot be seen on mobile. How can i fix this? someone knows?
I tested and could not replicate this on my site. The next step is to see why it does not work on your site.
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Pagina de finalizar compra se mueve hacia los costadosHi there,
Here is what I got from Google Translate:
> ..My website, mobile only, when I go to finalize the purchase, it moves sideways when I complete the form with the personal data for payment. I just want it to move up and down, nothing more….
Can you raise this with your theme developer or try with a different theme?
I hope this points you in the right direction.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Missing Transactions in Google AnalyticsHi there,
Even if Thank you page is supposed to display, if the customer exits the browser before it displays, the conversion will not be tracked.
In addition, here is an article you can read to learn more about <a href=”https://analyticshelp.io/blog/closer-look-transaction-discrepancy-google-analytics-woocommerce-shopify-data-not-match/
” rel=”noopener” target=”_blank”>reasons for discrepancy between Google Analytics and WooCommerce Analytics.Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Multiple Google Analytics ID’sHi there,
To elaborate further, since the plugin does not support multiple UA tracking id, you will need custom code to add your own javascript code for the additional tracking id.
The approach could be to:
1. not use the plugin at all and generate your own custom javascript Google tracking codes
or
2. dig into the plugin code to see where you can insert additional UA tracking id.I hope this points you in the right direction.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Tracking Not loading on ChromeHi there,
> That is why the code is not loading in the browser where I logged in as admin. Am I correct?
That is correct.
> thank you so much for creating such a wonderful plugin.
You are very welcome 🙂.
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Page Isn’t Loading on Front EndHi there,
Can you test whether you can reproduce the issue with the Storefront theme?
Please try this on a staging site.If you can replicate the issue on a staging site, to help understand your site better, could you please share a copy of your staging site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Hi there,
Sorry for the earlier typo. Yes, it is fixed in 4.7.1.
Here is the PRForum: Plugins
In reply to: [Google Analytics for WooCommerce] Can’t find variabla gaHi there,
I do see the
Can’t find variable gaerror.However, I do not see WooCommerce Analytics being loaded on your site either.
Link to image: https://d.pr/i/kI4HSRCan you ensure the plugin is activated?
Hi there,
> Surely I can then make a goal where the destination URL is /product/*/?v=7516fd43adaa to capture every time someone clicks a product as the goal conversion?
Have you checked whether the match type is too restrictive?
Here is an article you can read to learn more about match type for URL destination goals:
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Transactions count is not correctForum: Plugins
In reply to: [Google Analytics for WooCommerce] Not loaded when logged as adminHi there,
> On one of my woocommerce sites the analytics code is not inserted when logged in as admin.
This is the expected behavior.
Pageviews are not tracked for logged in admin users.
To learn more about this, please refer to the “Testing Analytics” section at https://docs.woocommerce.com/document/google-analytics-integration/#testing-analytics.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Multiple Google Analytics ID’sHi there,
> is it possible to add multiple Analytics Id for tracking via this plugin? (UA-XXXXX-X).
Not with this plugin as you can only enter 1 UA id in the field.
Link to image: https://d.pr/i/1r65TsFor this purpose, you can check out this article and this article.