Title: Addon Refundable?
Last modified: August 23, 2021

---

# Addon Refundable?

 *  Resolved [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/)
 * Hi,
 * I would like to purchase the Polylang Addon to test a workflow process, but I
   am not sure if it is going to work, so is it possible to ask for a refund if 
   it doesn’t work out?
 * Or is there a trial version I could sign up for?
 * Kind regards,
    F.

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

 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14796163)
 * Refunds are available. You could also ask questions about your particular use.
 *  Thread Starter [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14799488)
 * So I have the code below, it sends as a mail to multiple email addresses and 
   also Postie’s email. So the codes hide the tags, but will Postie be able to read
   them?
 * Second question is, there’s a default category (not english) I have set on Postie,
   would Postie choose the English version of the default category when uploading
   the English version?
 * This is the code:
 * <style> span { display:none; } </style>
    <span>[plpost lang=bg title=”сегмент
   е достъпен”]</span> Уважаеми участници…
 * <span>[/plpost]</span>
 * <span>[plpost lang=en title=”Market is open”]</span>
    Dear participants…
 * <span>[/plpost]</span>
    Best regards, The team
 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14800463)
 * Postie will use the default category regardless of the language. I.e. there are
   not separate defaults for each language.
 * Yes Postie will see the shortcodes even if you are using css to hide them.
 * You might want to change your html to be more compliant
 *     ```
       <div style="display:none;"> 
       [plpost lang=bg title=”сегмент е достъпен”]
       <p>Уважаеми участници…</p>
       [/plpost]
   
       [plpost lang=en title=”Market is open”]
       <p>Dear participants…</p>
       [/plpost]
       </div>
       ```
   
    -  This reply was modified 4 years, 9 months ago by [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/).
    -  This reply was modified 4 years, 9 months ago by [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/).
 *  Thread Starter [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14800771)
 * Hi,
    Thanks for the reply.
 * Regarding the category, the default category I have set in Postie is a Foreign
   language category, but on Polylang this Foreign language category is also linked
   to an English language category, I have added an image here: [https://ibb.co/DG4srHy](https://ibb.co/DG4srHy).“
   News-bg” is the foreign, “News” is the english.
 * If I set “News-bg” to be the default category on Postie and I use this Polylang
   Addon, will it create the English version under the “News” category? I hope this
   is clear, I apologise if it is not.
 * Regarding the html, thanks for modifying the code, that helps a lot! I actually
   want the content between the p tags to be displayed in the email and only the
   plpost tags to be hidden.
 * Kind regards,
    F.
    -  This reply was modified 4 years, 9 months ago by [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/).
 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14808353)
 * I see what you’re saying about the translated category. Have you tried it? Does
   it work or not?
 * Regarding the html, your original code might work, but won’t be compatible with
   all browsers. I recommend using the style attribute.
 *     ```
       <span style="display:none;">[plpost lang=bg title=”сегмент е достъпен”]</span>
       ```
   
 *  Thread Starter [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14814630)
 * Hi,
 * I purchased the Addon and I tried it:
    When Postie fetches the email, it uploads
   the BG language version to the BG category, but it also uploads the EN language
   version to the BG category (BG is the primary language of the website). But when
   I go into WordPress and open the EN post, it automatically updates and changes
   the catgory to the EN, but we don’t want to have to do that, we want it to upload
   to the EN directly without any human input.
 * Kind regards,
    F.
 *  Thread Starter [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14821684)
 * Hi,
 * Just to give more information about the issue.
 * Please look at this image: [https://ibb.co/dcjjsv7](https://ibb.co/dcjjsv7), 
   this is from when Postie uploads the posts, you will see that the categories 
   are the same, but it is the BG category, but towards the right, you will see 
   that the languages are correct.
 * When I open the EN version, the post auto-updates, and this image is the result:
   [https://ibb.co/Y8X3YDs](https://ibb.co/Y8X3YDs), you will see that now the categories
   are different and accurate.
 * Kind regards,
    F.
 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14828670)
 * I see what you mean. I’ve updated the plugin to apply the category translations.
   You should see an update to 3.0.6 in your plugin list soon.
 *  Thread Starter [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * (@byakuyaobi)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14950307)
 * Hi! Yes thank you! It works perfectly!
 * Kind regards,
    F.

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

The topic ‘Addon Refundable?’ is closed to new replies.

 * ![](https://ps.w.org/postie/assets/icon-256x256.png?rev=970083)
 * [Postie](https://wordpress.org/plugins/postie/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/postie/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/postie/)
 * [Active Topics](https://wordpress.org/support/plugin/postie/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/postie/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/postie/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [byakuyaobi](https://wordpress.org/support/users/byakuyaobi/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/addon-refundable/#post-14950307)
 * Status: resolved