Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to Accept Credit Card PaymentsHi @mynameisme,
If you want to accept credit card payments, you’re going to need to set up a payment gateway plugin that allows that. Stripe is one such example and provided that you live in a country where Stripe is supported, they’re most likely your best option.
You can learn more about the plugin and how to go about setting it up here – https://docs.woocommerce.com/document/stripe/
You may also decide to go with WooCommerce Payments, instead.
Bear in mind that WooCommerce Payments is powered by Stripe, as such, a lot of the same rules apply.
Forum: Plugins
In reply to: [WooCommerce] After installing Woocommerce emails not workingHi @gadgetsay,
It sounds like you’re having issues with your site’s ability to send out emails.
I’d recommend working your way through the email FAQs here – https://docs.woocommerce.com/document/email-faq/
Forum: Plugins
In reply to: [WooCommerce] Question about saving addresses.Hi @alygraphy,
If a customer registers for an account on your site. When they place their first order, whatever address the supply at checkout gets saved to their account as the address they have on file unless they decide to change it at some point.
Forum: Plugins
In reply to: [WooCommerce] Continuing paymentsHi @hooperman13,
It sounds like what you’re looking for here is a subscription solution. If Sumo subscriptions doesn’t meet your needs for whatever reason, you may want to look at the WooCommerce Subscriptions extension.
Forum: Plugins
In reply to: [WooCommerce] Custom Shop PageHi @silenx,
You’d most likely need to customise the template responsible for displaying your Shop page by writing custom code to alter it in the way you’re looking for.
The documentation here covers the WooCommerce template hierarchy and how to override a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] Can’t remove Demo Store Notice@texashealthconnect it sounds like you have another plugin that’s responsible for the Store Notice that you’re seeing or it could be a setting within the Astra theme itself as the messaging is different from what you’re seeing on the screen provided directly by WooCommerce.
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, 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.That might help provide some insight into what is going on here
Forum: Plugins
In reply to: [WooCommerce] Can’t remove Demo Store NoticeIf the store notice is still showing on your site, you want to:
- Head over to Appearacnce → Customize
- Once there, go to WooCommerce → Store Notice
- Uncheck the Enable store notice checkbox
- Click the Publish button
That should get you sorted.
If you’ve done that and the notice is still there, I’d recommend looking at any caching you might have on the site as @auludag suggested. It might also be worth speaking to your hosting company about as they may be implementing caching on the server-side even if you don’t specifically have any caching plugins installed.
Forum: Plugins
In reply to: [WooCommerce] Need to remove default flat rateHi @tajmohamed30,
The
-in front of the coupon denotes that the amount will be deducted from the total, which is how coupons function.If you want to hide it, you can do so by writing some CSS to make it happen.
The
Flat ratenotation for your shipping method is the title provided in the method. You can delete the method title and leave it blank or hide it on the checkout page via CSS as well:
Full Size: https://d.pr/i/ApLuo1Forum: Plugins
In reply to: [WooCommerce] Woo digital download problemHi @muhammadnan,
This is an issue with the way that Dropbox download files work. In order to have the downloads work correctly, you will need to switch to the
Redirect onlymethod for your file downloads as that’s the method that allows Dropbox downloads to work without issue.Forum: Plugins
In reply to: [WooCommerce] Recipient Field Blank, Not Possible to change in Email SettingsHi @thecleanbean,
We’re not able to provide support for premium products here in the community forums.
I presume that you have a valid subscription for the WooCommerce Bookings extension.
Please open a support ticket concerning this by going to WooCommerce.com > My Account > Support.
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.
Hi @itstaff5,
That sounds more like an issue with how your spreadsheet software is processing the SKU data. You may want to play around with the field formatting and set it to something like text rather than a number.
Also, you’re running a seriously outdated version of WooCommerce and you’re not very likely to be able to find support for that.
Forum: Plugins
In reply to: [WooCommerce] Google drive image link for product imagesHi @ekaljain,
I’m afraid you’re not going to have much success trying to import images from Google Drive links.
The CSV product importer expects image links to be direct links that end in a recognised image extension e.g.
.jpg,.png,.gif, etc. Google Drive does not provide links in this manner so this will not work.Dropbox is pretty much the same story.
You’re going to want to either:
- download those images locally and then upload them to your site. You can then provide just the filenames in the image column of your CSV document
- or put the images somewhere where you can get direct links to them in the manner required
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bulk images uploadIf you’re going to go to the trouble of moving the images to a different cloud service, it’ll take the same amount of effort to download them locally and process the import.
If you absolutely want to do this from a cloud provider, you’ll want to look for one that provides direct URLs to the files complete with their file extensions.
Perhaps look at something like Amazon S3
Forum: Plugins
In reply to: [WooCommerce] Update / Installation FAILED.Hi @rodgerrmi,
Looking at your System Status Report, you already have WooCommerce 4.4.1 installed on your site.
I’m not sure why you’re seeing a notice asking you to update to the version that you already have. Perhaps you’ve got some weird caching situation going on.
I see you’re having issues installing the WooCommerce plugin on the Grocery ZM site. I suspect this is something that you’ll need to take up with your web host as I’ve been able to set up a brand new site just now and install WooCommerce without issues.
In the interim, you may want to look at installing the plugin via FTP as discussed in the Manually Install a WordPress Plugin using FTP section of this tutorial – https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
This tutorial about updating a plugin via FTP may also come in handy – https://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/
Forum: Plugins
In reply to: [WooCommerce] Merging Variable ProductsThis is probably something you want to check with the developers of your Point of Sale plugin since that’s where the product is going to pop up.
Ordinarily, setting the stock to 0 should prevent the product from being available for sale, but I can’t speak to how your POS plugin is handling that information, so checking with its developer will be crucial to ensuring that you’re doing the right thing.