Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 404 error page showing after doing cash on deliveryHi @bjsudipta,
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] CSV ImportHI @rockass1,
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] Checkout troubleHi @jerrald,
It would be much easier to help here if you’ve identified a common denominator among customers that are having issues.
- Are they all from the same country, state, zip code?
- Are they attempting to order the same product?
- Are they attempting to pay with the same payment method? (assuming that you provide more than one)
I’d also recommend taking @superkot’s advice regarding enabling debug mode for your payment methods and looking in the error logs after a failed transaction.
If you provide your sites System Status Report, that would also provide a bit of insight. 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, paste it in at
.txtfile and upload that to Dropbox, Google Drive, or some other such service and then paste the link to that file here.Forum: Plugins
In reply to: [WooCommerce] Remove variation Image from galleryHi @phdeoliveira,
You’re running very outdated versions of both WooCommerce and the Storefront theme. I’d recommend taking a full backup of your site and then updating to the most recent versions as a first step here.
Forum: Plugins
In reply to: [WooCommerce] move to trashHi @marouaneelmridi,
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] Deduct charges for Refund processingForum: Plugins
In reply to: [WooCommerce] Remove Post Name From PermalinkHi @nawaze007,
The code here should prove helpful – https://wordpress.stackexchange.com/questions/33551/how-to-rewrite-uri-of-custom-post-type/33555#33555
Forum: Plugins
In reply to: [WooCommerce] Import products from a CSV fileHi @salexys,
I presume you’ve already got this sorted out.
Stricter MIME type checks were introduced in WordPress 5.0.1 but there was a bug that disallowed the upload of CSV files.
It has since been fixed in WordPress 5.0.3, so you should be fine if you’ve updated.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Stripe and Woo only pendingHi @cars111,
Here’s what an order status of Processing means – Payment received (paid) and the stock has been reduced; the order is awaiting fulfilment. All product orders require processing, except those that only contain products which are both Virtual and Downloadable.
If you want your orders to be marked as Complete automatically, you need to mark the products as both virtual and downloadable.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce on sale feature formatting bugThe issue seems to be with the value of the width here
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product { width: 16.95%; }It looks like you’ve tried to force the display into 5 columns without taking care of other things. A width of 23.95% or higher ha things displaying with more symmetry but in 3 columns.
You can try that or speak to a developer if your theme’s developers can’t help you with this.
As this is an issue with your theme and the way you’ve customized it rather than a WooCommerce issue. I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce] Proper Product Variation SetupHi @christodt,
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] Issue with variation images and “out of stock”Hi @popcornerbg,
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] Allow delivery backlog woocommerce for all productsHi @realhopedied,
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] two products share same stock?Hi @subsix,
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.
Hi @adaptiveimg,
As mentioned before, you’ll need to upload the logo file to your media library.
If you’d prefer to tinker with code to achieve what you’re looking for here, you may want to speak to a developer for assistance with that.
I’ll go ahead and mark this thread as resolved.