idmvp
Forum Replies Created
-
Sorry guys. The problem was solved. It was a miss understanding from my part. I apologize
- This reply was modified 5 years, 1 month ago by idmvp.
Thanks for the reply. The user role shop manager gives access to his own vendor page, i want him to get acess to the admin vendor page where he can manage other stores. But i dont want to give him administrator role
Forum: Plugins
In reply to: [WooCommerce] Filter by price not working on variable productsHi. So i did a search over the web and came up on this github, is pratically the same issue that i have, https://github.com/woocommerce/woocommerce/issues/24349, where somebody came up with a solution that consists in changing the where clause in method price_filter_post_clauses of class WC_Query (/woocommerce/includes/class-wc-query.php around line 547). His code resolves my issue but creates another , the issue is that when i try to use the filter on a product category page , it even shows products that dont belong in that category. This is his the code:
$args['where'] .= $wpdb->prepare( ' AND ( wc_product_meta_lookup.min_price >= %f AND wc_product_meta_lookup.max_price <= %f ) OR ( wc_product_meta_lookup.max_price <> wc_product_meta_lookup.min_price AND NOT ( wc_product_meta_lookup.max_price < %f OR wc_product_meta_lookup.min_price > %f ) ) ', $current_min_price, $current_max_price, $current_min_price, $current_max_price );Can you help?
Forum: Plugins
In reply to: [WooCommerce] Filter by price not working on variable productsHi @gabrielfuentes .The site is stil in development, but here are screenshots. I have this product with this atibute respective price screenshot, but when i use this filter range the product with the atribtue price of 7,000, doesn’t shows screen, but if i set the range to 3.000-8.000 it shows screen
Ok, but is there a way to hide or remove even for the admin?
Forum: Plugins
In reply to: [WCFM Marketplace - Multivendor Marketplace for WooCommerce] wcfm support1-Is there a way to limit who receives the invoice? I want my vendors to receive only there store pdf invoice when a client buys, and the client receives only the overall invoice, not store invoices. I dont want the vendors to know on the invoice besides the item that was bought on there store , what other items did the client bought on other stores, and i dont want the client to receive pdf invoice from each store on there email, just one with all the stores What can i do?
2-Hi, could you give a snippet to remove witdrawal, partial refunded and charges from ledger book option? Could you also explain how partial refunded works?
3-Is it possible to have one email for several stores? I’m the admin and i want to manage several stores, but i dont want to create diferent email accounts for each vendor
4- I created a custom store using WCFM Marketplace integrate Elementor, but store badges are not showing on the store page,what can i do?
Unfortunately there was no change. Every change i make on the website appears on the front-page, besides the pods dynamic content stil.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Remove address signhi @alexmigf . yes, i’m sure, i’m using the version 2.7.4 and another plugin besides woocommerce that uses your plugin to generate pdf, its WCFM. Don’t know if its wcfm thats creating that. Even when i try to generate pdf from woocommerce it still comes out that way
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Remove address signHi @alexmigf , here’s the screenshot https://ibb.co/K6gB5r4
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] email and notificationFor example, the customer recieved this email after status was changed to refunded, 1st https://snipboard.io/ZWmDvr.jpg, 2nd https://snipboard.io/apcjmR.jpg. The 2nd one is from woocommerce because i was able to edit. The customer receives these 2 emails when an order status is completed or changed to refunded, The 2nd one comes with an invoice attached
Forum: Plugins
In reply to: [WooCommerce] Order status updated toThanks @senff
Forum: Plugins
In reply to: [WooCommerce] Order status updated toHi @gabrielfuentes. Yes,probably WCFM plugin
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Remove address signIf you could kindly explain how to remove it by the settings, it would be much appreciated, but if not, pdf documents would be just fine.
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] Product pageYes, all banners. I want to make a membership pack where only users with that membership can have img on store banner, and the admin would add it for them
Forum: Plugins
In reply to: [Loco Translate] BlankThanks @timwhitlock