D Smith a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Attribute in simple productHi Anitha!
There are a number of plugins that offer this functionality–
https://ww.wp.xz.cn/plugins/woocommerce-bulk-attribute-manager/
https://codecanyon.net/item/woocommerce-advanced-bulk-edit/8011417
https://yithemes.com/themes/plugins/yith-woocommerce-bulk-product-editing/I haven’t personally used any of these; please do report back with your experience!
Forum: Plugins
In reply to: [WooCommerce] No tabs/jquery works in add product pageHey there!
Issues like this are usually caused by a conflict with another WordPress plugin or your theme. Can you temporarily disable all non-Woo plugins and see if that resolves the issue? If it does, then you can slowly re-enable the plugins until you find the one causing the conflict.
If the step above does not resolve the issue, the next step is to switch back temporarily to a default WordPress theme like Twenty Sixteen and check again to see if that fixes the problem.
If you don’t want to do these tests on your live site, many hosts provide a staging service– they clone your site onto a “stage” where you can do testing without affecting the live version. You can ask your host about this. If they don’t give you a staging site, I recommend using WP Staging.
- This reply was modified 9 years, 6 months ago by D Smith a11n.
Forum: Plugins
In reply to: [WooCommerce] Checkout page loads very slowFirst, I would check that the version of PHP your site runs on is up-to-date– can you post a System Status Report?
- This reply was modified 9 years, 6 months ago by D Smith a11n.
Forum: Plugins
In reply to: [WooCommerce] Most seamless offsite payment processor?Several PayPal extensions do this:
https://ww.wp.xz.cn/plugins/woocommerce-gateway-paypal-express-checkout/
https://woocommerce.com/products/woocommerce-gateway-paypal-pro-hosted/
https://woocommerce.com/products/paypal-advanced/as does https://woocommerce.com/products/authorize-net-dpm/ , to name a few. A lot of payment gateways are only usable in certain countries, so that will be a factor depending where your shop is based.
Forum: Plugins
In reply to: [WooCommerce] Suddenly prices disappeared on some variable productsHi there!
Do prices disappear on the back end, the front end or both?
Is this just something strange that happened once, or does it happen repeatedly?
Forum: Plugins
In reply to: [WooCommerce] cookie ajax cart widgetHello!
If the difference between an empty and non-empty cart is that severe, it suggest there are problems with your hosting. Can you check whether the versions of PHP and MySQL your site runs on are up-to-date?
A correctly configured webhost should have no problem handling a shopping cart– and it’s easier to get a correctly configured host than it is to devise a whole new shopping cart management system.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Slow for Add to Cart buttonHi Eric!
I see what you mean about the slowness. My first advice would be to try disabling all other plugins to see if that speeds it up. I’d also advise making sure the versions of PHP and MySQL your site is running on are up to date.
Forum: Plugins
In reply to: [WooCommerce] Variation description in new order emailHi there!
It’s very possible to override the standard WooCommerce e-mail templates– for instance, there’s a guide here: https://www.sellwithwp.com/customizing-woocommerce-order-emails/#overriding-templates
This will mean creating a custom e-mail template. You can also buy an extension to do it for you, like this one: https://woocommerce.com/products/woocommerce-email-customizer/
Forum: Plugins
In reply to: [WooCommerce] coupon code disappears after someone uses itVery weird! Have you tried temporarily disabling non-Woo plugins and switching to a default theme like Twenty Sixteen to see if that makes a difference in the behavior? There could be a scripting conflict.
It’s also worth double-checking the versions of PHP and MySQL your site runs on are up-to-date, and asking your site’s host to upgrade them if not…
Forum: Plugins
In reply to: [WooCommerce] coupon code disappears after someone uses itHello!
Is the issue to do with the settings of your usage limits?
Forum: Plugins
In reply to: [WooCommerce] Attrubutes orderHello!
If you are using custom attributes, the order depends on how you have them listed here: http://cld.wthms.co/16OF6/2V553yzy
If you’re using global attributes, you can sort the order of the terms at Products > Attributes.
Does that answer your question?
Forum: Plugins
In reply to: [WooCommerce] Duplicate order state: pendingHi Akos!
The “Pending” status means the order has not yet been paid. These are orders are orders where the customer clicked “Place Order” but abandoned the payment page (depending on the payment gateway, i.e., PayPal) or had their credit card transaction declined. Pending orders do not generate emails.
Forum: Plugins
In reply to: [WooCommerce] Change text on Order and Cart pageThe “Say what?” plugin, https://ww.wp.xz.cn/plugins/say-what/ , is also good for changing selected text strings!
Forum: Plugins
In reply to: [WooCommerce] Multiply some prices by specific numberHi there!
I haven’t tried this plugin, but Bulk Price Converter (https://ww.wp.xz.cn/plugins/bulk-price-converter-for-woocommerce/) claims to do exactly what you’re looking for.
Want to try it and let us know how it works for you?
Forum: Plugins
In reply to: [WooCommerce] Unable to proceed to PaymentYou could make the “free sample” $20 and then offer free shipping… You would just want language that explains the fee the user is paying is a shipping fee on the product’s page. Or you could make the sample cost a penny and shipping $19.99.
Different payment gateways are more or less strict about this sort of thing– PayPal doesn’t allow $0 checkout with a shipping cost, but other payment methods that just run the total price including shipping are less concerned.