aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce MarginHi @fasxfis!
Firstly, I need to let you know that this is a bit out of scope for us, all those customizations are handled by your theme and its stylesheet files.
That being said, if I understood you correctly, you’re trying to center your cart page fields, is that correct?
If so, you can try the code below:
/*centering cart fields*/ .l-titlebar-h h1 { margin-left: 25%; } .woocommerce { margin-left: 25%; margin-right: 25%;}On the other hand, if you need help customizing your site, you can reach out directly to your theme developer by taking a look at the link below:
https://woocommerce.com/customizations
All the best!
Forum: Plugins
In reply to: [WooCommerce] URGENT! Infinite Ajax loading on checkout for second languageHi @tsinalis!
Thanks for sharing your System Status Report with us!
Accessing your site, I can see that there is still a JS error coming from a plugin called WP Fastest Cache.
Can you try to purge your cache once more? I’d also recommend checking with your hosting company for any caching system on their side.
Eventually, some hosting companies use caching systems to increase performance.
Let us know how it goes!
Hi @idacka97
When you check those canceled orders, are you seeing errors on the Order notes?
You can check them by navigating to WordPress Dashboard > WooCommerce > Orders, locating and clicking on one of those canceled orders, and then, checking in your right sidebar for the Order Notes.
If it’s possible, share with us a screenshot of those notes, I’d recommend using this tool:
Also, have you found any similarity between those 2 purchases? For example, they are from the same country (different from your Store location)? Do they use the same card brand? etc
I hope to hear from you soon!
Forum: Plugins
In reply to: [WooCommerce] Variations on grouped imported productsHi @amillionmiles!
So, it seems that the issue is that when you select a variation of the same product already selected, it creates a second product instead of a variation of the same product, is that correct?
Are you using their plugin to do that integration?
https://wordpress.org/plugins/printful-shipping-for-woocommerce/
Also, could you please share a copy of your 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.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Digital Download Not WorkingHi @ebbets
Could you please share a copy of your site’s System Status?
You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.
Also, if there’s any, could you share with us your Errors log? You can find them by navigating to WooCoomerce> Status > logs.
Once you’ve done that, paste them here in your response.
Thank you!
Hi @gabri85
This kind of problem is usually caused by 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.
Let us know how it goes! Thank you!
Forum: Plugins
In reply to: [WooCommerce] wildly incorrect product pricesHi @woodie63
To help me diagnose it, are you, by chance, using some custom code? Chances are that you (or your theme or any plugin) already used that function elsewhere.
I’d recommend creating a backup of your functions.php, removing all the custom code if there’s any, and then installing the StoreFront theme.
Let us know how it goes! All the best,
Forum: Plugins
In reply to: [WooCommerce] Unable to add or duplicate product in WoocommerceHi @wongaloid!
Have you added the missing pages as Maykato mentioned above?
Also, can you share with us your Error log report? You can find them by navigating to WooCommerce > status > Logs
I hope to hear from you soon! Thanks,
Forum: Plugins
In reply to: [WooCommerce] Error empty button cartHey @despi
I’m happy to hear that, and thanks for sharing the results with the community!
My very best,
Forum: Plugins
In reply to: [WooCommerce] woocommerce_deliver_webhook_asyncHi @ercc!
I’d recommend taking a look at the article below about how to clear up actions safely:
https://nickgreen.info/clearing-a-clogged-action-scheduler-queue-woocommerce/
Let us know how it goes! All the best,
Hi @arwah12!
I’m afraid that’s not possible since it’s a public forum.
I’d also recommend double-checking your locale settings on WooCommerce, it looks like that WooCommerce isn’t unable to determine your location (US, CA, and ZA), but we’ll need more information to investigate that!
I hope to hear from you soon! Thank you!
Forum: Plugins
In reply to: [WooCommerce] Address FieldHi @cajenkins8! How’s it going today?
To help me diagnose it, is it happening with all the products/zip codes or with some specific items/zipcodes only?
Also, this kind of problem may be caused by 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.
Let me know how it goes! All the best,
Forum: Plugins
In reply to: [WooCommerce] Adding date order to category pageHi @ibrahimpak!
If you didn’t find plugins to do that, it would be great to have you add your ideas to the Ideas Board, which is where developers go to look for future plugin features and improvements.
Also, since this is a fairly complex development topic.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Variable product labels in top left cornerOh Hey @marketing1997!
I forgot to mention, you can try the code above, adding it to your CSS custom area on a new line.
To do so, copy the code above and then navigate to WordPress Dashboard > Appearance > Customize > CSS .
You don’t need to replace any existing code there, just paste it below what is already there.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Variable product labels in top left cornerHi @marketing1997! How’s it going today?
If I understood you correctly, you’re trying to make some tweaks on your variations label, isn’t it?
This is a bit out of scope for us, since those elements are handled by your theme and their CSS stylesheet.
However, I went ahead and create this code that you can test:
/* adding some top - left margin to the variations label*/ .variations label { margin-top: 10px; margin-left: 25%; }You can adjust both
margin-top:andmargin-left:values to fit your needs!If this doesn’t help, I’d recommend checking it out directly with your theme developer, however, I really hope that helps! 🙂
All the best,