Title: Multiple Issues!!
Last modified: May 15, 2021

---

# Multiple Issues!!

 *  Resolved [HitsukiEri](https://wordpress.org/support/users/hitsukieri/)
 * (@hitsukieri)
 * [5 years ago](https://wordpress.org/support/topic/multiple-issues-38/)
    1. After the auction is over the bid winners had reported receiving a flood of 
       emails from this plugin indicating they had won the item. Please note that I
       had made multiple edits to some items, not sure if that will trigger the massive
       flood of emails sent. Either way, it is unacceptable!
    2. This plugin cannot parse apostrophes from the **site name**, after submitting
       an inquiry about this, I only got a response to how to parse the apostrophe 
       on the item, not the **site name**.
 * My organization is having another auction coming soon, please help!!!
    -  This topic was modified 5 years ago by [HitsukiEri](https://wordpress.org/support/users/hitsukieri/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [5 years ago](https://wordpress.org/support/topic/multiple-issues-38/#post-14447011)
 * Hi [@hitsukieri](https://wordpress.org/support/users/hitsukieri/) ,
 * Below are point-wise response:
 * 1. We think that this might have happened as we check the auction status during
   the onload i.e. when there is a visit on the website and due to some edge case(
   which we are currently not aware) the code for expiring the auction and updating
   its state and triggering the email might have been called multiple times. We 
   have tested this internally but were not able to replicate it and it is difficult
   to replicate as test servers are not suitable simulations for real website like
   yours.
 * What we would suggest to you is to use our [WooCommerce based Auction plugin](https://wordpress.org/plugins/ultimate-woocommerce-auction/)
   or our [PRO version](https://auctionplugin.net) (which is an extension of it 
   and is also WC based). You will not experience this email problem with them.
 * 2. If you want to add apostrophe in site title in email topic, You need to customize
   the plugin file. Below is an example for placed bid email. Go to below path and
   replace code on line no.194
    Plugin folder -> email-template.php
 *     ```
       From
       $adm_sub = "[".get_bloginfo('name')."]  ".__("A bidder has placed a bid on the product", "wdm-ultimate-auction")." - ".$auc_name;
       To
       $adm_sub = "['".get_bloginfo('name')."']  ".__("A bidder has placed a bid on the product", "wdm-ultimate-auction")." - ".$auc_name;
       ```
   
 * Regards,
    Nitesh
 *  Thread Starter [HitsukiEri](https://wordpress.org/support/users/hitsukieri/)
 * (@hitsukieri)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-issues-38/#post-14525951)
 * Thank you, sorry for the late reply!
    This notification had went to my spam folder!
   Using Woocommerce version had addressed the second issue. I am still testing 
   it to see if I fixes the first issue.
 * Now, the woocommerce version required users to register/login to bid, how can
   I open it to unregistered users? I already had “Allow unregistered users to buy”
   checked on for Woocommerce. What else do I have to do open the auction to everyone?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple Issues!!’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-auction/assets/icon-128x128.png?rev=1494738)
 * [Ultimate Wordpress Auction Plugin](https://wordpress.org/plugins/ultimate-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-auction/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [HitsukiEri](https://wordpress.org/support/users/hitsukieri/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-issues-38/#post-14525951)
 * Status: resolved