Display FREE for $0 products in woocommerce ++++ [closed]
Display FREE for $0 products in woocommerce ++++ [closed]
Display FREE for $0 products in woocommerce ++++ [closed]
Sort & Display WooCommerce Product Attributes by Order
Download permission for non-purchased products
You may be adding the directive to the wrong part of your .htaccess file? It needs to go at the top, before the existing WordPress directives. You should also use RewriteRule (ie. mod_rewrite) since you have existing mod_rewrite directives (the WP front controller). Something like your 3rd attempt at the top of your .htaccess file … Read more
I cracked it! I went ahead and duplicated an existing role, and trimmed off all of the guff I didn’t think my sales role would need. In the end, I ended up with; assign_product_terms assign_shop_coupon_terms assign_shop_order_terms assign_shop_webhook_terms connections_view_public delete_others_products delete_others_shop_coupons delete_others_shop_orders delete_others_shop_webhooks delete_private_products delete_private_shop_coupons delete_private_shop_orders delete_private_shop_webhooks delete_product delete_product_terms delete_products delete_published_products delete_published_shop_coupons delete_published_shop_orders delete_published_shop_webhooks delete_shop_coupon delete_shop_coupon_terms … Read more
Hide the prefix before the price of the product [closed]
The WooCommerce Shop page is a post type archive. It’s not outside of WP, it’s just managed within either the plugin or the theme, rather than as a “Page” or other post type. Similar to how Post Categories are handled. Since the Shop page is an archive, its loop/query identifies Products. That’s why it’s getting … Read more
Uninstalling and reinstalling all plugins revealed the answer, which I recommend as the first step for addressing this sort of problem. The problem was apparently due to a conflict between WC-Vendors and another plugin which declared the same class WC_Email_Notify_Shipped. So I disabled WC-Vendors, which we weren’t using at the time.
Make a Read More toggle in the_content on single-product in Woocoomerce
Woocommerce variations as a list [closed]