aetta
Forum Replies Created
-
Hi Mike! How’s it going today?
To help get to the bottom of this we’re going to need a few more details.
1. Is there a file with the same name in your library?
2. What’s the size of the file?
3. Are you sure this is a .mp4 file? and how about its integrity?
4. By chance, are you or your host blocking video extensions?Also, a test of conflicts may help us to diagnose it, 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.
I hope to hear from you soon! Thanks!
Hi there!
Just to add a bit to Patrick’s reply (thank you for that Patrick), have you edited them in bulk? Can you confirm if they all have the variations price set in the products – admin page?
If everything fails, a system status report can help us to diagnose it better. 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.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Styling to WooCommerce Checkout fieldsAwesome! 🙂
I’m going to mark this as resolved – we’ll be here if you have any other questions regarding this!
All the best,
Forum: Plugins
In reply to: [WooCommerce] Cart page: wrong radio button shipping method selectedHi @elmersw!
Can you share your checkout/site page with us? So we can take a closer look at it.
Also, since it’s happening only on your firefox when logged in — I know, this is a typical thing to try — but can you clear your browser’s cache?
All the best,
Forum: Plugins
In reply to: [WooCommerce] woocommerce rest api error 404Hi @sahil60789!
Can you also check if you don’t have any caching system enabled (this may be handled by your site or your hosting company)?
If there is none, you may need to reach out directly to the Shiprocket developers to see what’s going on.
As an alternative, if this is an option for you, is to regenerate all your keys again (consumer and secret), and then try to fetch it again.
When copying and pasting, check it for extra spaces and formatting issues, and don’t share them in public!
I hope that helps! Thank you!
Forum: Plugins
In reply to: [WooCommerce] Styling to WooCommerce Checkout fieldsHi @faizan1122!
It looks like you’re already using something customized for that. You can try to check your Custom CSS area for something similar of:
.select2-container--open .select2-dropdown--below { color: black !important; }Chances are that this has been added to your: Appearece > Customize > CSS.
You can try to find it and then change the color value from black to one that fits your needs!
Let us know how it goes! Thank you!
Forum: Plugins
In reply to: [WooCommerce] Hide Paid Shipping but keep Local PickupHi @craigmckee!
Apparently, what your code does is a loop between all the shipping options, to unset them since the free shipping option is available.
I’d go with the Maykato link, which explains how to unset a specific shipping option and apply something similar to all the others except for the local pickup.
If you don’t know how to do that, I’d then recommend Oyadeyi’s reply. You can ask and talk with other developers at the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
Also at the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.All the best,
Forum: Plugins
In reply to: [WooCommerce] Complex Min/Max RulesHi @visedfaq!
I’d recommend taking a look at the link below, there are some options of plugins that create product bundles, assemble/not assemble, chain, and many others, maybe one of those fits your needs!
https://woocommerce.com/document/group-bundle-products-woocommerce/
I hope that helps! All the best,
Hi @e22pii
Chances are that this is just a cache issue. When you hit the update button, it automatically flushes all the previously stored information and then updates it again.
Similar, when you clear your transients (Status > Tools).
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Email confirmation issue after buying pluginAre you able to log in to your /admin area? If so, can you share with us a system status report of your system?
Also, share your website address with us, this will help us to check it out for some additional issues.
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.
I hope to hear from you soon.
All the best,
Hi @seowerk
how’s it set on your Standart rates tab?
You can check it by navigating to WC > Settings > Tax > Standart rates.
If possible, share with us a screenshot of that screen, so we can also double-check too.
Here’s a more detailed article about setting up taxes on WooCommerce:
https://woocommerce.com/document/setting-up-taxes-in-woocommerce/
All the best,
Forum: Plugins
In reply to: [WooCommerce] woocommerce rest api error 404Hi @sahil60789
Here’s a tutorial about how to connect your WooCommerce with the Shiprocket panel:
https://www.shiprocket.in/knowledgebase/woocommerce-channel-integration/
Can you double-check if everything is set as stated? I’d also recommend checking out directly with them to get more details about that integration.
Let us know how it goes,
Thank you!
Forum: Plugins
In reply to: [WooCommerce] GST Not calculating properlyJust to confirm, have you moved the general rate of 12% to the bottom and it didn’t work or you couldn’t move it to the bottom?
We have also an article that comes in handy when talking about setting up taxes in WooCommerce, you can take a look at it in the link below:
https://woocommerce.com/document/setting-up-taxes-in-woocommerce/
After changing its priorities and checking the article, let us know how it goes.
All the best,
Forum: Plugins
In reply to: [WooCommerce] Woocommerce plugin and CORS errorsHi @justas89!
just to clarify it a bit more, the XMLHttpRequest is used to request data from a server.
Whenever you need to use that object or even Fetch API, for security reasons they follow the same-origin policy, which means, you can only request resources from the same origin the application was loaded from.
Do you know what exactly has been updated on your CDN? Maybe, as Margaret mentioned, clearing up your cache can solve it.
Hi @dleigh
While checking your log file, I noticed that it seems that you’re still in the test mode:
"livemode": false,By chance, have you added a live Webhook Secret to your site, but you still are in the test mode environment?