Erina (a11n)
Forum Replies Created
-
the problem is that I would need 16 different levels of discount per product, so ideally I want to find a way to create 16 price tiers directly on each product.
I’m not sure I understand this part… “16 different levels of discount per product” and “16 price tiers directly on each product” sounds the same.
At any rate, it sounds like you’d need something like Dynamic Pricing https://woocommerce.com/products/dynamic-pricing/ , this would allow you to setup discounts based on product amounts.
Forum: Plugins
In reply to: [WooCommerce] Showing/hiding fields upon variations selectYou could check https://woocommerce.com/products/gravity-forms-add-ons/?_ga=2.222378078.413528660.1509329189-2048018022.1506314479 , it doesn’t look like there’s much else out there as far as plugins go, so the other alternative would then be to code it yourself or find someone to help you with that.
Forum: Plugins
In reply to: [WooCommerce] Changing Color Of Lightbox CarouselIt might be possible with some CSS, do you have a link to a page with the carousel?
Forum: Plugins
In reply to: [WooCommerce] sidebar widgets on product pagesNote that the Customizer is contextual, so once you’re in the Customizer, you’ll want to navigate to a product page, you’ll then see the respective widget options appear in the Customizer.
Forum: Plugins
In reply to: [WooCommerce] Original price not striked when sale price is definedFirst thing that comes to mind is the theme which might now have a conflict with WooCommerce. Could you test by switching to Storefront https://www.woocommerce.com/storefront/ ?
I also recommend going through this troubleshooting guide https://docs.woocommerce.com/document/woocommerce-self-service-guide/
Forum: Plugins
In reply to: [WooCommerce] a discount coupon pluginYou could check the following:
* Smart Coupons, https://docs.woocommerce.com/document/smart-coupons/#section-16
* Name Your Price, https://woocommerce.com/products/name-your-price/
* https://www.ads-software.com/plugins/yith-woocommerce-gift-cards/Forum: Plugins
In reply to: [WooCommerce] Shipping Tables Not WorkingCould you show (with screenshots if possible) your current shipping table settings?
In the product, do you just have the shipping class assigned, or also added some per-product shipping?
Can you elaborate on how you’d like shipping to be computed?
Forum: Plugins
In reply to: [WooCommerce] Problem free shipping / voucherWhich coupon system are you using? And how are you setting your shipping conditions?
I’ve given it a test with the built-in coupon option and then used Table Rate Shipping to define the shipping condition (see https://cloudup.com/cxCF0dyh4LF).
My test returned the correct shipping, taking in account the final total price including the coupon.
It could be that what you’re using to set the coupons, and define shipping aren’t working smoothly… so I’d suggest giving the above a try.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute On WordPress Appearance >MenuIf you’re comfortable working with code, this will help: https://docs.woocommerce.com/document/using-custom-attributes-in-menus/
You can also look for existing plugins, https://www.ads-software.com/plugins/woocommerce-attributes-menu-manager/ , although this one hasn’t been updated in the past two years…
Also, don’t forget that you have the Filter Products by Attribute widget.
Forum: Plugins
In reply to: [WooCommerce] Order Email NotificationI’m not sure I understanding the issue… is there a reason why you can’t include the shipping cost during checkout (the way it works by default)?
Do you have an example link to the individual product categories?
Also, first running through this self-troubleshooting guide could help: https://docs.woocommerce.com/document/woocommerce-self-service-guide/ .
It looks like you’ve reported to the issue on GitHub already which is probably the best place as the issue sounds specific to the coupon plugin… posting the link here in case stops by here for the same reason https://github.com/cedaro/woocommerce-coupon-links/issues/19
Forum: Plugins
In reply to: [WooCommerce] Return values to thank you page not workingI’m not sure where the problem might come from, but this self-troubleshooting guide https://docs.woocommerce.com/document/woocommerce-self-service-guide/ would be a good place to start, and then report back here if the problem is still there.
Since it sounds you have a live site, you might want to create a staging one for testing with https://www.ads-software.com/plugins/wp-staging/ .
Forum: Plugins
In reply to: [WooCommerce] woocommerce multilingualHey there,
I’m not sure, but you can also try posting in the WPML forum:
* https://www.ads-software.com/support/plugin/woocommerce-multilingual/reviews/#new-post
* https://wpml.org/forums/forum/english-support/Forum: Plugins
In reply to: [WooCommerce] Bundles products with different suppliersThere are lots of ways to bundle products, see https://docs.woocommerce.com/document/group-bundle-products-woocommerce/ .
In your case, it sounds like Composite Products will be the closest extension to your needs.