maidot
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] Is there a way to export entries?Hi Phill,
Ok that makes sense and I’ve already thought in using it to do just that. I just asked anyway because there could be a better way of achieving it.
Thanks!
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Will the API POST and GET methods still work?I appreciate your answer but that didn’t quite answered it.
My question is, when I use a standard WP REST API endpoint, where we should have “acf {ACF_FIELDS_HERE}”, in order to POST and then if we do a GET we also get those fields like so, will it work with the standard REST API that is working with ACF right now?
Just edited my previous post to say I was being dumb and almost immediately after I posted my complain here, I understood what I was doing wrong. ??
Great plugin, easy to use and to understand. Just had some confusion on how it should work now with the refresh token, maybe work a little bit the way the refresh token explanation is, although I can’t give you now any suggestion to improve it because my head is like a fried egg right now. Hehe
- This reply was modified 6 months, 2 weeks ago by maidot.
I’m sorry to use this problem for my own, but actually I’m just having this exact same issue and the thing is, I simply do not see any option to activate the mouse control at all! It simple disappeared. I’m using the latest WP VR Pro 6.3.1
I had tried the “display” technic before, as I saw that on another post here, but I never saw the “visibility” one, and that was the one that when I added, it indeed made a difference.
Thank you very much for that! ??
Forum: Plugins
In reply to: [WooCommerce] Add fee using woocommerce_add_cart_item filterI solved it, probably not the best way, but it works.
So the idea here was to add an “insurance” value that comes from a CPT where a user requests a quote for a car renting.
So I used this hook:
add_action('woocommerce_cart_calculate_fees', 'order_item_fee', 20, 3);
Then, I created this basic function:
public function order_item_fee() { global $woocommerce; $woocommerce->cart->add_fee( 'Seguro', $GLOBALS['global_insurance'], false, '' ); }
And so, inside the function I had for the hook I mentioned above, I added this to send the value inside this new function:
$GLOBALS['global_insurance'] = $cart_item['rental_data']['rental_days_and_costs']['insurance'];
And that’s it! Maybe not the best approach, but it works and that’s what matters. ??
Forum: Plugins
In reply to: [WooCommerce] Is it possible to add a custom field in Clients table?I haven’t even looked at this, but if it is possible to simply replicate the file and edit it inside our theme, then it’s perfectly feasible.
My team will have a look at it. ??
Thank you very much for your quick help.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to add a custom field in Clients table?Thanks for the quick response. Here’s the requested info:
It’s screenshot right here.
### WordPress Environment ### WordPress address (URL): https://revenda.americana.pt Site address (URL): https://revenda.americana.pt WC Version: 6.4.1 REST API Version: ? 6.4.1 WC Blocks Version: ? 7.2.2 Action Scheduler Version: ? 3.4.0 WC Admin Version: ? 3.3.2 Log Directory Writable: ? WP Version: 5.9.3 WP Multisite: – WP Memory Limit: 16 GB WP Debug Mode: – WP Cron: ? Language: pt_PT External object cache: – ### Server Environment ### Server Info: nginx/1.20.2 PHP Version: 7.4.28 PHP Post Max Size: 512 MB PHP Time Limit: 1200 PHP Max Input Vars: 100000 cURL Version: 7.68.0 OpenSSL/1.1.1f SUHOSIN Installed: – MySQL Version: 5.5.5-10.2.43-MariaDB-1:10.2.43+maria~bionic Max Upload Size: 512 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 6.4.1 WC Database Prefix: am_ Tamanho total da base de dados: 2712.22MB Tamanho dos dados da base de dados: 1868.99MB Tamanho do índice da base de dados: 843.23MB am_woocommerce_sessions: Dados: 2.02MB + índice: 0.02MB + Engine InnoDB am_woocommerce_api_keys: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_woocommerce_attribute_taxonomies: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_woocommerce_downloadable_product_permissions: Dados: 0.02MB + índice: 0.06MB + Engine InnoDB am_woocommerce_order_items: Dados: 1.52MB + índice: 0.30MB + Engine InnoDB am_woocommerce_order_itemmeta: Dados: 52.53MB + índice: 11.97MB + Engine InnoDB am_woocommerce_tax_rates: Dados: 0.02MB + índice: 0.06MB + Engine InnoDB am_woocommerce_tax_rate_locations: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_woocommerce_shipping_zones: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_woocommerce_shipping_zone_locations: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_woocommerce_shipping_zone_methods: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_woocommerce_payment_tokens: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_woocommerce_payment_tokenmeta: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_woocommerce_log: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_actionscheduler_actions: Dados: 167.25MB + índice: 238.63MB + Engine InnoDB am_actionscheduler_claims: Dados: 0.05MB + índice: 0.05MB + Engine InnoDB am_actionscheduler_groups: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_actionscheduler_logs: Dados: 128.23MB + índice: 98.27MB + Engine InnoDB am_alp_pickup_location: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_commentmeta: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_comments: Dados: 3.52MB + índice: 0.88MB + Engine InnoDB am_db7_forms: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_egoi_form_subscribers: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_e_events: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_e_submissions: Dados: 0.02MB + índice: 0.27MB + Engine InnoDB am_e_submissions_actions_log: Dados: 0.02MB + índice: 0.11MB + Engine InnoDB am_e_submissions_values: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_links: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_ocwma_billingadress: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_options: Dados: 74.09MB + índice: 27.14MB + Engine InnoDB am_pmxe_exports: Dados: 0.05MB + índice: 0.00MB + Engine InnoDB am_pmxe_google_cats: Dados: 0.39MB + índice: 0.00MB + Engine InnoDB am_pmxe_posts: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_pmxe_templates: Dados: 0.14MB + índice: 0.00MB + Engine InnoDB am_pmxi_files: Dados: 0.05MB + índice: 0.00MB + Engine InnoDB am_pmxi_hash: Dados: 1.41MB + índice: 0.00MB + Engine InnoDB am_pmxi_history: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_pmxi_images: Dados: 11.52MB + índice: 0.00MB + Engine InnoDB am_pmxi_imports: Dados: 1.47MB + índice: 0.00MB + Engine InnoDB am_pmxi_posts: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_pmxi_templates: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_postmeta: Dados: 1164.89MB + índice: 321.69MB + Engine InnoDB am_posts: Dados: 159.50MB + índice: 49.80MB + Engine InnoDB am_pprh_table: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_rank_math_404_logs: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_rank_math_analytics_ga: Dados: 1.42MB + índice: 1.36MB + Engine InnoDB am_rank_math_analytics_gsc: Dados: 1.52MB + índice: 2.36MB + Engine InnoDB am_rank_math_analytics_inspections: Dados: 4.52MB + índice: 7.66MB + Engine InnoDB am_rank_math_analytics_keyword_manager: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_rank_math_analytics_objects: Dados: 8.52MB + índice: 6.58MB + Engine InnoDB am_rank_math_internal_links: Dados: 5.06MB + índice: 1.02MB + Engine InnoDB am_rank_math_internal_meta: Dados: 1.52MB + índice: 0.00MB + Engine InnoDB am_rank_math_redirections: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_rank_math_redirections_cache: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_shortpixel_folders: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_shortpixel_meta: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_sibs_payment_information: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_sibs_transaction: Dados: 0.08MB + índice: 0.00MB + Engine InnoDB am_termmeta: Dados: 1.06MB + índice: 0.36MB + Engine InnoDB am_terms: Dados: 0.45MB + índice: 0.53MB + Engine InnoDB am_term_relationships: Dados: 26.06MB + índice: 13.02MB + Engine InnoDB am_term_taxonomy: Dados: 1.47MB + índice: 0.72MB + Engine InnoDB am_usermeta: Dados: 9.28MB + índice: 7.89MB + Engine InnoDB am_users: Dados: 0.13MB + índice: 0.14MB + Engine InnoDB am_viwec_clicked: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wc_admin_notes: Dados: 0.06MB + índice: 0.00MB + Engine InnoDB am_wc_admin_note_actions: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_wc_category_lookup: Dados: 0.11MB + índice: 0.00MB + Engine InnoDB am_wc_customer_lookup: Dados: 0.09MB + índice: 0.06MB + Engine InnoDB am_wc_download_log: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_wc_order_coupon_lookup: Dados: 0.02MB + índice: 0.03MB + Engine InnoDB am_wc_order_product_lookup: Dados: 1.52MB + índice: 1.28MB + Engine InnoDB am_wc_order_stats: Dados: 0.17MB + índice: 0.16MB + Engine InnoDB am_wc_order_tax_lookup: Dados: 0.09MB + índice: 0.09MB + Engine InnoDB am_wc_product_attributes_lookup: Dados: 1.52MB + índice: 0.45MB + Engine InnoDB am_wc_product_meta_lookup: Dados: 34.34MB + índice: 49.70MB + Engine InnoDB am_wc_rate_limits: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_wc_reserved_stock: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wc_tax_rate_classes: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_wc_webhooks: Dados: 0.02MB + índice: 0.02MB + Engine InnoDB am_woodmart_wishlists: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_woodmart_wishlist_products: Dados: 0.09MB + índice: 0.06MB + Engine InnoDB am_wpie_template: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wpmailsmtp_debug_events: Dados: 0.27MB + índice: 0.00MB + Engine InnoDB am_wpmailsmtp_tasks_meta: Dados: 0.05MB + índice: 0.00MB + Engine InnoDB am_wt_iew_action_history: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wt_iew_cron: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wt_iew_ftp: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB am_wt_iew_mapping_template: Dados: 0.02MB + índice: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 210964 b2bking_custom_field: 12 b2bking_custom_role: 1 b2bking_group: 9 b2bking_offer: 1 b2bking_rule: 2 cms_block: 5 e-landing-page: 3 elementor_library: 15 ep-pointer: 4 ep-synonym: 1 mc4wp-form: 1 nav_menu_item: 147 page: 21 post: 1 product: 29608 product_variation: 37476 revision: 1614 shop_coupon: 1 shop_order: 1188 shop_order_refund: 11 store: 9 viwec_template: 14 woodmart_slide: 24 wpcf7_contact_form: 2 yith-wccos-ostatus: 4 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (45) ### Admin Menu Editor Pro: por Janis Elsts – 2.14.2 B2BKing Core: por WebWizards – 4.0.0 B2BKing Pro: por WebWizards – 4.1.0 Classic Editor: por WordPress Contributors – 1.6.2 Honeypot for Contact Form 7: por Nocean – 2.1 Contact Form 7: por Takayuki Miyoshi – 5.5.6 Contact Form CFDB7: por Arshid – 1.2.6.4 Comunica??o de encomendas WooCommerce: por DevDiggers – 1.0.0 Disable Blog: por Joshua Nelson – 0.5.0 Duplicate Page: por mndpsingh287 – 4.4.8 ElasticPress: por 10up – 4.1.0 Elementor Pro: por Elementor.com – 3.6.5 Elementor: por Elementor.com – 3.6.4 Flexible Checkout Fields: por WP Desk – 3.2.2 WooCommerce Force Default Variant: por HappyKite – 1.5.2 Free Shipping Label: por Devnet – 2.3.1 Loco Translate: por Tim Whitlock – 2.6.1 maicore Core: por MaiDot – 2.0 Fix menu hierarchy: por Kyllaz – 0.1 Multiple Shipping Address Woocommerce: por Maidot – 1.2 Maidot - LINK: por MaiDot – 1.0 NIF (Num. de Contribuinte Português) para WooCommerce: por Webdados – 4.2.6 Distritos de Portugal para WooCommerce: por Webdados – 3.0.3 Pre* Party Resource Hints: por Sam Perrow – 1.8.12 Safe SVG: por 10up – 2.0.1 Rank Math SEO PRO: por Rank Math – 3.0.6 Rank Math SEO: por Rank Math – 1.0.88.1 ShortPixel Image Optimizer: por ShortPixel – 4.22.9 SIBS - WooCommerce: por SIBS – 2.3.6 Tidio Chat: por Tidio Ltd. – 5.0.0 Radio Buttons and Swatches for WooCommerce: por Maidot – 2 WooCommerce Dynamic Pricing & Discounts: por RightPress – 2.4.3 WooCommerce Custom Payment Gateway Pro: por WPRuby – 2.4.1 WooCommerce Email Template Customizer Premium: por VillaTheme – 1.1.6 WooCommerce Extra Product Sorting Options: por SkyVerge – 2.9.0 WooCommerce: por Automattic – 6.4.1 Woodmart Core: por – 1.0.31 WP All Export Pro: por Soflyy – 1.7.5 WP All Import Pro: por Soflyy – 4.7.2 WP Mail SMTP: por WPForms – 3.3.0 WP Performance Score Booster: por Dipak C. Gajjar – 2.2 Smart Image Resize PRO: por Nabil Lemsieh – 1.7.6.4 WP All Export - WooCommerce Export Add-On Pro: por Soflyy – 1.0.4 WP All Import - WooCommerce Import Add-On Pro: por Soflyy – 3.3.0 YITH WooCommerce Custom Order Status Premium: por YITH – 1.2.9 ### Inactive Plugins (4) ### Debug Bar: por wordpressdotorg – 1.1.2 Debug Bar ElasticPress: por 10up – 2.1.0 WC Pickup Store: por Maidot – 2 WooCommerce API Product Sync with Multiple Stores - Validated by MAIDOT: por Obtain Infotech – 2.7.1 ### Dropin Plugins (1) ### maintenance.php: maintenance.php ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: left Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Página da Loja: #6 - /loja/ Carrinho: #7 - /carrinho/ Finalizar compras: #8 - /finalizar-encomenda/ A minha conta: #9 - /conta-de-cliente/ Termos e condi??es: #71 - /termos-condicoes/ ### Theme ### Name: Americana Child Version: 1.0.0 Author URL: https://maidot.pt Child Theme: ? Parent Theme Name: Woodmart Parent Theme Version: 6.3.0 Parent Theme Author URL: https://themeforest.net/user/xtemos WooCommerce Support: ? ### Templates ### Overrides: americana/woocommerce/archive-product.php americana/woocommerce/cart/cart-item-data.php americana/woocommerce/cart/cart.php americana/woocommerce/cart/cross-sells.php americana/woocommerce/cart/mini-cart.php americana/woocommerce/checkout/form-checkout.php americana/woocommerce/checkout/thankyou.php americana/woocommerce/content-product-cat.php americana/woocommerce/content-product.php americana/woocommerce/content-single-product.php americana/woocommerce/content-widget-product.php americana/woocommerce/global/breadcrumb.php americana/woocommerce/global/form-login.php americana/woocommerce/global/quantity-input.php americana/woocommerce/loop/add-to-cart.php americana/woocommerce/loop/loop-end.php americana/woocommerce/loop/loop-start.php americana/woocommerce/loop/no-products-found.php americana/woocommerce/loop/orderby.php americana/woocommerce/loop/pagination.php americana/woocommerce/loop/sale-flash.php americana/woocommerce/myaccount/form-login.php americana/woocommerce/product-searchform.php americana/woocommerce/single-product/add-to-cart/grouped.php americana/woocommerce/single-product/add-to-cart/variable.php americana/woocommerce/single-product/meta.php americana/woocommerce/single-product/product-attributes.php americana/woocommerce/single-product/product-image.php americana/woocommerce/single-product/product-thumbnails.php americana/woocommerce/single-product/rating.php americana/woocommerce/single-product/related.php americana/woocommerce/single-product/sale-flash.php americana/woocommerce/single-product/tabs/description.php americana/woocommerce/single-product/tabs/tabs.php americana/woocommerce/single-product/title.php americana/woocommerce/single-product/up-sells.php americana/woocommerce/single-product.php ### Action Scheduler ### Complete: 533.267 Oldest: 2022-04-03 10:06:45 +0000 Newest: 2022-05-05 17:00:42 +0000 Failed: 407 Oldest: 2021-07-22 08:16:10 +0000 Newest: 2022-05-05 15:15:38 +0000 Pending: 1 Oldest: 2022-05-06 23:03:47 +0000 Newest: 2022-05-06 23:03:47 +0000 ### Status report information ### Generated at: 2022-05-05 17:04:36 +00:00
Ok this was actually simple, I saw a comment that you made on that same page saying to change “_regular_price” to “_price” and it works now! ??
You are TOP CLASS dude, seriously. Can I hire you? Ahahah.
I will buy your Premium version.
Hi Mikko,
Thank you for your fast response as usual. ??
Regarding Synonyms, well that makes sense now and we will buy your Premium version.
About the search, we’ve actually found that code before and we’ve put that in our functions.php of our theme, but it did nothing.
Any more ideas?
Thanks,
PedroForum: Plugins
In reply to: [Admin Columns] How to filter a select by other selectHi Stefan,
Well that’s sad. Maybe it’s a good thing to have, at least on the Pro version.
Think about that! ??
Keep up the great work.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] How to index products when inserted by code?Great. Thank you so much and wish you the best! ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] How to index products when inserted by code?Hi Mikko,
Wow, thanks for such a fast answer!
So basically, this means we only need to add this in the end of each product import, right?
relevanssi_index_doc( $post_id, true, relevanssi_get_custom_fields(), true );
Wow… this is almost unbelievable! ??
Did someone from Wordfence simply “blocked” this thread or something like that?
This is absolutely unprofessional guys. What a big shame really.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Doesn’t work with WPMLOk, please ignore this, it was all my fault! ??
I was using Popup Maker to have the form inside the popup but then the z-index of that popup was something like 1999999 and I changed it to 19 and it worked. Just that, a simple CSS change.
Hope this might be useful to others.