yacine84
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Delete all productsThanks
Forum: Plugins
In reply to: [WooCommerce] Change products TVA StatusHi
To change all TVA Status + 1000 products :
Go to the WordPress dashboard,
go to Appearance > Theme Editor and find the functions.php file (section on the right)
add code :
function update_tva_status() {
$args = array(
'post_type' => 'product',
'posts_per_page' => -1,
'fields' => 'ids',
);
$products = get_posts($args);
foreach ($products as $product_id) {
update_post_meta($product_id, '_tax_status', 'taxable');
}
}
add_action('init', 'update_tva_status');>>> Is this the same issue you resolved on your other thread here?
NO, this one is to apply the modifications
Resolved, Thanks
- This reply was modified 1 month, 3 weeks ago by yacine84.
Forum: Plugins
In reply to: [WooCommerce] Tax TVAHi
Resolved, need to modify TVA Status
Thanks
- This reply was modified 1 month, 3 weeks ago by yacine84.
Forum: Plugins
In reply to: [WooCommerce] Your cart is currently empty.Hi, yes ?close this thread
Have a wonderful day!
Forum: Plugins
In reply to: [WooCommerce] Your cart is currently empty.Hi, Problem resolved
i deleted check out page learn press
LearnPress -> Settings -> General -> Checkout page -> Add new -> Save
Thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHI
Problem solved a conflict with another plugin
thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHi
>>When you click on a category from the Products page on the dashboard it should show all products on that category.
When you click on View on the Categories page on the dashboard, it should show the category page on your website.
both
Have you tried different browsers/devices/internet connections to check if the issue persists?
Yes.
View post on imgur.com
Thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHi
I deleted all the products then I added a new product, and it worked for the SKU
but I have another problem :
when I click on the link of the category or subcategory, I have a 404 pageView post on imgur.com
View post on imgur.com
View post on imgur.com
View post on imgur.com
How to solve this problem ?
Thanks
WordPress Environment<br><br>WordPress address (URL): https:// <br>Site address (URL): https:// <br>WC Version: 9.1.4<br>Legacy REST API Package Version: L’extension Legacy REST API n’est pas installée sur ce site.<br>Action Scheduler Version: ? 3.7.4<br>Log Directory Writable: ?<br>WP Version: 6.6.1<br>WP Multisite: –<br>WP Memory Limit: 512 Mo<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: fr_FR<br>External object cache: – Server Environment<br><br>Server Info: Apache<br>PHP Version: 8.1.29<br>PHP Post Max Size: 128 Mo<br>PHP Time Limit: 360<br>PHP Max Input Vars: 200000<br>cURL Version: 7.87.0<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.5.25-MariaDB<br>Max Upload Size: 128 Mo<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ? Database<br><br>WC Database Version: 9.1.4<br>WC Database Prefix: wp_<br>Taille totale de la base de données: 154.90MB<br>Taille de la base de données: 122.18MB<br>Taille de l’index: 32.72MB<br>wp_woocommerce_sessions: Données : 0.01MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_api_keys: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_attribute_taxonomies: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_downloadable_product_permissions: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_order_items: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_order_itemmeta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_tax_rates: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_tax_rate_locations: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_shipping_zones: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_shipping_zone_locations: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_shipping_zone_methods: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_payment_tokens: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_payment_tokenmeta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_woocommerce_log: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>noc_autologin: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_actionscheduler_actions: Données : 38.80MB + Index : 11.31MB + Moteur MyISAM<br>wp_actionscheduler_claims: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_actionscheduler_groups: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_actionscheduler_logs: Données : 25.74MB + Index : 19.04MB + Moteur MyISAM<br>wp_admin_columns: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_berocket_termmeta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_commentmeta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_comments: Données : 0.01MB + Index : 0.01MB + Moteur MyISAM<br>wp_e_events: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_fbv: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_fbv_attachment_folder: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_icons: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_maps: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_markers: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_marker_groups: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_marker_groups_relation: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_modules: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_modules_type: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_options: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_options_categories: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_gmp_usage_stat: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_jetpack_sync_queue: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_links: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_litespeed_avatar: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_litespeed_crawler: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_litespeed_crawler_blacklist: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_litespeed_img_optming: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_litespeed_url: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_litespeed_url_file: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_mapp_maps: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_newsletter: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_newsletter_emails: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_newsletter_logs: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_newsletter_sent: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_newsletter_stats: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_newsletter_user_logs: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_newsletter_user_meta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_nextend2_image_storage: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_nextend2_section_storage: Données : 0.07MB + Index : 0.01MB + Moteur MyISAM<br>wp_nextend2_smartslider3_generators: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_nextend2_smartslider3_sliders: Données : 0.03MB + Index : 0.00MB + Moteur MyISAM<br>wp_nextend2_smartslider3_sliders_xref: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_nextend2_smartslider3_slides: Données : 0.06MB + Index : 0.01MB + Moteur MyISAM<br>wp_odb_logs: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_options: Données : 3.01MB + Index : 0.15MB + Moteur MyISAM<br>wp_pmxi_files: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_pmxi_hash: Données : 0.01MB + Index : 0.01MB + Moteur MyISAM<br>wp_pmxi_history: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_pmxi_images: Données : 0.03MB + Index : 0.01MB + Moteur MyISAM<br>wp_pmxi_imports: Données : 0.29MB + Index : 0.00MB + Moteur MyISAM<br>wp_pmxi_posts: Données : 0.01MB + Index : 0.00MB + Moteur MyISAM<br>wp_pmxi_templates: Données : 0.19MB + Index : 0.00MB + Moteur MyISAM<br>wp_podsrel: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_postmeta: Données : 16.17MB + Index : 0.51MB + Moteur MyISAM<br>wp_posts: Données : 36.16MB + Index : 0.19MB + Moteur MyISAM<br>wp_snippets: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_termmeta: Données : 0.12MB + Index : 0.13MB + Moteur MyISAM<br>wp_terms: Données : 0.13MB + Index : 0.26MB + Moteur MyISAM<br>wp_term_relationships: Données : 0.02MB + Index : 0.04MB + Moteur MyISAM<br>wp_term_taxonomy: Données : 0.12MB + Index : 0.20MB + Moteur MyISAM<br>wp_tm_taskmeta: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_tm_tasks: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_usermeta: Données : 0.25MB + Index : 0.04MB + Moteur MyISAM<br>wp_users: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_admin_notes: Données : 0.04MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_admin_note_actions: Données : 0.02MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_category_lookup: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_customer_lookup: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_download_log: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_orders: Données : 0.00MB + Index : 0.02MB + Moteur MyISAM<br>wp_wc_orders_meta: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_order_addresses: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_order_coupon_lookup: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_order_operational_data: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_order_product_lookup: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_order_stats: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_order_tax_lookup: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_product_attributes_lookup: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_product_download_directories: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_product_meta_lookup: Données : 0.01MB + Index : 0.03MB + Moteur MyISAM<br>wp_wc_rate_limits: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_reserved_stock: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wc_tax_rate_classes: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_wc_webhooks: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wdp_orders: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wdp_order_items: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wdp_persistent_rules_cache: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wdp_rules: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpfm_backup: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_admin_notices: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_circles: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_image_overlays: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_maps: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_nominatim_geocode_cache: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB<br>wp_wpgmza_point_labels: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_polygon: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_polylines: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_wpgmza_rectangles: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_yoast_indexable: Données : 0.77MB + Index : 0.37MB + Moteur MyISAM<br>wp_yoast_indexable_hierarchy: Données : 0.07MB + Index : 0.17MB + Moteur MyISAM<br>wp_yoast_migrations: Données : 0.00MB + Index : 0.01MB + Moteur MyISAM<br>wp_yoast_primary_term: Données : 0.00MB + Index : 0.00MB + Moteur MyISAM<br>wp_yoast_seo_links: Données : 0.02MB + Index : 0.01MB + Moteur MyISAM Post Type Counts<br><br>attachment: 551<br>awdp_pt_rules: 1<br>br_labels: 1<br>custom_css: 1<br>customize_changeset: 28<br>elementor_library: 26<br>elementor-tz-hf: 1<br>filter-field: 12<br>filter-set: 2<br>mc4wp-form: 1<br>nav_menu_item: 6<br>o-discount: 1<br>o-list: 2<br>page: 21<br>post: 9<br>product: 1<br>revision: 977<br>shop_order: 26<br>shop_order_placehold: 2<br>szbdzones: 2<br>wp_navigation: 1<br>wpcf7_contact_form: 2 Security<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ? Active Plugins (27)<br><br>Acowebs Woocommerce Dynamic Pricing: par Acowebs – 4.5.4<br>FiboSearch - AJAX Search for WooCommerce: par L’équipe FiboSearch – 1.28.1<br>Monterial & Laval cities: par PAWNDESIGN – 0.1.0<br>Contact Form 7: par Takayuki Miyoshi – 5.9.8<br>Disable Admin Notices Individually: par Creative Motion – 1.3.5<br>Elementor: par Elementor.com – 3.23.3<br>Filter Everything PRO: par Andrii Stepasiuk – 1.8.5<br>Kirki Customizer Framework: par Themeum – 5.1.0<br>Loco Translate: par Tim Whitlock – 2.6.11<br>Max Mega Menu: par megamenu.com – 3.3.2<br>One Click Demo Import: par OCDI – 3.2.1<br>Smart Slider 3: par Nextend – 3.5.1.23<br>TM WooCommerce Compare & Wishlist: par JetImpex – 1.1.7<br>Themes Zone Feature Pack for Chromium Theme: par Themes Zone – 1.4.2<br>User Role Editor: par Vladimir Garagulya – 4.64.2<br>WooCommerce Cash On Pickup: par Marian Kadanka – 1.7.0<br>White Label CMS: par www.videousermanuals.com – 2.7.5<br>Checkout Field Editor for WooCommerce: par ThemeHigh – 2.0.3<br>Payment Plugins for Stripe WooCommerce: par Payment Plugins<br>[email protected] – 3.3.74<br><br>WooCommerce Admin Custom Order Fields: par SkyVerge – 1.17.0<br>Call for Price for WooCommerce: par Tyche Softwares – 3.7.0<br>WooCommerce: par Automattic – 9.1.4<br>Yoast SEO: par L’équipe Yoast – 23.1<br>WP All Import Pro: par Soflyy – 4.8.10<br>WP All Import - WooCommerce Import Add-On Pro: par Soflyy – 4.0.0<br>WPS Hide Login: par WPServeur<br>NicolasKulka<br>wpformation – 1.9.16.7<br><br>WPvivid Backup Plugin: par équipe WPvivid – 0.9.103 Inactive Plugins (4)<br><br>LiteSpeed Cache: par LiteSpeed Technologies – 6.3.0.1<br>Query Monitor: par John Blackbourn – 3.16.4<br>UpdraftPlus - Backup/Restore: par UpdraftPlus.Com<br>DavidAnderson – 1.24.4<br><br>WooCommerce Remove All Products: par Gabriel Reguly<br>Erik Golinelli – 8.1.0 Must Use Plugins (1)<br><br>Elementor Safe Mode: par Elementor.com – 1.0.0 Settings<br><br>API Enabled: –<br>Force SSL: –<br>Currency: CAD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: ?<br>HPOS feature enabled: ?<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: – Logging<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 jours<br>Level threshold: –<br>Log directory size: 62 Ko WC Pages<br><br>Base de la boutique: #1705 - /boutique/<br>Panier: #11 - /panier/ - Contient le code court [woocommerce_cart]<br>Commander: #1707 - /checkout/ - Contient le code court [woocommerce_checkout]<br>Mon compte: #13 - /mon-compte/<br>Conditions générales de vente et d’utilisation: ? Page non définie Theme<br><br>Name: Chromium<br>Version: 1.3.28<br>Author URL: https://themes.zone<br>Child Theme: ? – Si vous modifiez WooCommerce sur un thème parent que vous n‘avez pas construit personnellement<br>nous vous recommandons d‘utiliser un thème enfant. Voir : Comment créer un thème enfant<br><br>WooCommerce Support: ? Templates<br><br>Overrides: chromium/woocommerce/content-widget-product.php Admin<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br><br>Disabled Features: experimental-blocks<br>minified-js<br>pattern-toolkit-full-composability<br>product-pre-publish-modal<br>printful<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br><br>Daily Cron: ? Next scheduled: 2024-08-06 17:20:41 +02:00<br>Options: ?<br>Notes: 89<br>Onboarding: skipped Action Scheduler<br><br>Terminé: 125 761<br>Oldest: 2024-07-02 23:28:04 +0200<br>Newest: 2024-08-06 16:21:08 +0200<br><br>échoué: 35<br>Oldest: 2023-11-08 18:23:25 +0100<br>Newest: 2024-08-03 19:46:17 +0200<br><br>En attente: 2<br>Oldest: 2024-08-06 20:18:38 +0200<br>Newest: 2024-08-06 20:18:38 +0200 Status report information<br><br>Generated at: 2024-08-06 18:43:11 +02:00<br>
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHi, these are simple products, I abandoned the idea of ??displaying the attributes for the moment
to display the skus, I tried to use the code, but it didn’t work
I asked on the WooCommerce Community Slack forum, to rethink it: it’s a standard option, no need to add code!
do I need to update WordPress / WooCommerce
or use the code depending on the WooCommerce version?
Thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHI
>> To view this information, navigate to your WooCommerce admin, click on “Orders”, and then click on a specific order. Here, you will see the ordered products along with their SKUs and selected attributes.
I don’t have this option, How to activate it ?
Thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHi
in the plugin Admin Custom Order Fields for WooCommerce plugin documentation?
it is possible for the administrator to add notes manually
but I want to retrieve the skus and attributes of the user selected product and display them automatically
in woocomerce order admin
Some say it’s a basic option in WooCommerce ?
Thanks
Forum: Plugins
In reply to: [WooCommerce] SKU – Attrubut in order admin dashboardHi
I use the attributes to filter the products by: brand-model – years – category – part
A product can be used on several brands… but they have the same price
so I created several products with the same sku
For Admin Custom Order Fields for WooCommerce plugin to display attributes – label – SKU in each order
Do I need to create variable products?
Do I need to create a unique sku for each product?
THANKS
Forum: Plugins
In reply to: [Shipping Zones by Drawing for WooCommerce] questions multipleHi
Yes
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] Link upload FileHi
It works thanks
Thanks