mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding item description to order detailsI’m resolving this topic as it has gone silent – please open up a new topic if you need more help with anything!
Forum: Plugins
In reply to: [WooCommerce] Products disapears when sorting i categoriesHey @paalhawk! Have you tried switching themes? It sounds like this is part of the way your theme is displaying the sorting order.
If that doesn’t work, I’d advise you to turn off all plugins except WooCommerce. This is best done on a staging site. That’s a copy of your live site, so you can test things out without messing up your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Catalog FeatureHi there!
Hi, I am planning to install WooCommerce on a future website. I want to know if I install it free, can I still install the plugin which enables the catalog feature?
Disabling ‘add to cart’ will either require a plugin or a bit of custom code.
Also, instead of the Add Cart button, can I transform it to a Send Message button where users are redirected to a form or whatsapp link?
I don’t know of a plugin that does this, but someone else might know of a bit of custom code that can help with this. You can also find developer help here: https://woocommerce.com/customizations
Forum: Plugins
In reply to: [WooCommerce] Fatal ErrorsHi there! I see a couple of things happening – can you start by copy and pasting the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support. That will tell us more about what’s happening.
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Not accepting paymentsHi @chrispemble – that would be the error logs for Paypal and Stripe! You’ll also want to make sure that you regenerate your Stripe API keys and reconnect with PayPal, to make sure the connections are reset properly.
What errors are you getting when trying to accept payments?
Forum: Plugins
In reply to: [WooCommerce] Checkout button, version 3.7 Cart pageHi there! Can you start by copy and pasting the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support
I suspect this might be due to the theme. Can you try what happens when you use a different one?
Forum: Plugins
In reply to: [WooCommerce] Directory immagini prodottoHi there!
If you go to WP Admin > Settings > Media, you can check the option that says
Organize my uploads into month- and year-based folders. That’s the default option available in all WordPress sites.If you want more control, you’ll need to find a plugin that can do this. Media Library Organiser is one such plugin.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Fatal ErrorHi again! Issues like this may be caused by either a conflict with your theme or with another plugin. You can read more about plugin and theme conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.Forum: Plugins
In reply to: [WooCommerce] Missing update button and filed from sidebar…Hi there!
Can you open
Screen optionsand see if the box next toOrder actionshas been ticked?Forum: Plugins
In reply to: [WooCommerce] WooCommerce – ProductsHi there! Can you start by copy and pasting the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Second, I recommend doing a conflict test. Issues like this may be caused by either a conflict with your theme or with another plugin. You can read more about plugin and theme conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.Forum: Plugins
In reply to: [WooCommerce] Bulk merge products into one groupHi there! You can do this with the default importer – you will need to set up a CSV file that contains information on what products need to be grouped.
The easiest way to see which fields in the CSV you need to fill in, I recommend setting up a test grouped product and using the export feature. That will give you a CSV file to work with, all with the correct headers *and* an example of what the content of the fields should look like.
More information on our default import/export feature can be found here: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] validating field when order update at backendHi there! Can you elaborate a bit about how you want to validate these fields?
Forum: Plugins
In reply to: [WooCommerce] Integrate with payonnerI think it’s best if you reach out to a developer for this! You can find help here: https://woocommerce.com/customizations
If you want to start writing a payment plugin yourself, here’s a great article to get started: https://www.skyverge.com/blog/how-to-create-a-simple-woocommerce-payment-gateway/
It’s possible that the Redirect plugin has a rule set that forces customers to log in. I’d recommend doing a conflict test to determine what’s going on. You can read more about plugin and theme conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.Forum: Plugins
In reply to: [WooCommerce] Woocommerce and Gold priceHey there @sharker! Can you elaborate on what you need the PHP for? You can bulk update your product prices with the built in import/export functionality: https://docs.woocommerce.com/document/product-csv-importer-exporter/
If you want more features when importing/exporting, have a look at our CSV Import Suite extension.