Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] 5.5 Classic Editor Text View / Add Media Not WorkingHard to say without looking at the specific sites, but it’s highly likely the conflicts exist with other plugins that are extending the classic editor.
Installing this has a high chance of returning things to functional, so I would recommend giving it a try: https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Forum: Plugins
In reply to: [WooCommerce Product Fees] Fee ignores coupon code or discountSorry, coupon discounts aren’t currently applied to fee amounts. Coupons do have the ability to remove fees entirely though, which would solve this problem you had: https://www.ads-software.com/support/topic/fee-on-top-of-a-100-discount-coupon/
Opened a feature request here: https://github.com/WPprodigy/woocommerce-product-fees/issues/50
If anybody wants to contribute to the plugin, or have a hired developer do it and open a PR, I’d be happy to review and merge ??
- This reply was modified 5 years ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce Product Fees] How to bulk edit feesExporting / Importing via CSV is the best option for this. More info: https://github.com/WPprodigy/woocommerce-product-fees/issues/48
Forum: Plugins
In reply to: [WooCommerce Product Fees] is the support for this product dead?Coupon discounts aren’t applied to fee amounts. Coupons do have the ability to remove fees entirely though.
Add feature request here: https://github.com/WPprodigy/woocommerce-product-fees/issues/50
It looks like the “woocommerce-imposta-consumo” plugin has either included this plugin within it, or it’s using the same file and class names.
Either way, this isn’t something caused directly by this plugin.
Forum: Plugins
In reply to: [WooCommerce Product Fees] showing below the product’s base priceForum: Plugins
In reply to: [WooCommerce] Want the check boxThese are changes that can be temporarily fixed with CSS, but it is more ideal to remove the images completely from being output in the theme.
If you aren’t quite sure how to edit/customize your theme, I would recommend reaching out to the theme authors or hiring a developer to help you customize the theme:
– https://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/Forum: Plugins
In reply to: [WooCommerce] How To Set Up Messaging With Customers?Not really sure what you have in mind?
Pending you collect the needed information from the customer during checkout, you should have what you need to communicate with them?
Forum: Plugins
In reply to: [WooCommerce] Store front images not showingFirst, rule out theme/plugin conflicts following this guide: https://docs.woothemes.com/document/template-structure/
Should also try regenerating thumbnails: https://www.ads-software.com/plugins/regenerate-thumbnails/
Forum: Plugins
In reply to: [WooCommerce] IMPORT PLUG IN RECCOMENDATIONSIf your supplier is specific and not a well known/used service like ebay/amazon, then there is very likely not an existing solution and this will require some customization.
It is certainly possible to achieve this though. Can use either the REST API, or have it pull a CSV file perhaps from a specific location. Both of these will likely require some custom development though:
– https://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/Forum: Plugins
In reply to: [WooCommerce] Cannot create or edit a productYour theme or another plugin is causing a conflict. Follow this guide to find the culprit: https://docs.woothemes.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] Categories Not Showing Up In Product PagesHmm, that is quite odd. Could you please paste a copy of your site’s System Status here? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.
My hunch is that you are missing a needed database table somehow: https://wordpress.stackexchange.com/questions/255325/wordpress-database-error-with-latest-wp-wp-termmeta-doesnt-exist
Forum: Plugins
In reply to: [WooCommerce] how i can change product colum and product number per pageIf you are using the latest version of WooCommerce, go to Appearance > Customize > WooCommerce. There you can change the number of columns and products per page. If there aren’t settings for these, then your theme is setting it and not allowing it to be changed.
Forum: Plugins
In reply to: [WooCommerce] 504 Gateway Time on “All Products” in adminYour web server can’t handle that large of a query it seems.
You can manually change the Screen Options value be editing the setting directly in the database. Screen Options are also tied to user accounts, so a new user would not have this problem.
In the database, it is stored in the usermeta table under the key
edit_product_per_page
attached to your user ID. There you will see the value of 500, and should set it lower. Your web hosts might be able to help with this.For doing bulk edits, I recommend CSV importing/exporting instead: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] ‘Position’ column in product csvJust described this over here: https://www.ads-software.com/support/topic/sorting-fuction-like-in-opencart-before-we-move/ ??
It essentially controls the order products show up in on the default product catalog/archive pages.