Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping costs per quantityThis depends fully upon how you’ve set up shipping. If you are using flat rate shipping for example, you could use the [qty] placeholder to create a cost like this
5 * [qty]. This would be $5 per item in the cart.More information on shipping rate options here: https://calebburks.com/shipping-rate-configuration-in-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] tax not showHere are a few things to check:
1) Check the product level settings: http://cld.wthms.co/QIAwkQ
2) Double check the taxes settings: http://cld.wthms.co/mcWvM9, particularly what address taxes should be calculated from.
3) Check the tax rate: http://cld.wthms.co/KeWaJ2. You shouldn’t have a state/zip/city entered unless you only want this tax applied to a very specific location.
If that doesn’t help, then the next step is to rule out plugin/theme conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Custom Product Attribute IssuesYou can use custom attributes: http://cld.wthms.co/VxsEaW. This is the ideal option if your terms don’t really relate between products.
Forum: Plugins
In reply to: [WooCommerce] product variation font sizeIn which of these places?
1) http://cld.wthms.co/q2Qi5v
2) http://cld.wthms.co/Os0Ptj
3) http://cld.wthms.co/3Ad2v6Everywhere I see the quantity on your site looks fine to me. Changing the size will require some custom code / CSS.
Forum: Plugins
In reply to: [WooCommerce] WC Booking workflow for un paidHello,
I’m afraid we can only support the core WooCommerce plugin here, per the forum rules.
You’ll need to contact the Bookings plugin authors about this. If you purchased from WooCommerce.com, you can contact their premium support for further help with the extension.
Forum: Plugins
In reply to: [WooCommerce] Importing ProductsWhat kind of price is that? 0.o
CSV importing is your best bet: https://docs.woocommerce.com/document/product-csv-import-suite-importing-products/
First though, you will need to do some reformatting of the data most likely. There might be some existing tools to help with this sort of task, but will probably take a bit more manual work as well.
Here is some more info on the csv column names: https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema
Forum: Plugins
In reply to: [WooCommerce] Woocommerce purchases on profiles publicAfraid not. Certainly possible, but going to require custom code if there’s not an existing solution.
You could hire a developer from these sites if this is something you really need:
– http://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/Forum: Plugins
In reply to: [WooCommerce] Disable default shop pageRight, my answer above is pertaining to that.
WooCommerce expects there to be a link to this shop page in a number of different circumstances – such as the link you see when you visit an empty cart. So there are two ways to work around this:
1) Use the shop page. At Appearance > Customize > WooCommerce > Product Catalog, you can make it so categories are displayed rather than all products.
2) Redirect the shop page to another page. You can do this with a redirect plugin, or via the
woocommerce_get_shop_page_permalinkPHP filter.Those are the two options.
- This reply was modified 8 years, 2 months ago by Caleb Burks.
In the future, please keep with the one forum post per question.
Answered here: https://wordpress.org/support/topic/separate-the-variation-with-product-name-in-email-template/. Closing this one.
Forum: Plugins
In reply to: [WooCommerce] Customize archive-product.phpThe conditionals should have an effect, regardless of the template. Perhaps make sure you have declared WooCommerce support in your theme first though: https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
Forum: Plugins
In reply to: [WooCommerce] Check if product variation has imageIf you call
get_the_post_thumbnailon the variation post ID, I would imagine you’d get the variation features image, no?Alternatively, you could get the image ID using the methods above. If the image ID equals the parent images ID, then you know you’re dealing with the inheritance and could proceed accordingly.
Forum: Plugins
In reply to: [WooCommerce] How to show only provided payment method?Hey @princebhalani143,
You can open it up if you’d like, it’s a feature request it sounds like you are most passionate about 🙂
Forum: Plugins
In reply to: [WooCommerce] Loop with products which title contains the word/s “xxx”Yes i know but this would be the problem.
Not sure I follow. Why can’t you use a taxonomy?
Any solution with the use of a search plugin and shortcodes?
I don’t know of any existing solutions for this. Really need to just use a taxonomy…
Forum: Plugins
In reply to: [WooCommerce] Product Price Discount – formatAre you using another plugin for setting up discounts like this? It doesn’t sound like a WooCommerce core feature set.
If another plugin is adding this functionality, you’ll need to use that plugin’s forums or contact the authors.
Forum: Plugins
In reply to: [WooCommerce] Coupon Expiry Date formatHmm, I’m not able to replicate this.
Typing it in: http://cld.wthms.co/zViXWf
Using the calendar: http://cld.wthms.co/SVYsHiMight need to check for a plugin/theme conflict: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4