Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [Eway Payments for Woo] Credit Card fields not showing at checkoutHi @sgx,
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] Product reviews rest api returns nothingHi @elwazeery,
It looks like you may not have the right syntax there and you also did not pass an actual ID.
Per the documentation here – https://woocommerce.github.io/woocommerce-rest-api-docs/#retrieve-a-product-review, the correct syntax is
wp-json/wc/v3/products/reviews/<id>where<id>is an integer representing the ID of the review you’re trying to retrieve.Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: r(…).payment is not a functionHi @abrana,
I just attempted an order on your site and I was able to enter credit card details in the Paytrace method without issues. I intentionally entered fictitious card details since I’m not looking to pay for any products/services. Here’s a screenshot of that:
Full Size: https://d.pr/i/F874X3The transaction was expectedly declined since I knew the card could not be processed. You can see the decline message here:
Full Size: https://d.pr/i/4chdrpI did not run into any unexpected errors. Perhaps you’ve already resolved the issue.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product customizationHi @guillermo14,
I ran a quick online search and I found this plugin that looks like it might do what you’re looking for – https://wpconfigurator.com/plugin/.
I’d recommend performing your own due diligence to make sure that it meets your needs before going ahead to purchase it.
You can also search for “WooCommerce product configurator” in your favourite search engine and look a the various options that come up, which is what I did in this case.
I’ll go ahead and mark this thread as resolved now. If you have any other questions, I’d recommend starting a new thread.
Cheers.
Hi @dogdaysofsummer,
I’d recommend looking at the Conditional Shipping and Payments extension as it allows you to enable/disable payment methods based on specific criteria.
You’ll want to pay attention to 3 sets of rules:
- What you want when virtual products are in the cart
- What you want when non-virtual products are in the cart
- What you want when there is a mixed cart of virtual and non-virtual products
If you account for the first 2 and neglect the 3rd, you will encounter unexpected consequences as rule 2 will still be true in this case.
I hope that helps.
Forum: Plugins
In reply to: [WooCommerce] woocommerce purchase without loginHi @hvsuporte,
I’ve taken a quick look at your site and I see that you’re using som plugin to allow customers to request quotes. There’s a possibility that this plugin requires those customers to have an account in order to keep track of their quotes.
You’ll want to check in the settings for the plugin if there’s an option to disable this or not. It might be worth it to reach out to the developer of the plugin for assistance.
One handy way to narrow things down is to deactivate this plugin temporarily and see if users are still being forced to log in or register in order to proceed.
If deactivating the extensions removes this behaviour, then you can be sure that the behaviour is brought on by the plugin.
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Display one input and one dropdown for quantityHi @denisdraghici,
It looks like you need to make the product into a variable product. This will give you a dropdown list with your options of 1, 6 and 20. You can learn more about variable products here – https://docs.woocommerce.com/document/variable-product/
As far as positioning the dropdown in the spot that you want, you will need to unhook it from the location where it appears by default and hook it into the
woocommerce_after_quantity_input_fieldarea.You’ll find a handy visual guide for the hooks available on your WooCommerce product pages here – https://hooks.wpdesk.org/product/hoodie-with-pocket/
If you’re not too sure what a hook is, you’ll get a primer here:
https://developer.wordpress.org/plugins/hooks/ and a good tutorial here – https://premium.wpmudev.org/blog/wordpress-hooks/Cheers.
Hi @radicalm1nd,
We’re not able to provide support for premium products here in the community forums.
I presume that you hold a current subscription for the Product Bundles extension, in which case you should head to WooCommerce.com > My Account > Tickets and open a support ticket so that your issues can be treated there.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
I’ll go ahead and mark this thread as resolved now. If you have another question, I’d recommend opening a new thread.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Store Credit Plugin for Employee Meal PurchaseHi @lifetechie123,
This sounds like the kind of thing that you’ll want to discuss with your developer as you will need custom code to make this happen.
If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Forum: Plugins
In reply to: [WooCommerce] Guests Can’t Leave ReviewsHi @akunkel08,
If you have deactivated the Reviews can only be left by “verified owners” checkbox as shown in that screenshot, non logged-in users should be able to leave reviews.
If users without an account are still unable to leave a review, I’d recommend going to WP-Admin → Settings → Discussions and making sure that the Users must be registered and logged in to comment checkbox is also deactivated.
Full Size: https://d.pr/i/kSXBm0Hi @matthiascordes,
You’ll want to either have your developer transfer the subscription to your WooCommerce.com per the instructions here – https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#section-7 so that you can open a ticket to get help or you’ll need to purchase a subscription yourself as support for that extension can only be provided via that channel.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Price filter not working over $100,000,000.Hi @camiloluna,
I’ll go ahead and mark this as resolved since it is being looked at by the developers and it looks like you’re following along in GitHub.
If you have any further questions, you can go ahead and start a new thread.
Take care and have an amazing day ahead.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce custom field in product pageHi @debashis18,
In addition to the options kindly provided by @crslz, you can also look at the WooCommerce Product Add-Ons extension that allows you to cover pretty much everything you’ve laid out.
I hope that helps
Hi @nickstav,
It sounds like you’re trying to add these products to the new website rather than update products that already exist on it.
If this is the case, you’ll want to remove the Product ID column of your CSV document. The site will assign each product an ID upon import.
You should only include the Product ID if you’re trying to update a product that already exists on that site, say, for example, you want to change the price or the product description. The ID allows the system to realise that this is an existing product and then update it accordingly instead of creating a brand new product.
I hope that clears up some of your confusion.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Some functions of editor composer don’t work in ProductsThis 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, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.