Raif Deari
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce API, create products and add attributes termsThis is a fairly complex development topic. Iβm going to leave it 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. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.Thank you!
Forum: Themes and Templates
In reply to: [Storefront] BreadcrumbsHi @abhisheksharma8789 !
Thanks for the prompt reply!
Can you please further clarify which margins are appearing when removing the breadcrumbs?
Please use a free service like https://snipboard.io/ to take a screenshot and note of the exact area, since I am having trouble locating where do the margins appear π
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Order details is not go to insipre360Hi @patialmanoj !
Thanks for sharing that. It is strange that PayPal did not show up on your System Status Report. Did you edit it out by any chance?
This kind of problem might 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.
Thank you!
Hi @shaunhaage!
Can you please share with us the Ticket ID so that we can give it a quick look to see what was suggested?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Change Bank Transfer font sizeHi @mekel1991 !
Can you please provide us with an address that has Bank Transfers enabled? I did try to make a test purchase on your site however I am getting an error message saying that there are no payment methods available.
Here is a screenshot for reference: https://d.pr/QfAIqp
Forum: Plugins
In reply to: [WooCommerce] Need help cancelling subscriptionHi @lekhiemjerry !
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [WooCommerce] Odd Issues with Checkout, Can’t replicateHi @wordpressed_thin !
I had the issue with the page not showing up properly however, it is now displaying well for me on different browsers. I guess that was a caching issue π
You can try and place a test order however, I did check your entire checkout workflow and everything looks correct on my end!
Forum: Plugins
In reply to: [WooCommerce] Empty cart message translationHi @flamuren !
The second code snippet and the third snippet differ substantially. Let me further clarify this π
if ( 'Your cart is currently empty.' === $translated_text ) {checks for Your cart is currently empty. meanwhile the third snippet (which works) checks for No products in the cart.What I changed from your snippet, is basically just the exact String it checks.
Everything is translated or possible with loco translate. Except for the empty cart message.
The empty cart text should be translated by default. Could you please share with us your site’s System Status Report?
You can get it by navigating to the WooCommerce / Status section of your site. Once there, click on the Get system report button and then copy it by clicking on the Copy for support button, then paste it here.
Please feel free to redact any information from your System Status Report that you think should not be shared publicly. π
Thank you!
Forum: Plugins
In reply to: [WooCommerce] woocomerce payment pluginHi @roshanbi!
This is a fairly complex development topic. Iβm going to leave it 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. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.Thank you!
Forum: Plugins
In reply to: [WooCommerce] Change the orientation page of the cartHi @a2000102000 !
Does this work for you? Checking your site at: https://marwygafen.com/ this appears to work flawlessly for me π
I will now mark this thread as resolved! If there is something else please feel free to open a new one.
Forum: Plugins
In reply to: [WooCommerce] Odd Issues with Checkout, Can’t replicateHi @wordpressed_thin !
Looks like this is now resolved! Did you update the theme? I had the stylesheet issue initially however, it loaded after refreshing the page.
Otherwise, the button appears to work correctly on our end now π
Can you confirm that this is now resolved?
Forum: Plugins
In reply to: [WooCommerce] “Coupon usage limit has been reached” all the timeHi @terrics !
Thanks for providing those! Everything looks to be set up correctly.
This kind of problem might 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
- Try to apply the coupon
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.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Empty cart message translationHi @flamuren !
Is this text in Swedish? If that’s the case you will not need to use Loco Translate or the code, that’s because WooCommerce is fully translated into Swedish.
Here is what I am getting after changing the language in Settings > General > Site Language: https://d.pr/8JWZep
Otherwise, the difference between the second and third snippets is that they are checking for different strings, so modifying the code as below should work.
add_filter( 'gettext', 'change_translate_text', 20, 3 ); function change_translate_text( $translated_text, $untranslated_text, $domain ) { if ( 'woocommerce' !== $domain ) { return $translated_text; } if ( 'No products in the cart.' === $translated_text ) { $translated_text = 'Inga produkter i varukorgen.'; } return $translated_text; }Thank you!
Forum: Plugins
In reply to: [WooCommerce] Learndash + woocommerce errorHi @toutpourmasante!
Thank you for the confirmation. This indeed looks like a conflict and I understand that you are suspicious of a plugin called:
WPC AJAX Add to Cart for WooCommerce.Can you please temporarily disable that plugin and test for a while to see whether the issue surfaces again?
Thank you!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] The Apple Pay button does not appearHi @alexisfontana74 !
Thanks for reaching out! We did check your site at: https://kohana.paris/produit/bouquet-de-saison-compose-selon-vos-envies-et-nos-arrivages/ and could see the Apple Pay button.
Please check the screenshot for reference: https://d.pr/hm8sne
Can you please make sure that your device is correctly configured to show the Apple Pay Button?
Here is a link with guidelines from Apple regarding which devices can pay with Apple Pay: https://support.apple.com/en-us/HT208531
Thank you!