Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Type in a code to purchase a productHi @zmavocet,
Both myself and @crslz have suggested plugins that you can use to achieve what you’re looking for.
If between those plugins and the custom code that @crslz has graciously provided for you, you’re not able to get things to work, it might be time to speak to your developer about building something specific to your needs.
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] B2B with WooCommerceHi @zmavocet,
I’d like to help you here but you’ll need to provide more details as to what you’re looking for.
If you can explain what features you’re looking to implement, it becomes easier to point you in the right direction.
Remember that we’re not able to read your mind and we don’t have the benefit of knowing how your business operates, so you’ll want to explain in as much detail as possible so that we’re able to offer you the help you need.
Forum: Plugins
In reply to: [WooCommerce] single product shipping priceHi @jannetto96,
You can use the Per Product Shipping extension to make this happen.
It allows you to define different shipping costs for individual products, based on customer location.
These costs can be added to other shipping methods or you can set it up to be a standalone shipping method.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Hide quantity on the product page, not the cartHey @amstellodamois,
Glad to hear that’s worked the way you wanted it.
Thanks @linux4me2 for the assist here as well.
I’ll go ahead and mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Hide quantity on the product page, not the cartHi @amstellodamois,
This CSS targets the quantity box on that product page and that product page alone.
.postid-1071 .input-text.qty.text { display: none; }The space between
.postid-1071and.input-text.qty.textis super important.Forum: Plugins
In reply to: [WooCommerce] Hide quantity on the product page, not the cartHi @amstellodamois,
I presume what you’re looking to hide is just the quantity selector on the product page, which I’ve highlighted in the screenshot here:
Full Size: https://d.pr/i/T7SsckIf that is the case, then you can hide it using this CSS
.input-text.qty.text { display: none; }You’ll end up with something like the screenshot below and customers will be able to change the quantity on the cart page:
Full Size: https://d.pr/i/qvuYaZForum: Plugins
In reply to: [WooCommerce] Add Woocommers download product on ftpI’m afraid I don’t understand what you’re trying to do here.
You mention that you don’t want to manually upload a file via FTP and then link it to WooCommerce, however, you haven’t explained exactly what you’re trying to do here and what you’re looking to achieve.
Can you provide a clear explanation that helps us understand what you’re trying to do?
Hi @7racecar7,
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] Unminified CSSHi @graftedin,
There are no raw unminified CSS files. All the SASS files that compile down to CSS can be found here – https://github.com/woocommerce/woocommerce/tree/master/assets/css
I’ll go ahead and mark this issue as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Bulk variations ValidationsHi @akshaydusane,
There are a lots of WordPress Development Tutorials and courses on the internet. Searcing for WordPress Development Tutorials or WordPress Development Course will provide you various options that you can consider.
There are courses on all major course websites from Udemy to LinkedIn Learning and everything in between.
If you need this done ASAP, it might be best to speak to a developer that’s already versed in how to handle this kind of scenario in WordPress.
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/.
I’ll go ahead and mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] List of shipping on product pageHi @fearovsky,
A quick search revealed this plugin that might help with what you’re looking for as it supposedly allows you to display the shipping calculator on the product page – https://codecanyon.net/item/woocommerce-shipping-calculator-on-product-page/11496815
I’d recommend performing your due diligence to ensure that it does what you’re looking for before going ahead with it.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] Remove space where woocommerce cart wasHi @yourbizgo,
I took a look at your site now and it appears that you’ve resolved this.
Here’s a screenshot of what I see in your menu:
Full Size: https://d.pr/i/naQ0EdForum: Plugins
In reply to: [WooCommerce] CGST & SGST values display mismatchedHi @kalais,
Can you send a screenshot of your tax settings?
I recommend https://snipboard.io for easily sharing screenshots – please follow the instructions on the page, then paste the URL in your response here. It works with Chrome, Firefox and Edge.
I suspect that you have the following settings:
- You’ve elected to enter prices inclusive of tax as shown in this screenshot:
Full Size: https://d.pr/i/pic0es - You’ve set your 6% SGST tax rate to be a compound rate as shown here:
Full Size: https://d.pr/i/kmzCev
The implication of this is that the second tax rate is calculated on top of the first one.
If you deactivate the Compound checkbox, both rates should return the same value.
Forum: Plugins
In reply to: [WooCommerce] Unminified CSSHi @graftedin,
If you’re editing the CSS files in the plugin directly, you’re doing it wrong. Every time the plugin is updated, all of your changes will be overwritten.
You should be adding your own CSS to the Additional CSS area found by going to Appearance → Customise → Additional CSS.
Forum: Plugins
In reply to: [WooCommerce] How change text and language in CheckoutHi @bigli,
You can use the Loco Translate plugin to change whatever text you want. https://wordpress.org/plugins/loco-translate/
- You’ve elected to enter prices inclusive of tax as shown in this screenshot: