Raif D. a11n
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Stripe Payment Gateway] Regular forced updatesHi @tsso0120
Thank you for the feedback. Yes, there are sometimes these “forced updates” however, they are to ensure that the plugin fixes any vulnerability that might have existed with the previous version.
Is there any issue you are facing with the newest version? Please let us know and we are happy to help.
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Bug: Header ColorsHi @fdetlefsen81 !
Can you please share additional details as to how we can replicate this? Additionally, can you please share a screenshot with the exact text that now has a different color?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Show price in installments on the catalogHi @cueroskoux!
Can you please share more details about the end-goal here? Are you trying to just show the price in installments or actually allow the customers to pay in installments?
I am asking, since that is usually handled by the gateway that is enabling the installments.
Thank you!
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Deprecation notice in PHP8.1Hi @lumpysimon!
I have done a closer inspection of this and it appears our developers are aware of the issue. They are working on updating the framework for the next versions, so please keep an eye on the changelog.
Thank you for reporting this!
Forum: Plugins
In reply to: [WooCommerce] Direct checkoutForum: Plugins
In reply to: [WooCommerce] Direct checkoutHi @krzakx!
That is certainly possible. Here are the steps:
- Head to WooCommerce > Settings > Products and make sure that
Redirect to the cart page after successful addition
is checked - Next, add the following snippet:
function redirect_checkout_add_cart( ) { return wc_get_checkout_url(); } add_filter ('woocommerce_add_to_cart_redirect', 'redirect_checkout_add_cart' );
That should do the trick ??
Forum: Plugins
In reply to: [WooCommerce] Country + State DropDownHi @ideagomedia!
The store handles local business that can only deliver their products to the states they are. So if you want to buy products in certain state you have only the products available in your state.
Thank you for the additional details. To do that you’d have to custom-code a solution.
Otherwise, you can do what I suggested above and use that plugin to redirect customers to the correct country, after that, just for the US market you can disable the gateway or shipping options using Conditional Shipping and Payments – that will not hide the products but it will make it impossible to purchase specific products/categories from specific states.
Forum: Plugins
In reply to: [WooCommerce] Country + State DropDownHi @ideagomedia!
It is possible to use the same products an orders between stores?
Yes, it is possible to share orders and products between sites in a WooCommerce WordPress multisite installation. WooCommerce Multisite allows you to manage multiple WooCommerce stores within a single WordPress installation. By enabling the Network mode, you can share products, orders, and customer data across all sites in the network. This enables centralized management and seamless synchronization of orders and products between sites.
Do the plugin includes a State selector once you are in the right store?
The plugin I shared will only have a country selector and redirect the customers to the correct country. Would you mind letting me know why is a state selector needed too?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Country + State DropDownHi @ideagomedia!
That’s a cool idea however, I believe you would need to custom-code a solution for this, thus I will leave this open for a while to see if there is someone who can help with that.
If however, you want to avoid that here is an alternative solution! How about setting up different stores for different countries? You can do that on a network installation and then use Country Based Website Switcher or similar to show the pop-up and redirect customers to the correct site.
Would something like that work for you?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Sent out emails in site language (instead of admin)Howdy @barthdesigns!
That’s indeed a good idea! Otherwise, you can use an extension like AutomateWoo, with that approach you would simply turn off all the default emails and create new emails via workflows – that way you can easily edit the language as well as the design of the emails ??
I hope this helps! Have a great one!
Forum: Plugins
In reply to: [WooCommerce] Product Category page got messed upHi @hokixaw!
Checking the provide link I think you managed to get this working? Is that correct?
I can see three rows and a description below the products. Let me know if I am missing something ??
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Console Errors on /admin.php?page=wc-admin at least in 7.8.0@doffine here is the bug report: https://github.com/woocommerce/woocommerce/issues/40435
Please monitor that and continue the conversation there if needed. I will go ahead and mark this thread as resolved for now ??
Have a great rest of the day!
Forum: Plugins
In reply to: [WooCommerce] Console Errors on /admin.php?page=wc-admin at least in 7.8.0Hi again @doffine!
I can replicate this too. Will file a bug report with the devs and share that here with you. But from what I can see the issue appears to be here:
val: t.apply(null, o)
That should probably be
val: t.apply(null, 0)
For now, feel free to keep the sites in German as this does not appear to be causing any issues apart from throwing this error.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Console Errors on /admin.php?page=wc-admin at least in 7.8.0Hi @doffine !
Thank you for the update. The issue you are experiencing appears to be with the translation files. I can see that the provided SSR uses German – is that true for all the other sites as well?
Also, can you please let us know where in the site you get this error?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Update MaxMind Update Query URL to HTTPSHi @libertytalk!
Thank you for the reply, will go open a ticket upon submission of this reply.
Thank you! Someone will be with you soon!
Cheers!
- Head to WooCommerce > Settings > Products and make sure that