abwaita a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can I get a discount on shipping fee at Woocommerce?Hi @hiramori,
As the query is about the Conditional discount / bulk discounts for WooCommerce, a third-party plugin, kindly get in touch directly with the plugin authors here –
https://wordpress.org/support/plugin/conditional-discount-rule-for-woocommerce/*Just to mention, we’re only able to assist with core WooCommerce plugin functionalities on this forum.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Link to product page in transactional e-mailGlad to hear it – thanks for the update!
I’ll mark this thread as resolved now. If you have any other questions, please feel free to create a new thread.
Forum: Plugins
In reply to: [WooCommerce] Woo commerce Multivendor & Shipping ClassesHi @hani2918!
Pinning together details that you shared in your previous reply in this thread, I see that you’ve assigned these shipping classes to the products.
However, note that shipping classes will usually group products and can be used in conjunction with methods like Flat Rate Shipping to provide different shipping rates per class. However, the shipping classes cannot hide other shipping methods that your products qualify for.I would recommend that you try and use plugins that can conditionally hide shipping methods based on the product’s shipping classes. Here are some plugins that have this functionality:
* https://woocommerce.com/products/conditional-shipping-and-payments/
* https://wordpress.org/plugins/conditional-shipping-for-woocommerce/Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Shop Now / Product Image QuestionI am wondering if there is a way to delete woocommerce fully to the point where when I redownload it, it’s like I never had it in the first place.
Deactivating and deleting the WooCommerce plugin does not remove any data in your site’s database, so this requires an additional destructive step.
Destructive step:
If you wish to erase everything WooCommerce-related, you will want to add the following code in yourwp-config.phpfile **before** deactivating and deleting the plugin.define( 'WC_REMOVE_ALL_DATA', true ); /* That’s all, stop editing! Happy publishing. */This code should be added at the bottom of the wp-config.php file, on its own line above the “That’s all, stop editing” comment.
For reference, kindly check this documentation – https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/#uninstalling-woocommerce.
I want to see if I change the initial setup theme if it would make a difference.
Just to mention, the display issue you’re experiencing is tied to your theme, not WooCommerce. While your current theme shows a logo beside the product image, another theme might not have a similar display.
So, you can still change to a different theme without deleting the WooCommerce plugin if you just wish to modify the display aspect of your shop or products.Hope this helps.
Many thanks.Forum: Plugins
In reply to: [WooCommerce] Adding a meta description according to the patternHi @thommen,
As there’s not an inbuilt way to achieve this, you’ll want to consider custom coding.
I’ll leave the thread open for a bit to see if anyone is able to chime in to help you out.
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.Lastly, for direct assistance with code customizations, I recommend consulting with the WooCommerce Customizations Partners.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] BILLING INFORMATION OF CUSTOMER 1 IN CHECKOUT FOR CUSTOMER 2Hi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Emails in email log sent, but not receivedHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Shipping ZonesHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Credit Card fields not clickableHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to proceed as advised above.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Lost Password FunctionalityHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Modify WooCommerce email templateHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to proceed as advised!
If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Specific product for specific customersHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above plugin suggestion was helpful!
If you have further questions, please feel free to open a new topic.
Thanks.
Hi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Stripe Gateway stopped workingGlad to hear that you found the cause and resolved the issue!
If you have any other questions, you’re welcome to create a new thread.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Can’t see paypal in the backendHi @messaone,
As per this developer advisory, kindly note that the PayPal Standard payment method will be hidden by default in new installations. We recommend using our PayPal Payments extension instead.
* If you’d wish to use the PayPal Standard payment method, you can activate it using the following code:
add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );I would recommend adding custom code via the Code Snippets plugin.
Hope this helps.
Thanks.