Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customer cant see any info on their account pageThis kind of problem is usually caused by either 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 one until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Cheers
Forum: Plugins
In reply to: [WooCommerce] how can I create order with rest api in woocommerceHI @kotran,
It looks like the string fragments in the URL you’re sending to
.post()are the problem. You’re inadvertently sending the wrong values for consumer key and consumer secret. The instances of"+"are throwing things off.If you look at this string:
https://www.dentpro.shop/wp-json/wc/v3/orders/?consumer_key=”+”ck_85f5d88dd29b348e373ab5f31d40608xxxxxxx”+”‘&consumer_secret=cs_1e33534bae4f4fbc0e19762864bxxxxxx”It should look like this instead:
https://www.dentpro.shop/wp-json/wc/v3/orders/?consumer_key=ck_85f5d88dd29b348e373ab5f31d40608xxxxxxx&consumer_secret=cs_1e33534bae4f4fbc0e19762864bxxxxxx”Cheers
Forum: Plugins
In reply to: [WooCommerce] woocommerce purchase without loginHi @hvsuporte,
There’s clearly a plugin or maybe even your theme that is forcing this behaviour.
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 one until you find the one causing conflict.
You can find a more detailed explanation on how to do a conflict test here.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Some functions of editor composer don’t work in ProductsWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce custom field in product pageHi @debashis18,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Rest API Replaces My Product Description with Its OwnHi @kelzo,
When you create a product via the REST API, you’re supposed to pass in the description you want as shown in the documentation here – https://woocommerce.github.io/woocommerce-rest-api-docs/?php#create-a-product
It appears that you’ve just copied the description in the docs and used that.
Here’s a screenshot from a quick test that I did using the Insomnia REST Client. You’ll see that the description that I passed in is what is being set:
Full Size: https://d.pr/i/TVjUIUIf you’re struggling with the PHP example provided in the docs, you might find this tutorial useful for creating products via the REST API – https://florianbrinkmann.com/en/creating-woocommerce-product-rest-api-4520/
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Display special quantity pcs in description cartHi @nreljed,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce rest api unauthorized using JavaScriptHi @vesper1205,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: r(…).payment is not a functionHi @abrana,
This kind of problem is usually caused by either 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, Klarna, and PayTrace
- 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 one until you find the one causing conflict.
You can find a more detailed explanation on how to do a conflict test here.
If you’re still running into issues after these tests, I’d recommend heading to WooCommerce.com > My Account > Tickets to open a ticket.
Be sure to select either PayTrace or Klarna Payments as the extension you need help with so that the ticket will be correctly routed to the developers responsible for them.
You might want to include a link to this forum thread so that we can keep track of what’s already been done.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Content Restriction ErrorWe’re not able to provide support for premium products here in the community forums.
I presume that you have a current subscription for the WooCommerce Memberships extension in which case, you should head over to WooCommerce.com > My Account > Tickets and open a support ticket.
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.
I’ll go ahead and mark this thread as resolved now.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Deducting sales tax for federal credit cardsHi @jameswinter,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Cannot Create New Ticket on WooCommerace.comHi @omg5,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Suddenly /checkout/?add-to-cart not working as intendedHi @soulcryst,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: r(…).payment is not a functionHi @abrana,
Forgive my confusion. Are you saying that the PayTrace plugin is working fine now and you instead have issues with Klarna?
- Can you tell me what issues you’re facing with the Klarna plugin?
- Can you please provide your sites System Status Report? You can find it by going to “WooCommerce → Status” in your site’s WP-Admin.
Click on “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here in the chat.
Forum: Plugins
In reply to: [WooCommerce] BUG Selecting categories in coupons?Hi @luuuciano,
Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Cheers