Cara
Forum Replies Created
-
Sorry for the delayed response here, @callaghan22!
Can you let me know, have you already tried using the Google Tag Assistant to help with troubleshooting the numbers on Google Analytics? If you haven’t, I would highly recommend it as it should give you more detailed information on what may be going on. If you’re interested, we have more on that in this guide: Testing Analytics.
I’m also no longer able to view the screenshot you shared of your WooCommerce Analytics settings, but if you are using the default settings, that should be okay. For reference, the default settings look like this:
Link to image: https://d.pr/i/B6LDJ7Finally, for caching, again, please make sure that your Cart, Checkout and My Account pages are excluded.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] No Ecommerce data in GAAh, it would be quite tricky to troubleshoot without test payment details, @rongeronimo1128. But please do keep us updated in this thread if you get any new information from the client.
Forum: Plugins
In reply to: [WooCommerce Admin] Rename “Have A Promotional Code?”Hi @nbietti,
To change the “Have A Promotional Code?” text on your site’s checkout page, you may want to look into using a translation plugin like Loco Translate.
If you’re interested, we have a guide for using that plugin here: Creating custom translations with Loco Translate.
Please give my suggestion a go, and I hope it helps!
Forum: Plugins
In reply to: [WooCommerce] Import variants from ShopifyHi @mpoppen,
First of all, welcome to the WooCommerce community!
As for importing variable products, are you using the built-in importer/exporter that comes with the core WooCommerce plugin? If yes, you’ll want to make sure that your CSV is formatted correctly. One way you can do that is by referring to the sample CSV file here: https://github.com/woocommerce/woocommerce/tree/master/sample-data
You also mentioned following step-by-step guides. If you haven’t already, you might want to look at this particular one: Product CSV Importer and Exporter. You can refer to the “Converting existing simple product to variable product” section to see how you should format your CSV.
In addition to the above, you may want to consider using this extension for migrating your store: Migrate & Import Shopify to WooCommerce.
I hope that helped, and do let us know if you continue running into issues!
Forum: Plugins
In reply to: [WooCommerce] Add a custom quoteHi, @kevinritt!
[…] Is this possible to do in WC. I’m thinking to add it as an account endpoint?
It certainly is possible. And for that, you can look at plugins to achieve what you want. Here are some that you can check out:
Those are paid options from the WooCommerce.com marketplace that come with a 30-day refund period.
For free options, you might want to look at these:
- Quotes for WooCommerce
- The Free version of YITH Request a Quote for WooCommerce
- Product Enquiry for WooCommerce
I hope those help get you started!
Forum: Plugins
In reply to: [WooCommerce Blocks] Fatal Error – RestApi.php on line 64Hi, @cactuscat!
To be clear, while there is a standalone WooCommerce Blocks plugin, the
woocommerce-blocksyou’re seeing is a package that comes with the core WooCommerce software now.Under WooCommerce > Status > System Status, can you please check which version of the WooCommerce Blocks package you might have:
Link to image: https://d.pr/i/1tHggBAlternatively, you can paste your entire System Status Report here which should give us more information to work with.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Coupon 100% discount not trackedHi, @cyrilnew!
Looking at the code for this particular Google Analytics plugin, it doesn’t look like it allows for coupon tracking: https://github.com/woocommerce/woocommerce-google-analytics-integration/search?q=coupon
In fact, one of my colleagues did a test for this a few months back, and they didn’t get coupons tracked either.
In this case, you may want to consider a different Google Analytics integration, like this one: WooCommerce Google Analytics Pro. That, in particular, explicitly supports coupon tracking.
Forum: Themes and Templates
In reply to: [Storefront] E_COMPILE_ERROR with Storefront ThemeHey Mike,
We haven’t heard back from you in a while, so I’m going to mark this thread as resolved. However, we’ll be here if/when you’re ready to continue.
Forum: Plugins
In reply to: [WooCommerce] Accessibility Issues with WoocommerceHi Trip,
Thank you for the additional information! If my suggestions above don’t help and the changes you need are urgent, you can look at additional customization on top of the Reykjavik theme you’re using. If that is a direction you’re interested in, we recommend reaching out to someone on our customizations page. There you’ll find experts who specialize in custom development for WooCommerce.
I also see that there’s an open issue about making WooCommerce more accessible here: Accessibility issues. While I can’t give a timeframe for when developers will be able to address it, you may want to add your voice to the report.
Forum: Plugins
In reply to: [WooCommerce Blocks] WooCommerce Blocks not workingHey @jonasojczyk,
Error: Decimal separator can’t be same as thousand separator. thousandSeparator: . (thousandSeparator = {true} is same as thousandSeparator = “,”) decimalSeparator: . (default value for decimalSeparator is .)
We might be getting somewhere here. I’ve been able to reproduce that error on one of my sites. It happens when you have a comma
,as both the Thousand separator and Decimal separator under WooCommerce > Settings > General:
Link to image: https://d.pr/i/zvsTEsCan you see if that’s the case in your site? And if it is, can you see if switching one of the commas to a period
.helps?Sorry, i did not get notified of your replies.
It’s okay, @avagp! And thank you for sharing that System Status Report with us.
Based on that, it looks like your site is using this particular PayPal plugin: PayPal Plus for WooCommerce.
While I do think your issue may be from PayPal’s currency restrictions, which you can find here: Currency codes and restrictions, it would be best that you ask your question in your PayPal plugin’s forum: https://wordpress.org/support/plugin/woo-paypalplus/
Forum: Plugins
In reply to: [Google for WooCommerce] Google sync status errorHi @ktlin,
First of all, I’m sorry to hear about the malware. That must’ve been a pain to get rid off.
As for the error message, it looks like the Google Listings and Ads plugin is looking for the
sync_statusvariable, which seems to be defined in the plugin’s ProductMetaHandler.php file. I’m wondering then if some of the plugin files got corrupted after the cleanup. If so, you may want to look into a clean uninstall and reinstall of the plugin.Hi, @justinthomasonline!
Based on the error message and its reference to both
slimcd_settingsandslimcd_payment, it looks like there is some conflict between the Slim CD payment gateway and PayPal Checkout.To clarify, do you want to use both the Slim CD payment gateway and PayPal Checkout on your site?
If yes, I would recommend reaching out to Slim CD support here: https://wordpress.org/support/plugin/slimcd-payment-gateway/
Another alternative would be to see if using the newer WooCommerce PayPal Payments plugin will work better for you.
I hope that helped! 🙂
At this point, I’m wondering if the issue on your site is caused by its multicurrency functionality through either WPML or your currency switcher plugin. For context, the core WooCommerce software only works with one currency by default.
When exploring this possibility, I did find related reports. Here’s one of them: Multi currency is WooCommerce analytics is not working. Can you see if the experiences described by others there match what you’re seeing on your site?
Oh, I thought you only wanted it on the main image, and not the categories.😅
In that case, please try this:
@media only screen and (min-width: 768px) { .wp-block-cover .wp-block-cover__inner-container h2 { position: relative; top: -100px; } .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons { position: relative; bottom: -100px; } .wp-block-columns .wp-block-cover .wp-block-cover__inner-container p { position: relative; top: -100px; } .wp-block-columns .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons { bottom: -100px; } }