stephjacq a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Small cart problemA similar issue was fixed in WooCommerce 3.6.1, please confirm which version you are running, update if required and test again.
Thanks for the info. You mentioned PayPal and Credit Card – is Credit Card through the same PayPal gateway?
Do you have debug logging enabled in PayPal? You can find that setting under WooCommerce > Settings > Payments, PayPal. If you’re not using WooCommerce PayPal, hopefully the gateway you are using has a similar option.
Please enable that and make a test purchase.
Next, take a look at the logs under WooCommerce > Status > Logs, select PayPal from the dropdown, and click View.
Scroll to the bottom to find the most recent entry. This will hopefully provide more information on what’s happening and lead you to the solution.
Forum: Plugins
In reply to: [WooCommerce] Customize product category widgetsYou can do this with a shortcode, as shown here:
https://docs.woocommerce.com/document/woocommerce-shortcodes/#scenario-5-specific-categoriesThe shortcode can be used on a page, or in a text widget.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce ShippingShipping zones will match based on the customer’s location – it does not look at what’s in the cart. So it will always show the first Paris option if that’s where the customer is located.
To offer different shipping for heavier items, you could use Flat Rates and create a ‘heavy’ shipping class, using that to charge a higher rate:
https://docs.woocommerce.com/document/flat-rate-shipping/#section-3Both regular and ‘heavy’ shipping rates would be added to the same Paris shipping zone.
You could also use Table Rate Shipping to create different charges based on the total weight of the customer’s cart: https://docs.woocommerce.com/document/table-rate-shipping/
https://woocommerce.com/products/table-rate-shipping/- This reply was modified 7 years, 1 month ago by stephjacq a11n.
Forum: Plugins
In reply to: [WooCommerce] Sorry, you cannot list resourcesHi there, this sounds like it’s related to a bug that has already been reported: https://github.com/woocommerce/woocommerce/pull/23372
Please watch out for the update to 3.6.2 which contains the fix, it should be released very shortly.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not registering new users when orderYou mentioned this just started happening — have you installed any updates lately?
This kind of problem can be caused by a conflict with your theme or with another plugin (one needs to be updated to match changes in another).
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] ‘Out of stock’ not available with no product priceHooray! Glad to hear it @petebm. Enjoy your weekend 🙂
Forum: Plugins
In reply to: [WooCommerce] Product not appearing on pageThis is likely related to a product display issue that’s affecting some themes. You can follow the issue here: https://github.com/woocommerce/woocommerce/issues/23374
Please watch for the WooCommerce 3.6.2 update out very shortly which should contain the fix.
Forum: Plugins
In reply to: [WooCommerce] Conflict with printfullAs we’re unable to replicate the problem, it’s possible that it’s caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce and Printful
- Try the sync again
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Re-Ordering TabsHi Anthony, try this:
$tabs[‘seller’][‘priority’] = 1;Forum: Plugins
In reply to: [WooCommerce] ‘Out of stock’ not available with no product priceHi @petebm thanks for the clarification.
This can be achieved with some customization, by adding a variation of this code which shows
Call for pricewhen the price field is blank: https://gist.github.com/mikejolley/1597957Forum: Plugins
In reply to: [WooCommerce] Category OrderingYou can reorder the categories from the list at Products > Categories.
Click and drag the three lines at the right-hand side of the item.
This will be reflected across the site.
Forum: Plugins
In reply to: [WooCommerce] Global shop notice flickersThe shop notice should not load/flicker if it’s been dismissed. It’s possible that this is caused by something else in your set up there.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Products displaying incorrectly after latest updateThis has been reported as an issue in various themes, and the fix is in progress here: https://github.com/woocommerce/woocommerce/issues/23374
It should be resolved very soon. Thanks for reporting.
Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field set to readonly after latest update@jeff-daigle for sure – thanks for surfacing the change so others can find the thread/answer.