Profiles

  • Member Since: March 12th, 2020
  • Find me on:
  • Posted a reply to stock_alert_log.log not updating, on the site WordPress.org Forums:
    Hi, Thank you for your query, we will review this point and make required changes.…

  • Posted a reply to [WooCommerce Product Stock Alert] Send message Alert administrator to different email addresses, on the site WordPress.org Forums:
    Hi, Here is the code with 2 recipient : add_filter('woocommerce_email_recipient_stock_alert_admin', 'another_admin', 10, 2); function another_admin($email,…

  • Posted a reply to Send message Alert administrator to different email addresses, on the site WordPress.org Forums:
    Hi, Yes you can definitely add additional email address to admin email. You can use…

  • Posted a reply to Don’t show stock alert for discontinued products, on the site WordPress.org Forums:
    Hi, This will need bunch of custom codes, you can follow the mentioned logic in…

  • Posted a reply to Don’t show stock alert for discontinued products, on the site WordPress.org Forums:
    Hi, You can put checkbox in edit product page for 'no restock' and check that…

  • Posted a reply to Button to subscribe not showing up, on the site WordPress.org Forums:
    Hi, There must be some conflict issue with the somE. Check wheather any code written…

  • Posted a reply to Send message Alert administrator to different email addresses, on the site WordPress.org Forums:
    Hi, You want to trigger an email to admin also when a product is in…

  • Posted a reply to No orders displayed in Commission List, on the site WordPress.org Forums:
    Hi, This is a bug and we will fix this in our next update. But…

  • Posted a reply to How to add Product Name placeholder to email subject?, on the site WordPress.org Forums:
    Hi, In simple way you need to override the email class and modify regarding your…

  • Posted a reply to Is there a non-commerce post equivalent to this plugin?, on the site WordPress.org Forums:
    Hi, We follow the woocommerce standard for ecommerce platform and we support woocommerce product post…

  • Posted a reply to Bug or it’s not possible ?, on the site WordPress.org Forums:
    Hi, It may be conflict issue. can you please try to disable all the plugins…

  • Posted a reply to translate, on the site WordPress.org Forums:
    Hi, I have translated one string in your language slovak and its working. Kindly follow…

  • Posted a reply to Bug in vendor_registration_form.php, on the site WordPress.org Forums:
    Hi, I have checked at our end and we didn't found any issue. Even there…

  • Posted a reply to Disable Refund and Tracking option not working, on the site WordPress.org Forums:
    Hi, We will release our next update by tomorrow, you will get the solution in…

  • Created a topic, Po and Mo file update but strings not reflected in frontend, on the site WordPress.org Forums:
    I have a issue with some strings of my plugin. Po and …

  • Posted a reply to Disable Refund and Tracking option not working, on the site WordPress.org Forums:
    Hi, We never prefer to edit the core plugin file and for tracking part kindly…

  • Posted a reply to Disable Refund and Tracking option not working, on the site WordPress.org Forums:
    Hi, We have fix this issue and this will be fix in our next update.…

  • Created a topic, Payment Query, on the site WordPress.org Forums:
    Is viva payment api support one to one transaction or …

  • Posted a reply to How to add Product Name placeholder to email subject?, on the site WordPress.org Forums:
    Hi, Yes you can't achieve this by simply adding "{product_name}". You have to use the…

  • Posted a reply to How to create coupon valid only for a list of vendors?, on the site WordPress.org Forums:
    Hi, Coupon created by vendor is applicable on only vendor's product but the coupon created…

  • Posted a reply to Get ID vendor, on the site WordPress.org Forums:
    Hi @davih, You have to fetch vendor id from each product of order in order…

  • Posted a reply to force one logo for all storefronts, on the site WordPress.org Forums:
    Hi, To add the same logo for every vendor you just nedd to override archive_vendor_info.php…

  • Posted a reply to Duplicating Product, on the site WordPress.org Forums:
    Hi @vfdornelas, Using the following filter you can add a button for each product in…

  • Posted a reply to Uncaught Error: Call to undefined function wc_print_notices(), on the site WordPress.org Forums:
    as we are not able to recreate this issue, so can you please add this…

  • Posted a reply to Allow vendor to configure product custom fields form vendor dashboard, on the site WordPress.org Forums:
    Hi,you need to tweak the code little bit. Add the code we have shared here…