Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Size of Single product image in woocommerceIt is definitely overridable. Just need to make sure you do it at the right time (using the right hooks). The filter for changins the sizes should be declared inside of a function hooked onto
after_theme_setupfor example, but after the parent theme’s hook.Forum: Plugins
In reply to: [WooCommerce] Cant Integrate paypal to my woocommerceWell, there is one thing that needs solving first. Your
email-form-under-postplugin has an invalid Mandrill key, and the plugin is throwing an error when checkout is submitted I think.That is not your paypal error logs though, so if the issue still happens when all plugins are disabled, then take a look at your PP logs for an error. I would not recommend posting them here though as they could contain sensitive data.
Forum: Plugins
In reply to: [WooCommerce] Products do not show upI don’t think you have a page set to be the home page. See https://docs.woocommerce.com/document/installation-configuration/#section-11
Forum: Plugins
In reply to: [WooCommerce] images won’t display after Woo 3.3.3 updateGood that it’s been narrowed down though. Something in your child theme for sure. Going to mark this as solved, but if you find a bug or something in WooCommerce core feel free to open up a new thread.
Forum: Plugins
In reply to: [WooCommerce] Tax Rounding IssueI don’t follow. If decimal place is set to 2, it should show two decimal places. That is what the setting does…controls the visual display.
There are calculations happening at more precise levels though.
I think there’s something else at play with some customizations or plugins you have that is causing some troubles with calculations.
Forum: Plugins
In reply to: [WooCommerce] Checkout field priority setting not doing anythingThe fields display in the order they are in after this method: https://github.com/woocommerce/woocommerce/blob/1f16ad0a03237d19d41d2b237c0ed6df81ea8dd8/includes/class-wc-checkout.php#L192
The billing fields are pulled from here: https://github.com/woocommerce/woocommerce/blob/c98e0ac43b98f87845364187714b4504a2239a58/includes/class-wc-countries.php#L1181
So it depends which hook you use and when if priorities will work I think. Also need to be aware of the localization scripts. They will re-order the form based on the selected country.
Forum: Plugins
In reply to: [WooCommerce] Product date_modified is not updatingHmm, good question.
If it’s not being updated, maybe you need to pass it in the update request?
If you can test on other objects, like simple product or orders, and see if the automatically update the modified date when passed a few parameters, then it’s probably worth opening up a github issue for this.
Forum: Plugins
In reply to: [WooCommerce] Prices meta keys removed from db after woocommerce updateWith only WooCommerce plugin active, and a default WordPress, these meta keys are not created when you create a new simple product? That seems pretty unlikely. But if that’s the case, I would recommend re-installing the WooCommerce plugin with a freshly downloaded copy.
Forum: Plugins
In reply to: [WooCommerce] maas delete products from category ‘uncategorized’Mass deleting products in a specific category doesn’t sound like a common need, doubt it has a place in the core plugin.
I would recommend just filtering by this category on your products page, then bulk selecting and deleting the products. http://cld.wthms.co/Rop4Wn
Can show more than 20 on the page using screen options: http://cld.wthms.co/CbKc3v.
Alternatively, you could run a custom query or look for a plugin that claims to do this.
Forum: Plugins
In reply to: [WooCommerce] 10% discount for all itemsTo prevent coupons to be applied to sale items, you can use this option: http://cld.wthms.co/CguDVH
To apply a 10% sale to all products is a bit trickier. You could do this globally, but then the products may not appear on sale at the product level and only in the cart. Also goes against the above coupon setting.
So the better option it to set an actual sale on each products with to/from sale dates.
I would recommend using the CSV import/export maybe for quick editing of all products: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Alternatively, I’m sure there are plugins that could help with this. Found this one with a quick search: https://wordpress.org/plugins/woocommerce-bulk-percentage-pricing/
Forum: Plugins
In reply to: [WooCommerce] Coupon code to be addedHave a look at this guide regarding coupons: https://docs.woocommerce.com/document/coupon-management/
For the second part, you are looking for variable products: https://docs.woocommerce.com/document/variable-product/
Forum: Plugins
In reply to: [WooCommerce] Stop indexing WC filtersNot too familiar with SEO, but a quick google search pulls up this: https://moz.com/community/q/how-to-exclude-url-filter-searches-in-robots-txt
Kind of out of scope for support on the core WooCommerce plugin though.
Will the default shortcode not work for you?
[products on_sale=true]will do exactly this. https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-6Note that both the shortcode and
wc_get_product_ids_on_salecache the results in a transient so a new query isn’t done every time. Looks like it defaults to a period of 30 days. You can clear transients at WC > Status > Tools to force the query to run again. The transient is also deleted automatically when a scheduled sale ends.- This reply was modified 8 years, 1 month ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce] Resend customer “Pending Payment” emailIf you resend this email: http://cld.wthms.co/ldpWB0, while the order is still in “pending payment” status, are you sure those details are not present?
Another option is to just send them a note with the bank details: http://cld.wthms.co/SnheIT
Forum: Plugins
In reply to: [WooCommerce] Issues on live site Ajax not working properlyDefinitely sounds like server / hosting configuration troubles I’m afraid. Perhaps look for a web host with an environment ready for WordPress and WooCommerce? https://woocommerce.com/hosting-solutions/